Get logs
GET/logs
Retrieves logs from the system.
Responses
- 200
Logs retrieved
- application/json
- Schema
- Example (from schema)
Schema
id string
message string
timestamp date-time
{
"id": "string",
"message": "string",
"timestamp": "2024-04-17T21:37:10.996Z"
}
Loading...