Get Source Content
Read the parsed text content of a source.
Path Parameters
source_id*Source Id
Query Parameters
offset?Offset
Character offset for pagination
Default
0Range
0 <= valuelimit?|
Maximum characters to return. Omit to read the full parsed content.
space_id?|
Optional isolation space guard
Response Body
application/json
application/json
curl -X GET "https://example.com/sources/string/content"{
"source_id": "string",
"original_name": "string",
"content": "string",
"offset": 0,
"returned_length": 0,
"total_length": 0,
"has_more": false,
"content_type": "markdown"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}