Skip to main content
GET
/
api
/
apps
/
{driveItemId}
/
component
/
logs
cURL
curl --request GET \
  --url https://api.kazzle.app/api/apps/{driveItemId}/component/logs \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "log": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

driveItemId
string
required

Query Parameters

follow
string

Response

200 - application/json

Successful response

ok
boolean
required
log
string