For the complete documentation index, see llms.txt. This page is also available as Markdown.

List activity log streams

get
Authorizations
defguard_sessionstringRequired
Responses
200

All activity log streams.

application/json
object[]Optional
get/api/v1/activity_log_stream/
GET /api/v1/activity_log_stream/ HTTP/1.1
Accept: */*
[
  {
    "config": {
      "url": "https://vector.example.com"
    },
    "id": 1,
    "name": "vector",
    "stream_type": "vector_http"
  }
]

Last updated

Was this helpful?