---
title: "Get a collection of connectors."
method: POST
path: "http://localhost:8000/{project_id}/connectors/"
tags: ["connectors"]
---

# Get a collection of connectors.

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

Get a collection of connectors.

The `connectors` field of the returned object contains a list of all result
nodes, each represented as a list of the form:

`[id, x, y, z, confidence, creator_id, editor_id, creation_time, edition_time]`

Both edition time and creation time are returned as UTC epoch values. If
tags are requested, the `tags` field of the response object will contain a
mapping of connector IDs versus tag lists. If partners are requested, the
`partners` field of the response object will contain a mapping of connector
IDs versus lists of partner links. Each partner link is an array of the
following format:

`[link_id, treenode_id, skeleton_id, relation_id, confidence]`

If both `skeleton_ids` and `relation_type` are used, the linked skeletons
need to be linked by the specified relation. Without `relation_type`,
linked skeletons can have any relation and without `skeleton_ids` a
connector needs to have a least one link with the specified relation.

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