List pipeline entries
Returns candidates in a project’s pipeline. The project is always scoped
by the {id} path parameter. To narrow the result to one pipeline stage
within that project, pass the stage UUID in the stage_id query parameter.
Stage names such as Sourced are not accepted as filters. Use
GET /projects/{id} to retrieve the project’s pipeline stages and
their IDs, then pass the matching stage ID here.
Authorizations
API key starting with leo_
Path Parameters
Project ID
Query Parameters
Items per page
1 <= x <= 100Items to skip
x >= 0Optional pipeline stage UUID to apply in addition to the project path filter. For example, use the ID of the Sourced stage returned by GET /projects/{id}.
Options: added_at, moved_at. Prefix with - for descending order.