---
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

## Changes

- **2024-12-05** `260c4becaf84` — 2 info
  - api tag `Tasks` added
  - api tag `tasks` removed
- **2024-12-04** `69d6e856b1bd` — 2 info
  - api tag `tasks` added
  - api tag `Tasks` removed

[Change history](https://skmtc.dev/atomaai/apis/atoma-daemon/changes/tasks/get.md)

---

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