Read an eval authoring job
Progress and drafts for a job started by cases/generate or cases/import. Poll this after a 202, then commit the job once its status is completed.
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Eval suite ID, as returned by POST /eval-runs.
The job id returned by cases/generate or cases/import.
Response
The authoring job.
pending, completed, failed, cancelled How the job was started. markdown is the in-app upload, whose drafts a person reviews — it cannot be committed through this API.
markdown, generation, agent, import prepare, plan, draft, validate, publish The cases authored so far. A draft carrying unresolved blocking issues or proposed additions is skipped by a commit and left for review.

