List entities in dataset
Datasets
List entities in dataset
Returns a paginated list of entities in a dataset. Supports filtering by status, entity type, and name search.
POST
List entities in dataset
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 dataset identifier.
Body
application/json
The page number to retrieve.
Required range:
x >= 1Example:
1
The number of entities per page.
Required range:
1 <= x <= 500Example:
100
Filters entities by name using a case-insensitive substring match.
Example:
"OpenAI"
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 Response
Paginated list of entities in a dataset.

