List Sources
List sources with optional filtering and pagination.
Query Parameters
limit?integer
Default
50Range
1 <= value <= 200offset?integer
Default
0Range
0 <= valuesource_type?|
Filter by source_type
lifecycle_state?|
Filter by lifecycle_state
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/sources"{
"sources": [
{
"id": "string",
"source_type": "string",
"original_name": "string",
"mime_type": "string",
"file_path": "string",
"parsed_path": "string",
"source_url": "string",
"sha256": "string",
"size_bytes": 0,
"version": 1,
"lifecycle_state": "ingested",
"chunk_count": 0,
"memory_count": 0,
"section_tree": "string",
"summary": "string",
"error_message": "string",
"created_at": "string",
"updated_at": "string",
"metadata": {}
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}