curl --request GET \
--url https://api.example.com/api/projects/{project_id}/files{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}List files in a project’s data directory for media discovery.
curl --request GET \
--url https://api.example.com/api/projects/{project_id}/files{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Successful Response