GET
/
api
/
v1
/
runs
/
output
Get Output
curl --request GET \
  --url https://your-deployment-api-url.pod.flowscale.ai/api/v1/runs/output \
  --header 'X-API-KEY: <api-key>'
{
  "status": "<string>",
  "data": {
    "download_url": "<string>",
    "generation_status": "<string>"
  },
  "errors": "<string>",
  "meta": {}
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

filename
string
required

Response

200
application/json

Successful Response

The response is of type object.