v1.0.0
OpenAPI 3.1.0
Get a file asset
Client Libraries
US region
Retrieves a single file asset by its ID. Returns 404 if the asset does not exist or is a folder.
The unique identifier of the resource.
curl https://api.customer.io/v1/assets/files/1
{
"asset": {
"id": 1,
"name": "string",
"parent_folder_id": null,
"path": "string",
"size": 1,
"created": 1773856017,
"updated": 1773856017
}
}The requested file asset.