Skip to main content
GET
List pipeline entries

Authorizations

Authorization
string
header
required

API key starting with leo_

Path Parameters

id
string<uuid>
required

Project ID

Query Parameters

limit
integer
default:50

Items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
stage_id
string<uuid>

Optional 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}.

sort
string
default:-added_at

Options: added_at, moved_at. Prefix with - for descending order.

Response

List of entries

data
object[]
meta
object
Example: