Try Bifrost Enterprise free for 14 days. Explore now
A valid request URL is required to generate request examples{
"logs": [
{
"id": "<string>",
"llm_request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"tool_name": "<string>",
"server_label": "<string>",
"virtual_key_id": "<string>",
"virtual_key_name": "<string>",
"arguments": {},
"result": {},
"error_details": {
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "openai",
"model_requested": "<string>",
"request_type": "<string>"
}
},
"latency": 123,
"cost": 123,
"status": "processing",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"virtual_key": {}
}
],
"pagination": {
"total_count": 123,
"limit": 123,
"offset": 123,
"sort_by": "<string>",
"order": "<string>"
},
"stats": {
"total_executions": 123,
"success_rate": 123,
"average_latency": 123,
"total_cost": 123
},
"has_logs": true
}Retrieves MCP tool execution logs with filtering, search, and pagination via query parameters.
A valid request URL is required to generate request examples{
"logs": [
{
"id": "<string>",
"llm_request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"tool_name": "<string>",
"server_label": "<string>",
"virtual_key_id": "<string>",
"virtual_key_name": "<string>",
"arguments": {},
"result": {},
"error_details": {
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "openai",
"model_requested": "<string>",
"request_type": "<string>"
}
},
"latency": 123,
"cost": 123,
"status": "processing",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"virtual_key": {}
}
],
"pagination": {
"total_count": 123,
"limit": 123,
"offset": 123,
"sort_by": "<string>",
"order": "<string>"
},
"stats": {
"total_executions": 123,
"success_rate": 123,
"average_latency": 123,
"total_cost": 123
},
"has_logs": true
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Comma-separated list of tool names to filter by
Comma-separated list of server labels to filter by
Comma-separated list of statuses to filter by (processing, success, error)
processing, success, error Comma-separated list of virtual key IDs to filter by
Comma-separated list of LLM request IDs to filter by
Start time filter (RFC3339 format)
End time filter (RFC3339 format)
Minimum latency filter (milliseconds)
Maximum latency filter (milliseconds)
Search in tool arguments and results
Number of logs to return (default 50, max 1000)
x <= 1000Number of logs to skip
Field to sort by
timestamp, latency, cost Sort order
asc, desc Was this page helpful?