cURL
curl --request GET \ --url https://logging.monolisk.co/whole \ --header 'Authorization: Bearer <token>'
{ "groups": { "group1": { "id": "group1", "name": "Build Process", "format": { "color": [ 0, 255, 0 ], "bold": true } } }, "messages": [ { "groupId": "group1", "content": "Build completed successfully", "time": 1704067200000, "type": "info" } ], "jobId": "job-123", "jobMeta": { "jobType": "build", "gameId": "game-456", "startTime": "2025-01-01T00:00:00Z", "runtime": 5000, "jobId": "job-123", "placeId": 789, "placeName": "Main Place" } }
Retrieve the complete logs for a job ID. This endpoint reassembles all chunks if the log is chunked.
Authorization header with Bearer token
The job ID to retrieve logs for
"job-123"
Complete logs for the job
Map of group IDs to group definitions
Show child attributes
{ "group1": { "id": "group1", "name": "Build Process", "format": { "color": [0, 255, 0], "bold": true } }}
Array of log messages
Unique job identifier