---
title: "Get connectors linked to a set of skeletons."
method: POST
path: "http://localhost:8000/{project_id}/connectors/links/"
tags: ["connectors"]
---

# Get connectors linked to a set of skeletons.

`POST http://localhost:8000/{project_id}/connectors/links/`

Get connectors linked to a set of skeletons.

The result data set includes information about linked connectors on a given
input set of skeletons. These links are further constrained by relation
type, with currently support available for: postsynaptic_to,
presynaptic_to, abutting, gapjunction_with, tightjunction_with,
desmosome_with, mitochondrion_of.

Returned is an object containing an array of links to connectors and a set
of tags for all connectors found (if not disabled). The link array contains
one array per connector link with the following content: [Linked skeleton ID,
Connector ID, Connector X, Connector Y, Connector Z, Link confidence, Link
creator ID, Linked treenode ID, Link edit time].

A POST handler is able to accept large lists of skeleton IDs.

## 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)
