> ## 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.

# Save Logs

> Endpoint to save logs of a chat

### Parameters

<ParamField path="sessionId" type="string">
  sessionId: The ID of the session to save logs for.
</ParamField>

## Body Description

<ParamField body="clientLogs" type="any" required="success">
  Information about logs generated.
</ParamField>

## Response Description

Below you will see the description of the function save logs.

<ResponseField name="message" type="string" required>
  Successful save confirmation message.
</ResponseField>
