List Store Files
POST/v1/stores/{store_identifier}/files/list
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Path Parameters
store_identifierstringrequired
The ID or name of the store
Request Body
limitintegerdefault:
20
Maximum number of items to return per page (1-100)
Constraints
•Minimum: 1•Maximum: 100
afterstring
Cursor for forward pagination - get items after this position. Use last_cursor from previous response.
beforestring
Cursor for backward pagination - get items before this position. Use first_cursor from previous response.
include_totalbooleandefault:
false
Whether to include total count in response (expensive operation)
statusesStoreFileStatus[]
Status to filter by
metadata_filterSearchFilter | SearchFilterCondition | array
Metadata filter to apply to the query
Response Body
paginationobjectrequired
Response model for cursor-based pagination.
objectstringdefault:
list
The object type of the response
dataStoreFile[]required
The list of store files
Last updated: October 6, 2025