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
Documentation IndexFetch the complete documentation index at: https://docs.monolisk.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with Bearer token
List of log jobs
Unique job identifier
"job-123"
Show child attributes