public
Pipelines
Get a Pipeline within an Application.
get/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
pipelineIdstring required
The Pipeline ID
Query parameters
versionstring
An optional Pipeline Version ID.
Response
Successful get response.
Example response
{
"id": "sample-pipeline",
"etag": "1234567890abcdef",
"org_id": "sample-org",
"app_id": "sample-app",
"name": "Sample Pipeline",
"status": "active",
"version": "01234567-89ab-cdef-0123-456789abcdef",
"created_at": "2023-01-01T00:00:00Z",
"trigger_types": [
"pipeline_call"
]
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.