---
title: "List intelligences"
method: GET
path: "/intelligences"
tags: ["intelligence"]
---

# List intelligences

`GET /intelligences`

Retrieve a paginated list of all intelligence reports for the authenticated user's team

## Query parameters

- `page` integer, required
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

List of intelligence reports

- IntelligenceListIntelligencesResponse200
  - `success` boolean
  - `page` integer
  - `num_pages` integer
  - `page_size` integer
  - `total_count` integer
  - `items` IntelligencesGetResponsesContentApplicationJsonSchemaItemsItems[]
    - `uuid` string
    - `description` IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescription — Structured intelligence analysis
      - `speaker_info` string
      - `language` string
      - `dialect` string
      - `emotion` string
      - `speaking_style` string
      - `context` string
      - `message` string
      - `abnormalities` string
      - `transcription` string
      - `translation` string, nullable
      - `misinformation` string
      - `fraud` IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraud
        - `type` 'none' | 'vishing' | 'impersonation' | 'romance_scam' | 'tech_support_scam' | 'financial_fraud' | 'extortion' | 'political_manipulation' | 'synthetic_media_fraud' | 'insurance_fraud' | 'employment_fraud' | 'other'
        - `confidence` number, double
        - `reasoning` string
      - `liveness` IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLiveness
        - `assessment` 'real_person' | 'not_real_person' | 'inconclusive'
        - `confidence` number, double
        - `indicators` string
      - `digitally_altered` IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionDigitallyAltered
        - `detected` boolean
        - `confidence` number, double
        - `alterations` string
    - `created_at` string, date-time
    - `detect_uuid` string — UUID of the associated detect object
    - `media_type` 'audio' | 'video' | 'image' — Type of media analyzed

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
