Actions
Get Event Type
Retrieves all of the available data about a specific event type based on the ID supplied.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The ID of the event type to retrieve. |
{
"data": {
"id": 0,
"name": "string",
"description": "string"
}
}
Was this page helpful?