MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
Create PipelineDelete PipelineFetch the JSON Schema for a pipeline config, by module typeGet RunList PipelinesList RunsTrigger a catalog ingestion pipeline run without blockingTrigger a managed catalog ingestion pipelineUpdate Pipeline
Admin Ingestion

List Pipelines

GET
/v1/admin/ingestion/pipelines

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/admin/ingestion/pipelines"
[  {    "slug": "string",    "display_name": "string",    "category": "string",    "default_trust_tier": "string",    "module_type": "string",    "enabled": true,    "config": {},    "schedule_cron": "string",    "schedule_paused": true,    "failure_threshold": 0,    "consecutive_failures": 0,    "backoff_base_minutes": 0,    "backoff_max_minutes": 0  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Get Run

Previous Page

List Runs

Next Page