Get Entity

Retrieves a specific entity by its ID.

Path parameters

collection_idstringRequired
The collection ID corresponding to the graph containing the entity.
entity_idstringRequired
The ID of the entity to retrieve.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Response

Successful Response
resultsobject
An entity extracted from a document.

Errors