curl --request POST \
--url https://api.streamkap.com/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_ids": [],
"destination_ids": []
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get logs
curl --request POST \
--url https://api.streamkap.com/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_ids": [],
"destination_ids": []
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A comma-separated list of log level. Example: INFO,WARN
Example: 2025-07-30T07:54:13.922
Example: 2025-07-30T07:54:13.922
Successful Response
Was this page helpful?