v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Customer Intelligence

Get customer intelligence analytics data for a project.

Retrieves comprehensive customer intelligence data including user interactions, emotions, intents, feedback, and behavioral analytics for the specified project.

get/api/v1/projects/{projectId}/reports/intelligence

Path parameters

projectIdinteger required
Example:1

The ID of the project to get customer intelligence for

Query parameters

pageinteger

Page number for pagination

limitinteger

Number of items per page

start_datestring date-time

Start date for filtering data

end_datestring date-time

End date for filtering data

Response

Project analytics customer intelligence data

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "current_page": 1,
    "first_page_url": "https://app.customgpt.ai/api/v1/users?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "https://app.customgpt.ai/api/v1/users?page=1",
    "next_page_url": "https://app.customgpt.ai/api/v1/users?page=1",
    "path": "https://app.customgpt.ai/api/v1/users?page=1",
    "per_page": 10,
    "prev_page_url": "https://app.customgpt.ai/api/v1/users?page=1",
    "to": 1,
    "total": 1
  }
}