Swagger Petstore - OpenAPI 3.0
GET/containers/{container_id}/files/{file_id}/content

Retrieve container file content

Retrieves the raw content of a container file. Use this endpoint to download or access the file's binary data.

2 parameters
container_idstringrequired
The unique identifier of the container containing the file.
file_idstringrequired
The unique identifier of the file whose content to retrieve.

2 status codes
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.