Projects
Retrieve all projects
Returns an array of all projects with filtering and sorting capabilities.
GET
List all projects
Authorizations
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, description
Example:
"name,-id"
Filter by exact project ID
Filter by name (case-insensitive partial match)
Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.
Available options:
default, summary, summary_with_export File format for async export (only with response_mode=summary_with_export). Default: csv.
Available options:
csv, json Response
200
List all projects