Lifecycle Events
List, inspect, and export granular lifecycle management events recording changes to identities and entities
Endpoints
Key Concepts
Event Types
Lifecycle Event Source
List Events
Endpoint
Description
Filterable Fields
API Reference
Retrieve a paginated list of lifecycle management events. Events are the granular outcome records produced by workflow actions—each represents a single change (or attempted change) to an entity in a target system, such as creating an identity, adding a group membership, or disabling an account. Corresponds to the "Events" tab in the Activity Log UI.
Veza API key for authentication. Generate keys in Administration > API Keys.
SCIM-style filter expression. Filterable fields: timestamp (gt, ge, lt, le), identity_entity_type (eq, co — case-insensitive), identity_entity_id (eq, co — case-insensitive), identity_entity_name (eq, co — case-insensitive), data_source_id (eq), provider_id (eq), entity_type (eq, co — case-insensitive), entity_id (eq, co — case-insensitive), entity_name (eq, co — case-insensitive), event_type (eq), success (eq), extraction_event (eq), policy_task (eq), relationship_entity_type (eq, co — case-insensitive), relationship_entity_id (eq, co — case-insensitive), relationship_entity_name (eq, co — case-insensitive), job_id (eq), event_source (eq), event_source_id (eq), relationship_assigned_to_entity_type (eq, co — case-insensitive), relationship_assigned_to_entity_id (eq, co — case-insensitive), relationship_assigned_to_entity_name (eq, co — case-insensitive), id (eq), identity_id (eq), workflow_name (eq, co), policy_name (eq), datasource_name (eq). Example: event_type eq "CREATE_IDENTITY" and success eq true.
OK
Default error response
Request Examples
Get Event
Endpoint
Description
API Reference
Retrieve a single lifecycle management event by its unique ID. Returns the full Event object including the event type, success status, identity and entity details, relationship information, and source metadata.
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Request Example
Export Events
Endpoint
Description
API Reference
Export lifecycle management events to a downloadable file. Accepts the same filter and ordering parameters as the List Events endpoint. Returns an export job reference that can be polled for completion.
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Request Example
Authentication
Related Documentation
Last updated
Was this helpful?
