Skip to main content
The API supports object store type datasources (such as S3) and allows for easy retrieval and upload of objects.
The following APIs are only available when using this type of datasource.

List

Get the datasource from the client:
You can list objects available in the datasource. You can also specify a prefix:
By default the number of returned objects is limited by the underlying datasource. You can specify how many keys you want as an optional parameter:

Read

You can get object content, without having to create object entities, by using the datasource API and specifying the Object key name:
You can also get the datasource entity content from an object entity (Python only):

Write

Similar to the read/get APIs, you can also write data to a specific object key. From the datasource:
You can also write from the object entity (Python only).
Last modified on June 13, 2026