---
title: "Get annotations and who used them for a set of skeletons."
method: POST
path: "http://localhost:8000/{project_id}/annotations/forskeletons"
tags: ["annotations"]
---

# Get annotations and who used them for a set of skeletons.

`POST http://localhost:8000/{project_id}/annotations/forskeletons`

Get annotations and who used them for a set of skeletons.

This method focuses only on annotations linked to skeletons and is likely to
be faster than the general query. Returns an object with two fields:
"annotations", which is itself an object with annotation IDs as fields,
giving access to the corresponding annotation names. And the field
"skeletons" is also an object, mapping skeleton IDs to lists of
annotation-annotator ID pairs. Also, as JSON separator a colon is used
instead of a comma.

## Path parameters

- `project_id` string, required

## Response `201`

Created

---

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