v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Tasks > TaskFile

Reads all Task files

Reads all Task files

get/api/2026-07-01/resources/tasks/task_files

Query parameters

task_idstring required

identifier of the task

Example:1

identifier of the task

ids[]string[]

identifiers of the files

identifiers of the files

[
  "1",
  "2",
  "3"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "task_id": "1",
      "filename": "expenses.png",
      "content_type": "image/png",
      "path": "/tasks/tasks_files/405",
      "created_at": "2024-10-06"
    }
  ]
}