Get MCP Run Details

Retrieve detailed information about a specific MCP tool execution. Returns complete execution details including: - Full request parameters - Complete response data - Duration and server-sent event flag Useful for debugging specific tool interactions or analyzing complex responses.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

mcp_server_idstringRequiredformat: "uuid"
The UUID of the MCP server
mcp_run_idstringRequiredformat: "uuid"
The UUID of the MCP run
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Response

MCP run details
methodstring1-64 characters
MCP method name
requestmap from strings to any
Request data
responsemap from strings to any
Response data
idstringformat: "uuid"
Unique identifier for the MCP run
mcp_server_idstringformat: "uuid"
MCP server ID
createdstring
Timestamp when the MCP run was created
modifiedstring
Timestamp when the MCP run was last modified
request_idstring or nullOptional<=255 characters

JSON-RPC request ID

protocol_versionstring or nullOptional<=32 characters
MCP protocol version
duration_msinteger or nullOptional>=0
Duration in milliseconds
sse_eventbooleanOptionalDefaults to false

Whether this is a server-sent event

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error