cURL
curl --request GET \ --url http://localhost:5300/api/v1/pipelines/_/metadata \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "configs": {} } }
获取流水线配置的元数据描述,包括可配置的字段和类型信息。
成功
0
Show child attributes