List all projects

Retrieves all projects belonging to the authenticated organization. Projects are returned in descending order of creation date (newest first). This endpoint is useful for displaying project selection in dashboards or for integrations that need to list all available projects.

Query parameters

limitdoubleOptional
Number of items per page
cursorstringOptional
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.

Response

Projects retrieved successfully with pagination. Returns an array of projects with pagination info.
datalist of objects
limitdouble or null
cursorstring or null

Errors