List Runs

Retrieve a paginated list of all Runs for a Project. Runs are ordered by creation date, most recent first.

get/projects/{projectId}/runs

Path parameters

projectIdstring required
Example:314

The ID of the Run's Project.

Query parameters

limitinteger
Example:20

Maximum number of items to return (1-100). Use with cursor for pagination through large sets.

cursorstring
Example:123

Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.

Response

Successfully retrieved list of runs.

nextCursorstring nullable required
hasMoreboolean required
totalinteger

Changes

Changed in 1 of the 37 revisions of this API.1