Skip to main content
GET
Get run callbacks

Authorizations

X-API-Key
string
header
required

Query Parameters

status
enum<string>[] | null
Minimum array length: 1
Available options:
PENDING,
RUNNING,
FAILED,
SUCCESS
run_uid
string<uuid>[] | null
Minimum array length: 1
limit
integer
default:10
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
sort
string[]

Sort by fields. Prefix with - for descending order. Default is ascending order.

Maximum array length: 10
Maximum string length: 128

Response

Returns the run callbacks

uid
string<uuid>

Run callback UUID

parent_uid
string<uuid> | null

Identifies the original run callback from which the current callback originates. It is set when a callback is created as part of a replay of a previous run callback.

retry_count
integer
default:0

Retry count

created_at
string

Created at

status
enum<string>

Callback status

Available options:
PENDING,
RUNNING,
FAILED,
SUCCESS
callback_url
string

Callback URL

http_status
integer

HTTP status code of the callback

http_response
object

HTTP response of the callback

batch_uid
string<uuid>

Batch UUID

run_uid
string<uuid>

Run UUID

scheduled_run_uid
string<uuid> | null

Scheduled run UUID if the callback is associated with a scheduled run

error
object | null

Error information if the callback failed

workspace_uid
string<uuid>

Workspace UUID