Runs

List approval flow runs

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
Query parameters
pageTokenstringOptional

Pagination token that keeps of track of the current position in the list

limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
reversebooleanOptional

Order in which to retrieve the results

Default: false
Responses
200

OK

application/json
get
/organizations/{organizationId}/approvals/{approvalId}/runs

Get approval flow run

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
approvalRunIdstring · uuidRequired
Responses
200

OK

application/json
get
/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}

Last updated

Was this helpful?