/v1/projects
List all projects associated with your account, with optional filtering and pagination.
Query Parameters
| Name | Type | Description |
|---|---|---|
| limit | integer | Max results per page (default 20) |
| offset | integer | Number of records to skip |
| status | string | Filter by project status |
Sample Request
curl -H "Authorization: Bearer $TOKEN" \
https://api.example.com/v1/projects?limit=20
nextCursor for pagination.