v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Release Pipelines

Get Pipeline Trigger

get/console/v1/release_pipeline_triggers/{id}

Path parameters

idstring required

Response

Get pipeline trigger success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "data": {
    "id": "trigger_1646560789123",
    "releasePipelineID": "pipeline_123456",
    "status": "IN_PROGRESS",
    "currentPhase": "Phase 1",
    "currentPhaseID": "phase_123456",
    "currentPhaseEndTime": 1646560799123,
    "creatorID": "user_123456",
    "createdTime": 1646560789123,
    "gateID": "gate_123456",
    "lastModifierID": "user_123456",
    "lastModifierName": "John Doe",
    "actions": [
      {
        "type": "STARTED",
        "timeMs": 1646560789123,
        "phaseID": "phase_123456",
        "actorID": "user_123456",
        "actorName": "John Doe"
      }
    ]
  },
  "message": "Pipeline trigger retrieved successfully."
}