List MCP Run History
Retrieve execution history for an MCP server.
Lists all tool invocations made through the specified MCP server, including:
- Tool name and parameters
- Execution timestamp
- Response data
- Error information
- Duration and performance metrics
- Associated task or agent
Useful for:
- Debugging tool interactions
- Monitoring usage patterns
- Auditing external system access
- Performance optimization
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path Parameters
mcp_server_id
The UUID of the MCP server
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query Parameters
page_limit
The maximum number of items to return per page. Defaults to 100 if not specified.
cursor
A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.
method
Filter by MCP methods (can specify multiple)
sse_event
Filter by server-sent event flag
Response
Successful Response
results
The list of items returned for the current page.
pagination
Contains pagination information for the result set.
