v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Roles

Lists the roles configured for a project.

get/projects/{project_id}/roles

Path parameters

project_idstring required

The ID of the project to inspect.

Query parameters

limitinteger

A limit on the number of roles to return. Defaults to 1000.

afterstring

Cursor for pagination. Provide the value from the previous response's next field to continue listing roles.

order'asc' | 'desc'

Sort order for the returned roles.

Response

Project roles listed successfully.

object'list' required

Always list.

has_moreboolean required

Whether more roles are available when paginating.

nextstring nullable required

Cursor to fetch the next page of results, or null when there are no additional roles.