Skip to main content

Retrieve a board

Retrieves a board object.

Parameters

No parameters.

Returns

Returns the board object for a valid identifier.

get
/api/boards/{id}
curl https://{workspace}.kitchen.co/api/boards/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"archived_at": null,
"created_at": "2024-03-21T07:32:03+00:00",
"id": "tskb_5e22e833684835b70ea85e45",
"title": "The board title",
"updated_at": "2024-03-21T07:32:03+00:00",
"visibility": "internal"
}