---
title: "List the parameters and resources associated with a particular annotator"
method: GET
path: "/annotators/{annotatorName}"
tags: ["annotators"]
---

# List the parameters and resources associated with a particular annotator

`GET /annotators/{annotatorName}`

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

## Path parameters

- `annotatorName` string, required

## Response `200`

Successful operation

## Other responses

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

---

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