cURL
curl --request GET \ --url https://statsigapi.net/console/v1/release_pipeline_triggers/{id} \ --header 'STATSIG-API-KEY: <api-key>'
{ "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." }
Optional header to respect review settings for mutation endpoints.
Get pipeline trigger success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?