Plot HomeDocumentation
Projects

List Project Statuses

Retrieves all project statuses for the workspace

GET
/v1/projects/statuses

Retrieves all project statuses for the workspace

Response Body

application/json

curl -X GET "https://example.com/v1/projects/statuses"
{  "data": [    {      "id": "string",      "name": "string",      "color": "string",      "icon": "string"    }  ]}