List entities
Entities
List entities
Returns a paginated list of entities belonging to the authenticated organization. Supports filtering by status and entity type, and sorting by name, status, or creation date.
GET
List entities
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.
Query Parameters
Page number to retrieve.
Required range:
x >= 1Number of entities per page.
Required range:
1 <= x <= 500Filter entities by name (case-insensitive substring match).
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.
Available options:
pending, enriching, ready, failed The type of entity.
company: A company or organization (default).person: An individual person.
Available options:
company, person Fields available for sorting entity list results.
Available options:
created_at, name, status Sort direction for list results.
asc: ascending (oldest or smallest first)desc: descending (newest or largest first)
Available options:
asc, desc 
