Method
listProjects GET
Copy GET

Retrieves a list of all projects in the current organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No limit int The maximum length of the list of projects.
No startAfterId str The ID of the project after which the list starts.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[Project]

Exceptions:

TYPE WHEN
DataNotFoundError

startAfterId is not found.

Language: