Skip to main content
GET
/
gateway
/
logs
Get Gateway Logs
curl --request GET \
  --url http://localhost:8000/gateway/logs \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

tail
integer
default:100
Required range: 1 <= x <= 10000

Response

Successful Response