Runs
Run API - Result
Get Run result.
GET
runApiResult
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
The name you assigned when creating the Project.
Run ID
Response
200 - application/json
Run result with status and output data.
Unique identifier for the run, prefixed nanoId (ru_...)
Status of the run execution
Available options:
pending, started, completed, canceled, failed Example:
"completed"
Output result of the run execution
Extended payloads from the run execution
Error or reason message
runApiResult