---
title: "List neurons matching filtering criteria."
method: GET
path: "http://localhost:8000/{project_id}/neurons/"
tags: ["neurons"]
---

# List neurons matching filtering criteria.

`GET http://localhost:8000/{project_id}/neurons/`

List neurons matching filtering criteria.

The result set is the intersection of neurons matching criteria (the
criteria are conjunctive) unless stated otherwise.

## Path parameters

- `project_id` string, required

## Query parameters

- `created_by` string
- `reviewed_by` string
- `from_date` string
- `to_date` string
- `nodecount_gt` string

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