cURL
curl --request GET \ --url https://logging.monolisk.co/metadata \ --header 'Authorization: Bearer <token>'
{ "jobId": "job-123", "totalChunks": 3, "originalMeta": { "jobType": "build", "gameId": "game-456", "placeId": 789, "placeName": "Main Place", "startTime": "2025-01-01T00:00:00Z", "runtime": 5000 } }
Retrieve metadata about a log including the total number of chunks
Authorization header with Bearer token
The job ID to retrieve metadata for
"job-123"
Log metadata
Unique job identifier
Total number of chunks for this job
x >= 1
3
Show child attributes