---
title: "Get customer intelligence analytics data for a project."
method: GET
path: "/api/v1/projects/{projectId}/reports/intelligence"
tags: ["Customer Intelligence"]
---

# Get customer intelligence analytics data for a project.

`GET /api/v1/projects/{projectId}/reports/intelligence`

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

## Path parameters

- `projectId` integer, required

## Query parameters

- `page` integer
- `limit` integer
- `start_date` string, date-time
- `end_date` string, date-time

## Response `200`

Project analytics customer intelligence data

- object
  - `status` 'error' | 'success' — The status of the response
  - `data` object
    - `current_page` integer — The current page number
    - `data` CustomerIntelligence[]
      - `prompt_id` integer — Unique identifier for the prompt
      - `conversation_id` integer — Unique identifier for the conversation
      - `project_id` integer — Unique identifier for the project
      - `user_query` string — The user's original query
      - `ai_response` string — The AI's response to the query
      - `created_at` string — Timestamp when the interaction occurred
      - `content_source` string — Detected content source
      - `user_emotion` string — Detected user emotion
      - `user_intent` string — Detected user intent
      - `language` string — Detected language
      - `feedback` string — User feedback on the response
      - `user_location` string — User's location (country code)
      - `chatbot_deployment` string — Chatbot deployment source
      - `browser` string — User's browser information
    - `first_page_url` string — The first page url
    - `from` integer — The first item number of the current page
    - `last_page` integer — The last page number
    - `last_page_url` string — The last page url
    - `next_page_url` string — The next page url
    - `path` string — The current page url
    - `per_page` integer — The number of items per page
    - `prev_page_url` string — The previous page url
    - `to` integer — The last item number of the current page
    - `total` integer — The total number of items

## Other responses

- `400` — Bad Argument
- `401` — API Token is either missing or invalid
- `500` — Internal Server Error

---

[API](https://skmtc.net/poll-the-people/apis/customgpt-ai.md) · [All operations](https://skmtc.net/poll-the-people/apis/customgpt-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poll-the-people/customgpt-ai/revisions/b80e6dfcf78d/schema)
