entityCollections
Retrieve an entity collection
This method retrieves details about the specified entity collection.
get/entity-collections/{entity_collection_id}
Path parameters
entity_collection_idstring required
The unique identifier of the entity collection to retrieve.
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 entity collection has been successfully retrieved.
Changes
Changed in 1 of the 9 revisions of this API.1
- ●
removed the optional property
docs_urlfrom the response with the400statusresponse-optional-property-removed
- ●