Introduction
APIs
- Authentication
- Customers
- Accounts
- Aliases
- Event Schemas
- Usage Meters
- AddOns
- Licenses
- Feature
- (Deprecated) Price Plans
- Price Plan V2
- Settings
- Price Experimentation
- Jobs
- Event Ingestion
- Entitlements
- Event Management
- Metrics
- Credits
- Invoices
- Payments
- Wallet
- InvoiceGroups
- Alerts
- Reports
Get an event using event id
Fetch details of a particular event using the event ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
50
Response
Get single event response
Unique id generated by Togai to identify an event uniquely
Contents of the event
Name of the Event Schema. Know more about event schema
1 - 50
Source time stamp of the event. This timestamp must be in ISO 8601 format.
The event will be associated with the provided account
512
Attributes are numeric values. It can be usage metric which you push to Togai
Name of the event attribute
1 - 50
Value of the event attribute
Unit with which the attribute value was measured. Natively supported units - "Meters, Miles, Kilometers, Grams, Kilograms, ounces, Pounds, Minutes, Hours, Seconds, Milliseconds, Microseconds, None". Clients are free to add any other custom units.
1 - 50
Dimensions are tags/labels associated with the events.
1 - 200
Togai restricts users to ingest events with same id within a period of 45 days. This restriction is common for /entitled API, /ingest API and /ingestBatch API. i.e, an id used on /ingest API will not be allowed on /ingestBatch or /entitled APIs
512
Status about the event ingestion.
Ingestion status
INGESTION_IN_PROGRESS
, INGESTION_FAILED
, INGESTION_FAILED_SCHEMA_NOT_DEFINED
, INGESTION_FAILED_ENRICHMENT_FAILED
, INGESTION_FAILED_UNITS_INVALID
, INGESTION_COMPLETED_NO_MATCHING_METERS
, INGESTION_COMPLETED_EVENT_METERED
, INGESTION_COMPLETED_EVENT_NOT_METERED
, INGESTION_FAILED_PAST_GRACE_PERIOD
, INGESTION_FAILED_ACCOUNT_NOT_FOUND
, INGESTION_FAILED_DUPLICATE_EVENT
, INGESTION_FAILED_NO_EVENT_ID
, INGESTION_FAILED_INVALID_NAMED_LICENSE_EVENT
, INGESTION_FAILED_INSUFFICIENT_CREDITS
, REVERTED
, UNKNOWN
250
The associated account belongs to this customer
50
Created time stamp of the event. This timestamp must be in ISO 8601 format.
Information related to ingestion of an event
PROCESSED_FILTERED_OUT
, PROCESSED_UNITS_COMPUTED
SETTING