Retrieve an attachment
Retrieves an attachment object.
Parameters
No parameters.
Returns
Returns the attachment object for a valid identifier.
get
/api/attachments/{id}
curl https://{workspace}.kitchen.co/api/attachments/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"id": "fi_081dcab571f6c37d709078ce",
"name": "Screenshot.png",
"size": 348208,
"mime_type": "image/png",
"extension": "png",
"url": "https://k.assets-edge.com/u/ws_046457c4dcfcc7986383e7f4/685132c3e2464-screenshot.png",
"thumbnail": "https://k.assets-edge.com/previews/ws_046457c4dcfcc7986383e7f4/685132c614920-screenshot-476.png",
"created_at": "2025-06-17T09:17:56+00:00"
}