curl --request GET \
--url https://api.example.com/api/library/sources/{source_id}/chunks{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Get all chunks for a source.
curl --request GET \
--url https://api.example.com/api/library/sources/{source_id}/chunks{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}