Get MCP Run Details
Retrieve detailed information about a specific MCP tool execution.
Returns complete execution details including:
- Full request parameters
- Complete response data
- Error traces if failed
- Performance metrics
- Context information (task, user, etc.)
Useful for debugging specific tool interactions or analyzing complex responses.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path Parameters
mcp_server_id
The UUID of the MCP server
mcp_run_id
The UUID of the MCP run
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Response
MCP run details
method
MCP method name
request
Request data
response
Response data
id
Unique identifier for the MCP run
mcp_server_id
MCP server ID
created
Timestamp when the MCP run was created
modified
Timestamp when the MCP run was last modified
request_id
JSON-RPC request ID
protocol_version
MCP protocol version
duration_ms
Duration in milliseconds
sse_event
Whether this is a server-sent event
