curl --request GET \
--url https://api.example.com/api/projects/{project_id}/evidence/{chunk_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Return the full text of an evidence chunk linked to this project.
curl --request GET \
--url https://api.example.com/api/projects/{project_id}/evidence/{chunk_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}