Search approval requests with filters such as resource type, result status, and date range.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team. Required.
Filter by resource type (allocation or workflow run).
APPROVAL_REQUEST_RESOURCE_TYPE_UNSPECIFIED, APPROVAL_REQUEST_RESOURCE_TYPE_ACCESS_ALLOCATION, APPROVAL_REQUEST_RESOURCE_TYPE_WORKFLOW_RUN Filter by result statuses (multiple allowed).
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.