v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2193427579.9 KB
VectorIO

List files in a vector store file batch (OpenAI-compatible).

List files in a vector store file batch (OpenAI-compatible).

get/v1/vector_stores/{vector_store_id}/file_batches/{batch_id}/files

Path parameters

vector_store_idstring required

The vector store identifier.

The vector store identifier.

batch_idstring required

The file batch identifier.

The file batch identifier.

Query parameters

afterstring nullable

Pagination cursor (after).

Pagination cursor (after).

beforestring nullable

Pagination cursor (before).

Pagination cursor (before).

filterstring nullable

Filter by file status.

Filter by file status.

limitinteger nullable

Maximum number of files to return.

Maximum number of files to return.

orderstring nullable

Sort order by created_at: asc or desc.

Sort order by created_at: asc or desc.

Response

A list of files in the file batch.

object'list'
first_idstring required
last_idstring required
has_moreboolean required