Get all distinct event types with event counts.
Use this endpoint to discover valid values for the event_type filter parameter in event queries.
Optionally filter by category to see types within a specific category.
cURL
curl --request GET \ --url https://api.corpus.intrace.ai/v1/metadata/event-types \ --header 'X-API-Key: <api-key>'
{ "types": [ { "value": "<string>", "count": 123 } ] }
Corpus API key
Filter types by event category
Successful Response
List of event types with counts.
Show child attributes