Is it possible to get a list of the indices in a collection? #6332
-
|
I've read the documentation and the API, but it doesn't mention how to get a list of current indices in a collection, only PUT and DELETE. |
Beta Was this translation helpful? Give feedback.
Answered by
timvisee
Apr 16, 2025
Replies: 2 comments 1 reply
-
|
You can! It's returned as part of the collection information. Simply call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scmanjarrez
-
|
Thank you! Didn't see that the first time 😅 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can! It's returned as part of the collection information.
Simply call
GET /collections/my_collectionand they're listed in there underpayload_schema.API docs: https://api.qdrant.tech/v-1-13-x/api-reference/collections/get-collection#response.body.result.payload_schema