GET
/containers/{container_id}/files/{file_id}/contentRetrieve container file content
Retrieves the raw content of a container file. Use this endpoint to download or access the file's binary data.
container_idstringrequired
The unique identifier of the container containing the file.
file_idstringrequired
The unique identifier of the file whose content to retrieve.
200Returns the raw file content.
429Returned when the request rate limit is exceeded.
errorobjectrequired
Error handling
A 429 is returned when the request rate limit is exceeded. Both container_id and file_id must identify existing resources.