cURL
curl --request GET \ --url https://web-api.clerk.chat/public/pipelines/{pipelineId}/versions \ --header 'apiKey: <api-key>'
{ "data": [ { "id": "00000000-0000-0000-0000-000000000000", "number": 1, "pipelineId": "00000000-0000-0000-0000-000000000000", "schema": {}, "isLatestLive": true, "name": "My Version", "pipelineOptions": {}, "versionId": "00000000-0000-0000-0000-000000000000", "versionNumber": 1, "versionName": "My Version", "madeLiveAt": "2021-01-01T00:00:00.000Z" } ], "total": 1, "links": { "next": "<string>", "prev": "<string>", "self": "<string>" } }
List all versions for a pipeline
The ID of the pipeline
Number of items to return (max 50)
Page number
A paginated list of pipeline versions
Show child attributes
The total number of pipeline versions
1