Runs

List runs

List deferred runs within one project.

get/runs

Query parameters

projectIdstring uuid

Project ID to list runs for. Auto-filled from CLI and SDK context when omitted.

limitinteger

Maximum number of runs to return per page.

cursorstring date-time

Cursor from a previous response's nextCursor to fetch the next page.

Response

OK

nextCursorstring date-time nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.