cURL
curl --request GET \ --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/extensions \ --header 'X-API-Key: <api-key>'
200
Example
{ "code": 0, "msg": "ok", "data": {} }
Retrieve extensions and plugins configured for a pipeline
API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
Successful response
0
"ok"