---
title: "Check the status of a task by id"
method: POST
path: "/api/v1/check/"
tags: ["Common"]
---

# Check the status of a task by id

`POST /api/v1/check/`

This endpoint allows you to check the status of a specific task by its ID.
    Checking is only possible within 24h after task creation, otherwise an error will be returned.
    The current rate limit for this endpoint is 30 requests per minute. This limit may be increased in the future.

## Request body

- CheckV1Request
  - `task_ids` string[], required

## Response `200`

OK

- CheckV1Response
  - `result` object, required — Mapping of task IDs to their respective status and details.

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/lalal/apis/lalal-ai-api.md) · [All operations](https://skmtc.net/lalal/apis/lalal-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lalal/lalal-ai-api/revisions/ebb545e26e94/schema)
