List sources
List the team’s content sources with cursor pagination, including each source’s ingestion status. Filter by status or source type to find pending, failed, or completed extractions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Query Parameters
Opaque pagination cursor from the previous page response (nextCursor/prevCursor); omit to start at the first page.
Page size as a positive integer string; defaults to 25, capped at 100.
"25"
"100"
Field to sort by; each endpoint accepts its own allowlist and defaults to createdAt.
"createdAt"
Sort direction: asc or desc; defaults to desc.
asc, desc Restrict results to sources in this ingestion status: pending, extracting, ready, failed, or skipped_insufficient_credits.
pending, extracting, ready, failed, skipped_insufficient_credits "ready"
Restrict results to one source type (text, article, youtube, tiktok, audio, pdf, or skill).
text, article, youtube, tiktok, audio, pdf, skill "article"