v27

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

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

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

get/v1/vector_stores/{vector_store_id}/files

Path parameters

vector_store_idstring required

The vector store identifier.

The vector store identifier.

Query parameters

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.

afterstring nullable

Pagination cursor (after).

Pagination cursor (after).

beforestring nullable

Pagination cursor (before).

Pagination cursor (before).

filter'in_progress' | 'completed' | 'cancelled' | 'failed' nullable

Filter by file status.

Filter by file status.

Response

A list of files in the vector store.

object'list'
first_idstring required
last_idstring required
has_moreboolean required