Count all runs in the caller's organization, grouped by status. Optional since (RFC3339) restricts to runs started at or after that instant.

get/v1/runs/status-counts

Query parameters

sincestring

RFC3339 timestamp; only count runs with startedAt >= since

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "message": "successfully",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.