---
title: "Retrieve a workflow's task"
method: GET
path: "/root/{m-wf-id}/workflow/{wf-id}/task/{task-id}"
tags: ["Task"]
---

# Retrieve a workflow's task

`GET /root/{m-wf-id}/workflow/{wf-id}/task/{task-id}`

Returns a Task resource identified by m_wf_id, wf_id, task_id

## Response `200`

Success

- Task[]
  - `task_id` integer
  - `abs_task_id` string
  - `type_desc` string
  - `transformation` string
  - `argv` string

## Other responses

- `401` — Not authenticated
- `403` — Not authorized
- `404` — Not found
- `default` — Internal server error

---

[API](https://skmtc.dev/pegasus-isi/apis/monitoring-api.md) · [All operations](https://skmtc.dev/pegasus-isi/apis/monitoring-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pegasus-isi/monitoring-api/revisions/0f83c09a8c4a/schema)
