Skip to main content

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

NameTypeDefaultDescription
statestring-
assetTypestring-
slugstring-
createdAfterstring-
createdBeforestring-
limitinteger25
cursorstring-

Response Format

FieldTypeDescription
submissionsarraySubmissions page (up to limit items), ordered by (createdAt DESC, id DESC). Use nextCursor to fetch the next page.
submissions[].idstring
submissions[].slugstring
submissions[].assetTypestring
submissions[].statestring
submissions[].aiVerdictanyReconciled AI-review verdict matching what admin_validate_submission would return, or null when no review has run (or the parent summary was cleared by a re-submit).
submissions[].createdAtstring
submissions[].updatedAtstring
submissions[].publishedBlueprintIdstring | nullNon-null only when state='approved' and materialization has completed.
submissions[].lastRejectionReasonstring | nullSet when state='rejected'. Surfaces the human-readable reason persisted on the row.
submissions[].nextActionstringDerived hint for the caller's next call. Stable contract — see tool-reference docs for the catalog of strings.
nextCursorstring | nullOpaque cursor for the next page; null when no more results.