Skip to main content
GET
/
list
List all logs
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
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Response

List of log jobs

jobId
string
required

Unique job identifier

Example:

"job-123"

meta
object
required