メインコンテンツへスキップ
GET
/
api
/
v1
/
pipelines
/
_
/
metadata
获取流水线元数据
curl --request GET \
  --url http://localhost:5300/api/v1/pipelines/_/metadata \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "configs": {}
  }
}

承認

X-API-Key
string
header
必須

レスポンス

200 - application/json

成功

code
integer
:

0

data
object