Get component logs (supports SSE streaming with follow=true)
curl --request GET \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/logs \
--header 'Authorization: Bearer <token>'{
"ok": true,
"log": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/logs \
--header 'Authorization: Bearer <token>'{
"ok": true,
"log": "<string>"
}