Get entity
Returns a single entity by ID with all attributes and current status.
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Path Parameters
Unique entity identifier.
Response
Full entity object with all attributes and metadata.
Unique identifier of the entity.
"854198fa-f702-49db-a381-0427fa87f173"
The type of entity.
company: A company or organization (default).person: An individual person.
company, person Organization that owns this entity.
"e5d9e9b0-e415-4941-8ef0-916c5ee56207"
Entity name.
"NewsCatcher"
Processing status of an entity.
pending: Entity has been created and is queued for enrichment.enriching: Enrichment is in progress.ready: Enrichment complete — entity is indexed and ready for use in jobs.failed: Enrichment failed. The entity may still be used but matching quality may be reduced.
pending, enriching, ready, failed Free-text description.
"AI-powered news data provider"
Additional attributes for the entity, keyed by entity type.
ID of the user who created this entity.
"870e258e-12ec-4a47-8656-e7a43b0265b3"
ISO 8601 timestamp of when the entity was created. Returned without timezone offset (server-local time).
"2026-04-08T15:21:17.272139"
ISO 8601 timestamp of when the entity was last updated. Returned without timezone offset (server-local time).
"2026-04-08T15:21:18.248316"

