# Get log **GET /api/logs/{id}** Get log details by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the log. ## Responses ### 200: Log details. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **key** (string) - **payload** (object) - **createdAt** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Log not found. [Powered by Bump.sh](https://bump.sh)