POST
/
logs
Get Logs
curl --request POST \
  --url https://api.streamkap.com/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "source_ids": [
    "<string>"
  ],
  "destination_ids": [
    "<string>"
  ]
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

size
integer | null
from
integer | null
log_level
string | null

A comma-separated list of log level. Example: INFO,WARN

query_string
string | null
timestamp_to

Example: 2025-07-30T07:54:13.922

timestamp_from

Example: 2025-07-30T07:54:13.922

Body

application/json
source_ids
string[] | null
destination_ids
string[] | null

Response

Successful Response

The response is of type any.