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

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.