---
title: "List all tasks"
method: GET
path: "/tasks/"
tags: ["Tasks"]
---

# List all tasks

`GET /tasks/`

Retrieves all tasks from the state manager.

## Response `200`

List of all tasks

- Task[]
  - `deprecated_at_epoch` integer, nullable — Optional epoch timestamp when the task was deprecated
  - `is_deprecated` boolean, required — Indicates whether the task is deprecated
  - `minimum_reputation_score` integer, nullable — Optional minimum reputation score required for the task
  - `model_name` string, nullable — Optional name of the model used for the task
  - `role` integer, required — Role associated with the task (encoded as an integer)
  - `security_level` integer, required — Security level of the task (encoded as an integer)
  - `task_id` string, required — Unique string identifier for the task
  - `task_small_id` integer, required — Unique small integer identifier for the task
  - `valid_until_epoch` integer, nullable — Optional epoch timestamp until which the task is valid

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/atomaai/apis/atoma-daemon.md) · [All operations](https://skmtc.net/atomaai/apis/atoma-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomaai/atoma-daemon/revisions/45bb2355d453/schema)
