Skip to main content
GET
runApiResult

Authorizations

x-api-key
string
header
required

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string<uuid>
required

Your workspace ID. How to find it?

projectName
string
required

The name you assigned when creating the Project.

runId
string<nanoid>
required

Run ID

Response

200 - application/json

Run result with status and output data.

runId
string
required

Unique identifier for the run, prefixed nanoId (ru_...)

status
enum<string>
required

Status of the run execution

Available options:
pending,
started,
completed,
canceled,
failed
Example:

"completed"

result
any

Output result of the run execution

extendedPayloads
object[]

Extended payloads from the run execution

error
object
message
string

Error or reason message

reason
object