---
title: "Tasks"
method: GET
path: "/models/v2/list/tasks"
---

# Tasks

`GET /models/v2/list/tasks`

Retrieve a list of tasks

## Response `200`

A successful response containing the list of tasks.

- object
  - `error` string — Null if everything is fine
  - `output` string[] — An array of tasks

## Other responses

- `401` — Auth error - check your api key and how you're sending it.
- `429` — Too Many Requests – You have hit the rate limit.

---

[API](https://skmtc.net/bytez/apis/closed-source-model-api.md) · [All operations](https://skmtc.net/bytez/apis/closed-source-model-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bytez/closed-source-model-api/versions/d64c9c733afe/schema)
