getClick
Fetch a specific click record by its click ID to analyze individual click events from your directory platform.
Instructions
Get a single click record - Fetch a single click record. Read-only.
Use when: rare - drilling into a specific click record by click_id. Most click-analytics work happens via listClicks with filters.
Required: click_id.
See also: listClicks (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| click_id | Yes |