v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB

Retrieve Container File

Retrieves a container file.

get/containers/{container_id}/files/{file_id}

Path parameters

container_idstring required
file_idstring required

Response

Success

idstring required

Unique identifier for the file.

objectstring required

The type of this object (container.file).

container_idstring required

The container this file belongs to.

created_atinteger required

Unix timestamp (in seconds) when the file was created.

bytesinteger required

Size of the file in bytes.

pathstring required

Path of the file in the container.

sourcestring required

Source of the file (e.g., user, assistant).