Skip to main content
GET
List or retrieve sources

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

Unique identifier of the source

page
integer

Page number for pagination

per_page
integer

Items per page (default: 20, max: 100)

source_type
string

Filter by source type: "document" or "web"

thread_id
string

Filter by thread ID; verifies the source belongs to the thread

tool_call_id
string

Filter by tool call ID; verifies the source belongs to the tool call

turn_id
string

Filter by turn ID; verifies the source belongs to the turn

Response

Top-level response serializer for the unified sources endpoint.

It wraps two arrays: document and web, reusing the V3 item serializers.

document
object[]
required
web
object[]
required