neurons
List neurons matching filtering criteria.
List neurons matching filtering criteria.
The result set is the intersection of neurons matching criteria (the criteria are conjunctive) unless stated otherwise.
gethttp://localhost:8000/{project_id}/neurons/
Path parameters
project_idstring required
Query parameters
created_bystring
Filter for user ID of the neurons' creator.
reviewed_bystring
Filter for user ID of the neurons' reviewer.
from_datestring
Filter for neurons with nodes created after this date.
to_datestring
Filter for neurons with nodes created before this date.
nodecount_gtstring
Filter for neurons with more nodes than this threshold. Removes all other criteria.
Response
OK
Changes
Changed in 2 of the 10 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲