Tasks Get public statuses
GET
/control-plane/api/v1/tasks/statuses

Authentication

API Key (BearerAuth)

  • Header: Authorization

Responses

200
OK

Example:

[
  {
    "color": "string",
    "id": "string",
    "is_default": true,
    "name": "string",
    "position": 0,
    "public": true
  }
]