Eval runs
Get run status
Run status, result, and summary. Poll until status is terminal (completed, failed, or cancelled).
GET
Get run status
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.
Available options:
pending, running, completed, failed, cancelled Run origin. API-created runs are api.
Available options:
ui, api, sdk Epoch milliseconds.
Pass/fail verdict once terminal.
Available options:
passed, failed, null Epoch milliseconds, null until terminal.
Previous
List run iterationsPer-iteration results: actual tool calls, structured token usage, and latency. Cursor-paginated.
Next
Get run status

