Returns the complete record for one conversion event, including metadata, touchpoint attribution, and computed fields likeDocumentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
event_url.
When to use
- Drilling into a single event after
list_eventsreturns its ID. - “What’s the full detail for event 8123?”
- “Show me the URL and order details for that purchase.”
list_events. For aggregated metrics, use query_ad_metrics.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The numeric ID of the event (returned in list_events rows). |
Example response
Caveats
- Returns 404 (
[not_found]) if no event with that ID exists in the current Space. The model is told not to retry onnot_found. - The
configured_namefield returns the user-defined label for custom events (custom_event_9→ “Demo Submission”) and equalsevent_namefor standard events.