v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBknowledgeStores
List knowledge stores
This method returns a list of the knowledge stores in your account.
get/knowledge-stores
Query parameters
pageinteger
A number that identifies the page to retrieve.
Default: 1.
page_limitinteger
The number of items to return on each page.
Default: 10. Max: 50.
sort_by'created_at' | 'updated_at'
The field to sort on. The following options are available:
- created_at: Sorts by the time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), when the knowledge store was created.
- updated_at: Sorts by the time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), when the knowledge store was updated.
Default: created_at.
sort_optionstring
The sorting direction. The following options are available:
- asc
- desc
Default: desc.
Headers
x-api-keystring required
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Response
The knowledge stores have been successfully retrieved.