Returns a list of vector stores.
/vector_stores Parameters
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 |
Responses
OK
object: string;
data:
first_id: string;
last_id: string;
has_more: boolean;
}