---
title: "Return information on a treenode connector edge."
method: GET
path: "http://localhost:8000/{project_id}/connectors/user-info"
tags: ["connectors"]
---

# Return information on a treenode connector edge.

`GET http://localhost:8000/{project_id}/connectors/user-info`

Return information on a treenode connector edge.

Returns a JSON array with elements representing information on the matched
links. They have the following form:

{ "user": ..., "creaetion_time": ..., "edition_time": ... }

Developer node: This function is called often (every connector mouseover)
and should therefore be as fast as possible. Analogous to user_info for
treenodes and connectors.

## Response `200`

OK

---

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