Start an OpenAI plugin-directory readiness run
Grades the saved server against OpenAI's plugin-directory requirements and returns 202 with a run id. submissionMode is required and never inferred: inferring it would read a forgotten package as mcp-only and report the package lane not-applicable, turning a missing input into a clean bill of health. Hosted runs grade the two wire-safe shapes; the package shapes need an upload this API cannot receive and are available from the CLI.
Path parameters
ID of the hosted project that contains the server.
ID of the server inside the project.
Request body
Response
The run was accepted and is executing.
Changes
Changed in 2 of the 81 revisions of this API.53
- ●
added the new
cancelledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
completedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
failedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
pendingenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
runningenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ●
- ○
endpoint added
endpoint-added
- ○