cURL
curl --request GET \ --url https://logging.monolisk.co/list \ --header 'Authorization: Bearer <token>'
[ { "jobId": "job-123", "meta": { "jobType": "build", "gameId": "game-456", "placeId": 789, "placeName": "Main Place", "startTime": "2025-01-01T00:00:00Z", "runtime": 5000 } } ]
Retrieve a list of all available log jobs with their metadata
Authorization header with Bearer token
List of log jobs
Unique job identifier
"job-123"
Show child attributes