---
title: "Fetch Background Task"
method: GET
path: "/v1/tasks/{task_id}"
tags: ["Background Tasks"]
---

# Fetch Background Task

`GET /v1/tasks/{task_id}`

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- BackgroundTaskOut
  - `task_id` string, required
  - `task_name` string, nullable
  - `status` 'unknown' | 'started' | 'completed' | 'failed'
  - `task_args` object, nullable
  - `result` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
