🗄️ Container Files Official Documentation

⋙ Create Container File

Create a container file.

msg.payload Properties

container_id string
The ID of the container to hold the file.
file file
The File object (not file name) to be uploaded.
file_id string
Name of the file to create.

⋙ List Container Files

List container files.

msg.payload Properties

container_id string
The ID of the desired container.
after string
A cursor for use in pagination. `after` is an object ID that defines your place in the list.
limit integer
A limit on the number of objects to be returned.
order string
Sort order by the created_at timestamp of the objects.

⋙ Retrieve Container File

Retrieve a container file.

msg.payload Properties

container_id string
The ID of the desired container.
file_id string
The ID of the file to retrieve.

⋙ Retrieve Container File Content

Retrieves container file content.

msg.payload Properties

container_id string
The ID of the desired container.
file_id string
The ID of the desired file.

⋙ Delete Container File

Deletes a container file.

msg.payload Properties

container_id string
The ID of the desired container.
file_id string
The ID of the file to delete.