Download OpenAPI specification:Download
This endpoint requires the following permission(s): project_configuration:projects:read. This endpoint belongs to the Project Configuration domain, which has a default rate limit of 60 requests per minute.
| starting_after | string Example: starting_after=ent12354 Pagination cursor. Pass the id of the last item from the previous page to fetch the next page; omit for the first page. |
| limit | integer Default: 20 Example: limit=10 Maximum number of items to return per page. Values below 1 or above 100 are clamped to that range rather than rejected. |
{- "object": "list",
- "items": [
- {
- "object": "project",
- "id": "proj1ab2c3d4",
- "name": "MagicWeather",
- "created_at": 1658399423658,
}
], - "next_page": "/v2/projects?starting_after=projab21dac",
- "url": "/v2/projects"
}This endpoint requires the following permission(s): project_configuration:projects:read_write. This endpoint belongs to the Project Configuration domain, which has a default rate limit of 60 requests per minute.
| name required | string [ 1 .. 255 ] characters The name of the project |
{- "name": "string"
}{- "object": "project",
- "id": "proj1ab2c3d4",
- "name": "MagicWeather",
- "created_at": 1658399423658,
}