v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTasks > TaskFile
Reads a single Task file
Reads a single Task file
get/api/2026-07-01/resources/tasks/task_files/{id}
Path parameters
idstring required
identifiers of the files
Response
OK
Example response
{
"id": "1",
"task_id": "1",
"filename": "expenses.png",
"content_type": "image/png",
"path": "/tasks/tasks_files/405",
"created_at": "2024-10-06"
}