Skip to main content
POST
/
projects
/
{id}
/
executions
/
{executionId}
/
artifacts
/
download
Get artifact download URL
curl --request POST \
  --url https://bugzy.ai/api/v1/projects/{id}/executions/{executionId}/artifacts/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "artifactPath": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required
executionId
string<uuid>
required

Body

application/json
artifactPath
string
required

Response

200

Signed download URL