Get Parameters
GET
/pipelines/get-parameters
Get pipeline parameters
Request
Headers
An API Key is required to access this endpoint.
Params
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