MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
Approve Publish RequestCreate Hero Banner SlideDelete Hero Banner SlideFeature BundleGet Publish RequestList All Hero Banner SlidesList Publish RequestsReject Publish RequestReorder Featured BundlesReorder Hero Banner SlidesSearch Bundles For FeaturingUnfeature BundleUpdate Hero Banner Slide
Admin

List Publish Requests

GET
/v1/admin/publish-requests

Paginated review queue, filterable by status, trust tier, ingestion source, and free-text search. Defaults to pending requests, oldest first.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

status?|

Filter by publish request status: pending, approved, rejected, withdrawn. Defaults to pending.

trust_tier?|

Filter by the listing's trust tier: managed, candidate

source_slug?|

Filter to listings discovered by this ingestion source

q?|

Text search across listing title, namespace, provider name, and import source slugs (substring match)

_page? Page
Range1 <= value
Default1
_count? Count
Range1 <= value <= 100
Default20
verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/admin/publish-requests"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",      "listing_namespace": "string",      "listing_title": "string",      "status": "string",      "trust_tier": "string",      "source_slugs": [],      "submitted_at": "2019-08-24T14:15:22Z",      "has_ai_suggested_content": false    }  ],  "total": 0,  "page": 0,  "page_size": 0}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List All Hero Banner Slides

Previous Page

Reject Publish Request

Next Page