v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Access Request API

Search Access Requests

Search access requests with filters. Supports filtering by entitlement, app instance, status, user IDs, time range, and linked ticket.

post/v2/access-requests/search

Request body

teamIdstring

The ID of the team. Required.

requestedRoleIdstring nullable

Filter by requested role ID.

appInstanceIdstring nullable

Filter by app instance ID.

statusesSvflowCommonModelsAccessRequestStatus[]

Filter by statuses (multiple allowed).

targetUserIdstring nullable

Filter by the target user for whom access was requested.

requestedByUserIdstring nullable

Filter by the user who requested access.

createdAfterstring nullable

Filter by requests created after this timestamp (RFC3339 format).

createdBeforestring nullable

Filter by requests created before this timestamp (RFC3339 format).

linkedTicketIdstring nullable

Filter by linked ticket ID.

pageSizeinteger nullable

Maximum number of results to return. Default is 1000, maximum is 5000.

pageTokenstring nullable

Token for pagination. Leave empty for the first request.

Response

Success

nextPageTokenstring nullable

Token for retrieving the next page of results. Empty if no more results.