Skip to main content
Returns the complete record for one conversion event, including metadata, touchpoint attribution, and computed fields like event_url.

When to use

  • Drilling into a single event after list_events returns its ID.
  • “What’s the full detail for event 8123?”
  • “Show me the URL and order details for that purchase.”
For bulk listing, use list_events. For aggregated metrics, use query_ad_metrics.

Parameters

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 on not_found.
  • The configured_name field returns the user-defined label for custom events (custom_event_9 → “Demo Submission”) and equals event_name for standard events.