---
title: "List the parameters and resources associated with a particular task"
method: GET
path: "/tasks/{taskName}"
tags: ["tasks"]
---

# List the parameters and resources associated with a particular task

`GET /tasks/{taskName}`

Produces a JSON object describing the resources and parameters associated with the given task

## Path parameters

- `taskName` string, required

## Response `200`

Successful operation

## Other responses

- `404` — Could not find task
- `503` — Unable to load task class

---

[API](https://skmtc.dev/dstl/apis/baleen.md) · [All operations](https://skmtc.dev/dstl/apis/baleen/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dstl/baleen/revisions/9a5624d56a15/schema)
