curl --request GET \
--url https://api.staging.kathan.tech/logs/api-logs/{log_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get a specific WebSocket API log with full transcript
curl --request GET \
--url https://api.staging.kathan.tech/logs/api-logs/{log_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?