cURL
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": {} }
Retrieves the output of a specific run by providing the filename. It checks the run’s status and returns a download URL if the output is available.
Successful Response
The response is of type object.
object