Returns Seq URL
Request
Response
Success Response
{
"seq_url": "http://localhost:5341"
}{
"seq_url": null
}Error Responses
Status
Description
Last updated
Was this helpful?
GET /logs/seq
Returns the URL to the Seq log aggregation store, if configured.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Permissions.LOG_LOG_READ
No request body or parameters required.
Status: 200 OK
{
"seq_url": "http://localhost:5341"
}Returns null for seq_url if Seq is not configured.
{
"seq_url": null
}401 Unauthorized
Missing or invalid token
403 Forbidden
Insufficient permissions
500 Internal Server Error
Unexpected server failure
Last updated
Was this helpful?
Was this helpful?