Get Parameters
Last updated
Last updated
GET
/pipelines/get-parameters
Get pipeline parameters
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
Params
Name | Type | Description |
---|---|---|
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
x-api-key
your_api_key
id
string
Unique ID for the pipeline.