Retrieve an entity
This method retrieves details about the specified entity.
Path parameters
entity_collection_id
The unique identifier of the entity collection.
entity_id
The unique identifier of the entity to retrieve.
Headers
x-api-key
Response
The entity has been successfully retrieved.
_id
The unique identifier of the entity.
name
The name of the entity.
description
A description of the entity.
metadata
Custom metadata for the entity.
asset_ids
An array of asset IDs associated with the entity.
status
The current status of the entity creation process. Possible values are:
processing
: The entity is being processed and is not yet ready for use in searches.ready
: The entity is fully processed and can be used in search queries.
Allowed values:
created_at
The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity was created.
updated_at
The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity was last updated.