sources
List Source Passages
List all passages associated with a data source.
get/v1/sources/{source_id}/passages
Path parameters
source_idstring required
Query parameters
afterstring nullable
Message after which to retrieve the returned messages.
Message after which to retrieve the returned messages.
beforestring nullable
Message before which to retrieve the returned messages.
Message before which to retrieve the returned messages.
limitinteger
Maximum number of messages to retrieve.
Maximum number of messages to retrieve.
Response
Successful Response
Example response
[
{
"id": "passage-123e4567-e89b-12d3-a456-426614174000"
}
]