---
title: "Reads all Task files"
method: GET
path: "/api/2026-07-01/resources/tasks/task_files"
tags: ["Tasks > TaskFile"]
---

# Reads all Task files

`GET /api/2026-07-01/resources/tasks/task_files`

Reads all Task files

## Query parameters

- `task_id` string, required — identifier of the task
- `ids[]` string[] — identifiers of the files

## Response `200`

OK

- object
  - `data` TasksTaskFile[]
    - `id` string, required — identifier of the file.
    - `task_id` string, required — identifier of the task.
    - `filename` string, required — name of the file.
    - `content_type` string — content type of the file.
    - `path` string, required — path of the file, for downloading the file you need to concat api_url/path.
    - `created_at` string, required — creation date of the file.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
