Get Runs by ID

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Gets a single run for the supplied numeric ID.

Security: Requires a valid user

Usage: GET api/v1/runs/:runId

Produces: application/json

Sample Usage:

{
  "id": 0,
  "pipelineId": 0,
  "pipelineSourceId": 0,
  "projectId": 0,
  "runNumber": 0,
  "statusCode": 0,
  "staticPropertyBag": {},
  "endedAt": "2019-12-03T22:37:38.982Z",
  "startedAt": "2019-12-03T22:37:38.982Z"
}

Response Codes:

200: Success

400: Run not found for the supplied ID