list_object_store_files
Read-only
Retrieve files from an organization's Object Store directory to manage algorithmic trading data on QuantConnect.
Instructions
List the Object Store files under a specific directory in an organization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The current page number in the paginated response. | |
| path | No | Path to the directory in the Object Store. | |
| errors | No | List of errors with the API call. | |
| objects | No | List of directories and files stored in the directory at the given path. If the path contains directories, this list of objects doesn't contain the children of those directories. | |
| success | No | Indicate if the API request was successful. | |
| totalPages | No | The total number of pages in the paginated response. | |
| objectStorageUsed | No | Size of all objects stored in bytes. | |
| objectStorageUsedHuman | No | Size of all the objects stored in human-readable format. |