Skip to main content

Retrieve a folder

Retrieves a folder object.

Parameters

No parameters.

Returns

Returns the folder object for a valid identifier.

get
/api/folders/{id}
curl https://{workspace}.kitchen.co/api/folders/{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-12T14:18:37+00:00",
"id": "fo_19b9108c92d98f81224ece44",
"name": "New Folder",
"updated_at": "2024-03-12T14:18:37+00:00",
"visibility": "shared"
}