List all labels
Returns a list of all labels associated with the given card.
Parameters
title
string
The title to search for.
Returns
Return a response that contains an array of all the labels.
get
/api/cards/{id}/labels
curl https://{workspace}.kitchen.co/api/cards/{id}/labels \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
[
{
"id": "lbl_5b521cf4562a5ba739fc72a8",
"color": "#f9d0d9",
"title": null,
"createdAt": "2025-06-16T11:25:31+00:00",
"updatedAt": "2025-06-16T11:25:31+00:00"
}
]