Search access requests with filters. Supports filtering by entitlement, app instance, status, user IDs, time range, and linked ticket.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team. Required.
Filter by requested role ID.
Filter by app instance ID.
Filter by statuses (multiple allowed).
AccessRequestStatus represents the overall status of an access request. Used by the public API for SDK consumers.
ACCESS_REQUEST_STATUS_UNSPECIFIED, ACCESS_REQUEST_STATUS_PENDING, ACCESS_REQUEST_STATUS_APPROVED, ACCESS_REQUEST_STATUS_DENIED, ACCESS_REQUEST_STATUS_EXPIRED, ACCESS_REQUEST_STATUS_REVOKED, ACCESS_REQUEST_STATUS_CANCELED, ACCESS_REQUEST_STATUS_FAILED Filter by the target user for whom access was requested.
Filter by the user who requested access.
Filter by requests created after this timestamp (RFC3339 format).
Filter by requests created before this timestamp (RFC3339 format).
Filter by linked ticket ID.
Maximum number of results to return. Default is 1000, maximum is 5000.
Token for pagination. Leave empty for the first request.