List knowledge store item collections
Returns a list of the item collections in the specified knowledge store.
Path parameters
The unique identifier of the knowledge store.
Query parameters
A number that identifies the page to retrieve.
Default: 1.
The number of items to return on each page.
Default: 10. Max: 50.
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 item collection was created.
- updated_at: Sorts by the time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), when the item collection was last updated.
- name: Sorts alphabetically by the name of the item collection.
Default: created_at.
The sorting direction. The following options are available:
- asc
- desc
Default: desc.
Headers
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 item collections have been successfully retrieved.
Changes
Changed in 3 of the 11 revisions of this API.111
- ▲
response property
data/items/metadata/additionalProperties/list-of-types was widened by adding typesarraybooleaninteger and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ●
removed the optional property
docs_urlfrom the response with the400statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○