Get run status
Run status, result, and summary. Poll until status is terminal (completed, failed, or cancelled).
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 run ID, as returned by POST /eval-runs.
Response
The run.
Poll until terminal: completed, failed, or cancelled.
pending, running, completed, failed, cancelled Run origin. API-created runs are api.
ui, api, sdk Epoch milliseconds.
Pass/fail verdict once terminal.
passed, failed, null Epoch milliseconds, null until terminal.
The project environment a run is pinned to, at the revision resolved when it launched. null for a legacy run that used the suite's saved server selection.

