v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
Enrichments

Get Enrichments

Get a cursor-paginated list of enrichment records for the user across all workspaces. Results are ordered by (created_at DESC, id DESC). Pass the id of the last enrichment from the previous page as after to fetch the next page. Total count is returned only on the first request (when after is omitted).

Filters (all optional, combined with AND):

  • institution_ids: restrict to enrichments for these institutions.
  • statuses: restrict to these status values. Use "unknown" to match rows where status IS NULL (mirrors the bucket key returned by /stats).
get/api/v3/enrichments

Query parameters

institution_idsstring[]
statusesstring[]
afterstring nullable

Enrichment id to page after (the next_cursor from a previous response). Omit to fetch the first page.

Enrichment id to page after (the next_cursor from a previous response). Omit to fetch the first page.

limitinteger

Response

Successful Response

limitinteger required
has_moreboolean
next_cursorstring nullable
totalinteger nullable