LangBot Docs
Pipelines

Get pipeline metadata

Get metadata describing the pipeline configuration, including configurable fields and their types.

GET
/api/v1/pipelines/_/metadata

Get metadata describing the pipeline configuration, including configurable fields and their types.

Authorization

X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/pipelines/_/metadata"
{  "code": 0,  "data": {    "configs": {}  }}