POST
/
api
/
v1
/
sessions
/
{sessionId}
/
clientLogs
Save Logs
curl --request POST \
  --url https://bots-viewer.toolzz.ai/api/v1/sessions/{sessionId}/clientLogs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clientLogs": "<any>"
}'
{
  "message": "<string>"
}

Parameters

sessionId
string
sessionId: The ID of the session to save logs for.

Body Description

clientLogs
any
required
Information about logs generated.

Response Description

Below you will see the description of the function save logs.
message
string
required
Successful save confirmation message.