Chatbot Logs

Get chatbot logs

get

Retrieves logs for a specific chatbot within a date range.

Authorizations
Path parameters
chatbot_idstringRequired

The ID of the chatbot to get logs for

Query parameters
start_datestring · dateRequired

The start date for the log range (inclusive)

end_datestring · dateRequired

The end date for the log range (inclusive)

Responses
200
Successful response
application/json
get
GET /v1/integrations/chatbots/{chatbot_id}/logs HTTP/1.1
Host: api.igenchat.com
x-api-key: YOUR_API_KEY
Accept: */*
[
  {
    "id": "text",
    "timestamp": "2025-06-25T10:24:55.489Z",
    "user_message": "text",
    "chatbot_response": "text",
    "session_id": "text"
  }
]

Last updated