v1

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

List Access Profiles

List all access profiles for a team.

get/v2/access-profiles

Query parameters

teamIdstring required

The ID of the team to list access profiles for.

The ID of the team to list access profiles for.

pageSizeinteger

Maximum number of access profiles to return (default 50, max 1000).

Maximum number of access profiles to return (default 50, max 1000).

pageTokenstring

Page token for pagination.

Page token for pagination.

workflowIdstring

When set, only return access profiles that gate this workflow (i.e. profiles whose grants include the workflow). The workflow must belong to the requested team.

When set, only return access profiles that gate this workflow (i.e. profiles whose grants include the workflow). The workflow must belong to the requested team.

Response

Success

nextPageTokenstring nullable