Get pipeline by ID
GET {{baseUrl}}/api/v1/pipelines/:id
This API gets details about the pipeline for the provided pipeline id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","status":"\u003cstring\u003e","sourceId":"\u003cstring\u003e","createdAt":"\u003cstring\u003e","updatedAt":"\u003cstring\u003e","metadata":{}}