---
title: "Get Task Info"
method: GET
path: "/v1/tasks/{task_id}/info"
tags: ["Tasks"]
---

# Get Task Info

`GET /v1/tasks/{task_id}/info`

## Path parameters

- `task_id` string, required

## Response `200`

Success

- GetTaskInfoResponse
  - `success` 'success' | 'failure', required
  - `task` TaskInfo
    - `task_id` string, required
    - `project_id` integer, nullable
    - `srt_url` string, nullable
    - `task_payload` object
    - `assigned` boolean
    - `time_remaining_hours` number, nullable
    - `task_status` string, required
    - `failure_reason` string, nullable

## Other responses

- `422` — Validation Error

---

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