---
title: "Get Task By ID"
method: GET
path: "/tasks/{task_id}"
tags: ["tasks"]
---

# Get Task By ID

`GET /tasks/{task_id}`

This endpoint retrieves a specific task id to get more info about the specific task

## Response `200`

200 OK

- object — The response is a task object. Refer to [the task object here](/api-reference/objects/the-task-object)

---

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