Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.

Path Parameters

sourceId
string<uuid>
required

Knowledge source identifier.

Query Parameters

Optional provider search text. A search always runs live against the provider and is never cached.

Maximum string length: 500
cursor
string

Opaque continuation value from nextCursor. Pass it back unchanged with the same search text.

Maximum string length: 4096
refresh
enum<string>

Skip the cached list and rebuild it from the provider. Without it, a plain listing produced in the last 15 minutes for the same connected account is returned; cachedAt in the response says when.

Available options:
true,
1

Response

Provider-neutral document list.

documents
object[]
required
totalCount
integer
required
Required range: x >= 0
hasMore
boolean
required
nextCursor
string | null
required

Opaque continuation value for the next page, or null when there is no next page.

workspaceLabel
string | null
required
cachedAt
string<date-time> | null
required

When this list was produced, if it came from the cache; null when it was produced by this request.