Download single execution result
GET
/v1/executions/{executionId}/result
Downloads result of a specific execution
Downloads the result of a specific execution by its id.
Security
API Key: ApiKey
Header parameter name
The API key to use for authentication.
orby-api-key
Header parameters
orby-org-id string Required
The organization id to handle execution requests for.
Path parameters
executionId string Required
The unique identifier of the execution to retrieve.
Responses
A successful response.(streaming responses)
string (binary)
200
Bad Request. The request is invalid. Please check the request body and try again.
400
{ "code": 0, "message": "string" }
EXAMPLE
Unauthorized. Please check if your API key and organization id are correct.
401
{ "code": 0, "message": "string" }
EXAMPLE
Not Found. The resource you are trying to access does not exist.
404
{ "code": 0, "message": "string" }
EXAMPLE
Rate Limit Exceeded. Please try again later.
429
Internal Server Error. Please try again later or contact Orby support if the issue persists.
500
{ "code": 0, "message": "string" }
EXAMPLE