Returns a list of vector store files.
/vector_stores/{vector_store_id}/files Parameters
path Path Parameters
| Name | Type |
|---|---|
vector_store_id
required
The ID of the vector store that the files belong to. | string |
query Query Parameters
| Name | Type |
|---|---|
limit A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. | number |
order Sort order by the | "asc" | "desc" |
after A cursor for use in pagination. | string |
before A cursor for use in pagination. | string |
filter Filter by file status. One of | "in_progress" | "completed" | "failed" | "cancelled" |
Responses
OK
object: string;
data:
first_id: string;
last_id: string;
has_more: boolean;
}