Returns a paginated list of entities in a dataset. Supports filtering by status and entity type.
API key for authentication.
Unique dataset identifier.
Page number to retrieve.
x >= 1Number of entities per page.
1 <= x <= 500Filter entities by name.
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 Paginated list of entities in a dataset.