---
title: "Get Task Status"
method: GET
path: "/api/v1/task/{_task_id}"
tags: ["Base"]
deprecated: true
---

# Get Task Status

`GET /api/v1/task/{_task_id}`

> **Deprecated.**

Get the status of a task by ID (Deprecated).<br><br>This endpoint is deprecated and will be removed in a future version.

## Path parameters

- `_task_id` string, required

## Response `200`

Successful Response

- TaskStatusResponse — Task status response schema.
  - `status` string, required
  - `result` unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-18** `191b57fc530b` — 1 info
  - endpoint added
- **2026-02-10** `0be341779529` — 1 info
  - api path removed with deprecation
- **2025-10-16** `9bd3e81318d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/task/:_task_id/get.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/191b57fc530b/schema)
