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
your_api_key
Params
Name
Type
Description
id
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