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
    }
  }
]

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