---
title: "OPTIONS /communication-records"
method: OPTIONS
path: "/communication-records"
tags: ["Communication Records"]
---

# OPTIONS /communication-records

`OPTIONS /communication-records`

OPTIONS operation for /communication-records

## Response `200`

Successful response

- CommunicationRecordSerializer
  - `id` integer
  - `created_at` string, date-time
  - `modified_at` string, date-time
  - `title` string, required
  - `context_filter_name` string — Snapshot of the filter name at score time (preserved if filter is deleted).
  - `company` string, required
  - `project` string, required
  - `data_source` string, required
  - `owner` string, required
  - `relevance` number, float
  - `assigned_relevance` number, float — Human-assigned relevance override. Null until a person sets it (the LLM score is never copied here).
  - `date` string, date, required
  - `labels` string[]
  - `people` string[]
  - `companies` string[]
  - `projects` string[]
  - `urgency` 'low' | 'medium' | 'high' — How time-sensitive the communication is, judged per record by the LLM ('' = not assessed).
  - `summary` string
  - `notes` string
  - `size` integer — Size in kilobytes (KB).
  - `folder` string
  - `token_usage` integer — Total OpenAI tokens used to score this record against its context filter.
  - `recording_url` string
  - `link` string
  - `connection_mode` string
  - `source_text` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
