Skip to main content

Retrieve a list

Retrieves a list object.

Parameters

No parameters.

Returns

Returns the list object for a valid identifier.

get
/api/lists/{id}
curl https://{workspace}.kitchen.co/api/lists/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"board": "tskb_716ac736726a47f2f243c60c",
"created_at": "2024-03-21T07:45:14+00:00",
"id": "tskl_effc45e91b837cff9b5da13a",
"title": "The list title",
"updated_at": "2024-03-21T07:45:14+00:00"
}