Skip to content
Pile
Esc
navigateopen⌘Jpreview

List labels

GET/workspaces/{organizationId}/labels
Path parameters
organizationIdstringrequired
Responses
200Labels list
labelsobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/labels"
Response
{
  "labels": [
    {
      "id": "string",
      "organizationId": "string",
      "name": "string",
      "color": "string",
      "createdAt": "string"
    }
  ]
}