Run APIs
Run API - Async Result
Retrieves the result of a started project API run operation.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
run
/
{runId}
/
result
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
runId
string
requiredRun ID
Response
200 - application/json
Completed API run result
status
enum<string>
requiredThe status of the run
Available options:
completed
statusCode
number
requiredThe HTTP status code of the API run
runId
string
requiredThe run ID
result
any
The result of an API call.