List partner submissions (admin)
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
List partner submissions owned by the caller's organization. Supports filtering by state, asset type, slug, and date range; cursor pagination. Requires an admin-scoped API key.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
state | string | ❌ No | - | |
assetType | string | ❌ No | - | |
slug | string | ❌ No | - | |
createdAfter | string | ❌ No | - | |
createdBefore | string | ❌ No | - | |
limit | integer | ❌ No | 25 | |
cursor | string | ❌ No | - |