getClick
Fetch a single click record by its ID to view detailed analytics for that click.
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 |