---
title: "Record Call Log Click"
method: POST
path: "/v1/call-log-access/{call_log_id}"
tags: ["Call Logs"]
---

# Record Call Log Click

`POST /v1/call-log-access/{call_log_id}`

Record that the authenticated user opened (clicked into) a specific call log.

The frontend hits this from its row-click handler so every UI access shows
up in ``call_log_access_audit``, even though the click itself doesn't
re-fetch the log. Org membership is verified before the audit row is
written so the audit table cannot be polluted with cross-org IDs.

## Path parameters

- `call_log_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
