Message
Get Message Logging
This API endpoint retrieves logging information for a specific message.
Endpoint
Authentication
This endpoint requires API key authentication. Include your API key in the Authorization
header of the request.
Request Parameters
id
string
Yes
The ID of the message
Response
Success Response
Status Code: 200 OK
Content-Type: application/json
Error Responses
401 Unauthorized: Missing or invalid API key
404 Not Found: Message not found
405 Method Not Allowed: Invalid HTTP method
500 Internal Server Error: Server-side error
Example Usage
cURL
JavaScript (Axios)
Notes
Ensure you replace
your-api-key
with your actual API key.The response includes logging information for the specified message, including input and output data if available.
Error Handling
The API returns appropriate HTTP status codes and error messages for different scenarios. Always check the HTTP status code and error message in the response to handle errors appropriately in your application.
Last updated