Get Log
get-logRetrieve detailed information about a specific API request log, including full request and response bodies, for debugging or inspection.
Instructions
Purpose: Get detailed information about a specific API request log, including the full request and response bodies.
Returns: Log details: id, created_at, endpoint, method, response_status, user_agent, request_body, response_body.
When to use:
User wants to inspect a specific API request
Debugging a particular API call
User says "show me that log", "what was in that request?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | The Log ID to retrieve |