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.
API key for authentication.
Page number to retrieve.
x >= 1Number of entities per page.
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.pending, enriching, ready, failed The type of entity.
company: A company or organization (default).person: An individual person.company, person Fields available for sorting entity list results.
created_at, name, status Sort direction for list results.
asc: ascending (oldest or smallest first)desc: descending (newest or largest first)asc, desc