Skip to main content
Get Logs
curl --request GET \
  --url http://localhost/api/logs
[
  {
    "timestamp": "<string>",
    "level": "<string>",
    "name": "<string>",
    "filename": "<string>",
    "lineno": 123,
    "function": "<string>",
    "message": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

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

Response

200 - application/json

Successful Response

timestamp
string
required
level
string
required
name
string
required
filename
string
required
lineno
integer
required
function
string
required
message
string
required