Skip to content
Pile
Esc
navigateopen⌘Jpreview

List states

GET/workspaces/{organizationId}/states
Path parameters
organizationIdstringrequired
Responses
200States list
statesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
linearIdstringrequired
namestringrequired
typestringrequired
colorstring | nullrequired
positionstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/states"
Response
{
  "states": [
    {
      "id": "string",
      "organizationId": "string",
      "linearId": "string",
      "name": "string",
      "type": "string",
      "color": "string",
      "position": "string",
      "createdAt": "string"
    }
  ]
}