GET
/
api
/
run
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
id
number
required
apiKeyId
number
required
runId
string
required
status
enum<string>
required
Available options:
IN_PROGRESS,
COMPLETED,
TIMEOUT,
ERROR
creditsConsumed
number
required
errorMessage
string | null
required
createdAt
string
required
modifiedAt
string
required
input
string
required
output
string
required