Runs
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: 100OptionalDefault:
Limits the number of results to return
10reversebooleanOptionalDefault:
Order in which to retrieve the results
falseResponses
200
OK
application/json
404
Resource not found
application/json
get
/organizations/{organizationId}/approvals/{approvalId}/runsAuthorizations
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
404
Resource not found
application/json
get
/organizations/{organizationId}/approvals/{approvalId}/runs/{approvalRunId}Last updated
Was this helpful?

