List files in a batch
Retrieves a paginated list of all files within a specific batch operation.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Path Parameters
The ID of the vector store that the files belong to.
The ID of the file batch that the files belong to.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
1 <= x <= 100Sort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.
asc, desc A cursor for use in pagination. An object ID that defines your place in the list for fetching the next page.
A cursor for use in pagination. An object ID that defines your place in the list for fetching the previous page.
Filter by file status. One of in_progress, completed, failed, cancelled.
in_progress, completed, failed, cancelled Response
OK
A list of vector store files.
The object type, which is always 'list'.
Array of vector store file objects.
The ID of the first object in the list.
The ID of the last object in the list.
Whether there are more objects available.