Approval Request API
Search Approval Requests
Search approval requests with filters such as resource type, result status, and date range.
POST
Search Approval Requests
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the team. Required.
Filter by resource type (allocation or workflow run).
Available options:
APPROVAL_REQUEST_RESOURCE_TYPE_UNSPECIFIED, APPROVAL_REQUEST_RESOURCE_TYPE_ACCESS_ALLOCATION, APPROVAL_REQUEST_RESOURCE_TYPE_WORKFLOW_RUN Filter by result statuses (multiple allowed).
Available options:
APPROVAL_REQUEST_RESULT_UNSPECIFIED, PENDING, APPROVED, DENIED, TIMEDOUT, CANCELED Filter by requests created after this timestamp (RFC3339 format).
Filter by requests created before this timestamp (RFC3339 format).
Maximum number of results to return. Default is 1000, maximum is 5000.
Token for pagination. Leave empty for the first request.
Search Approval Requests

