curl --request GET \
--url https://api.example.com/api/sources/{source_id}/assets/{file_path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Serve a specific source asset file.
Path traversal protection: resolved path must be inside the source asset directory.
curl --request GET \
--url https://api.example.com/api/sources/{source_id}/assets/{file_path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}