Get Store File
GET/v1/stores/{store_identifier}/files/{file_identifier}
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Path Parameters
store_identifierstringrequired
The ID or name of the store
file_identifierstringrequired
The ID or external_id of the file. Supports slashes for path-like identifiers.
Query Parameters
return_chunksboolean | list[int]default:
falseWhether to return the chunks for the file. If a list of integers is provided, only the chunks at the specified indices will be returned.
Response Body
idstringrequired
Unique identifier for the file
filenamestring
Name of the file
metadataobject
Optional file metadata
statusenum
StoreFileStatus
Possible values
pendingin_progresscancelledcompletedfailedlast_errorobject
Last error message if processing failed
store_idstringrequired
ID of the containing store
created_atstring(date-time)required
Timestamp of store file creation
versioninteger
Version number of the file
usage_bytesinteger
Storage usage in bytes
objectstringdefault:
store.fileType of the object
chunksarrayrequired
chunks
Last updated: November 18, 2025