ProjectsResource provides methods to list and retrieve projects.
List projects
Retrieve a paginated list of all projects.Parameters
Maximum number of results to return
Cursor for pagination
Returns
Array of project objects
Cursor for the next page of results
Cursor for the previous page of results
Whether there are more results available
Get a project
Retrieve a specific project by its unique identifier.Parameters
The unique identifier of the project
Returns
The unique identifier for the project
The name of the project
The current status of the project
The timestamp when the project was created
The timestamp when the project was last updated