curl --request GET \
--url https://api.example.com/api/projects/{project_id}/files/{file_path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Serve a file from a project’s data directory (e.g. screenshots).
curl --request GET \
--url https://api.example.com/api/projects/{project_id}/files/{file_path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}