Retrieves all historical logs associated with a specific item, including log level, message, and timestamp
A valid request URL is required to generate request examples
{ "data": [ { "id": "<string>", "level": "<string>", "logged_at": "<string>", "message": "<string>" } ], "success": true, "total": 123, "total_pages": 123 }
App slug
Team slug
Item ID (e.g., product UUID)
List of logs for the item
Show child attributes