Get Parameters
GET
/pipelines/get-parameters
Get pipeline parameters
Request
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
x-api-key |
|
Params
Name | Type | Description |
---|---|---|
| string | Unique ID for the pipeline. |
Response
The API returns the response in JSON format.
Each response includes an array of parameters
. Each parameter has an id
, name
, and type
, which can be either file
or string
.
Example
Last updated