RyTask docs
REST APIStatusesProjectsProjectidStatuses

List statuses (board columns, ordered)

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/projects/{projectId}/statuses

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/statuses"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "category": "BACKLOG",      "color": "string",      "position": 0    }  ]}