Integration Jobs
List, inspect, export, and push results for integration-level job events in lifecycle management
Endpoints
Key Concepts
Job Request and Result
Event Source
List Job Events
Endpoint
Description
Filterable Fields
API Reference
Retrieve a paginated list of action job events. Each job event represents a single integration-level job dispatched as part of an action—for example, a call to an Active Directory agent to create a user. Corresponds to the "Integration Jobs" tab in the Activity Log UI. Set details=true to include the full job request and result payloads.
Veza API key for authentication. Generate keys in Administration > API Keys.
SCIM-style filter expression. Filterable fields: started_at (gt, ge, lt, le), completed_at (gt, ge, lt, le), state (eq), job_id (eq, co), policy_task (eq), action_name (eq, co — case-insensitive), extraction_event (eq), any_changes (eq), events_created (eq), action_type (eq), identity_id (eq, co, sw, ew), identity_name (eq, co, sw, ew), received_response_at (eq, co, sw, ew), extraction_event_type (eq, ne — case-insensitive), event_source (eq), event_source_id (eq), created_at (gt, ge, lt, le), policy_id (eq), workflow_name (eq, co). Example: state eq "ERRORED" and action_type eq "MANAGE_RELATIONSHIPS".
OK
Default error response
Request Examples
Get Job Event
Endpoint
Description
API Reference
Retrieve a single action job event by its job ID. Returns the full ActionJobEvent object along with the JobResult and JobRequest payloads, which contain the detailed input entities, action configuration, output entities, and any error messages from the integration agent.
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Request Example
Export Job Events
Endpoint
Description
API Reference
Export action job events to a downloadable file. Accepts the same filter and ordering parameters as the List Action Job 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
Push Job Result
Endpoint
Description
API Reference
Push a job result back to Veza after an external integration has completed processing. Used by webhook-based integrations (such as ServiceNow or custom REST actions) that receive job requests via webhook and must report results asynchronously. Requires admin, operator, or oaa_push role.
Veza API key for authentication. Generate keys in Administration > API Keys.
Type of action and the result that corresponds to that action
OK
Default error response
Request Example
Authentication
Related Documentation
Last updated
Was this helpful?
