List datasets
Datasets
List datasets
Returns a paginated list of datasets belonging to the authenticated organization. Supports filtering by status and sorting by name, status, or creation date.
GET
List datasets
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 datasets per page.
Required range:
1 <= x <= 500Filter datasets by name (case-insensitive substring match).
Filter by dataset status.
Processing status of a dataset.
pending: Dataset created, entities queued for enrichment.enriching: Entities are being enriched.ready: All entities enriched and indexed — ready for use in jobs.failed: One or more entity enrichments failed.
Available options:
pending, enriching, ready, failed Fields available for sorting dataset list results.
Available options:
name, created_at, status Sort direction for list results.
asc: ascending (oldest or smallest first)desc: descending (newest or largest first)
Available options:
asc, desc Controls which resources are returned based on ownership.
all: Returns resources owned by the user and resources shared with them (default, backward compatible).own: Returns only resources created by the authenticated user.shared: Returns only resources shared with the user by others.
Available options:
all, own, shared Filter results to resources belonging to this project.

