My App
Concepts

Core Entities

Learn what HyreLog entities mean and how they relate.

Workspace

A workspace is your primary boundary for event data and integrations.

API Key

An API key authenticates requests to /v1/*. Keys can be scoped to workspace or company contexts depending on endpoint use.

Event

An event is a single audit record with required fields:

  • category
  • action

Common optional fields include timestamp, actor, resource, metadata, and idempotencyKey.

Webhook

A webhook is an outbound delivery endpoint subscribed to event types (for example AUDIT_EVENT_CREATED).

Export Job

An export job prepares and streams data in JSONL or CSV format based on selected source and filters.

Saved Explorer View (dashboard)

A saved explorer view is a named, reusable filter preset stored in the dashboard. It holds a canonical EventQuery (dates, categories, workspace scope, etc.) so teams can reopen the same investigation in Event Explorer. See Saved explorer views.

Export Template (dashboard)

An export template stores export filter defaults for one-click reruns from the Exports page. Templates follow the same workspace visibility rules as export jobs.

On this page