v2
latestOpenAPI 3.1.0LicenseRef-Convex2026-07-264790136.4 KBCustom Roles
List custom roles
Lists all custom roles for the team with cursor-based pagination.
get/teams/{team_id}/list_custom_roles
Path parameters
team_idinteger required
Team ID
Query parameters
cursorstring
Cursor for pagination
limitinteger
Max results per page (default: 100, max: 100)
Response
Example response
{
"items": [
{
"statements": [
{
"resource": "project:*"
}
]
}
]
}