eventActionConfigs
Search and retrieve event action configurations with comprehensive filtering and pagination.
Provides flexible search capabilities across event action data including triggers, actions, execution status, and configuration settings. Results are paginated and can be filtered for automation management.
eventActionConfigs(
input: EventActionConfigSearchInput!
): EventActionConfigResponse
Arguments
eventActionConfigs.input
● EventActionConfigSearchInput!
non-null input
Search criteria for filtering event action configurations.
Contains filtering options, pagination settings, and search parameters for finding specific event actions based on triggers, types, or execution contexts.
Type
EventActionConfigResponse
object
Paginated response containing event action configurations.
Provides search results with pagination metadata including total count, current page, and offset information for efficient data retrieval and navigation.