latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Pipelines
List the trigger matching criteria defined for Pipelines in this Application.
Lists the trigger matching criteria defined for Pipelines in this Application. Trigger matching criteria link requests in an environment to the appropriate Pipeline based on the trigger and inputs.
get/orgs/{orgId}/apps/{appId}/pipeline-criteria
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
Query parameters
pipelinestring
Example:sample-pipeline
An optional filter by Pipeline ID.
matchobject
Optional key value match filters on the criteria.
per_pageinteger
The maximum number of items to return in a page of results
pagestring
The page token to request from
Response
Successful list response. If the Link header is present, more data may be available.
Example response
[
{
"trigger": "deployment_request",
"id": "01234567-89ab-cdef-0123-456789abcdef",
"pipeline_id": "sample-pipeline",
"pipeline_name": "Sample Pipeline",
"env_type": "development",
"app_id": "my-application",
"env_id": "my-environment",
"deployment_type": "deploy"
}
]