Read extraction workflows, then change validation and alerts with approval
Connect Kadoa and Luumen can read your extraction workflows the way you would: pull a workflow's configuration, check the data from its latest run, follow a crawl session page by page. When something needs to change — validation turned on, a notification channel added, a rule disabled with a reason — Luumen writes it back as a previewed step you approve. Authentication is by API key.
ReadGet Latest Workflow DataRetrieves the extracted data from a Kadoa workflow's most recent run (or a specific run if runId is provided).
ReadGet Latest Workflow ValidationRetrieves the latest validation results for the most recent job of a workflow.
ReadGet Notification ChannelRetrieve details of a specific notification channel.
ReadGet Notification LogsRetrieve notification event logs with optional filtering by workflow, event type, and date range.
ReadGet Notification SettingRetrieves a specific notification setting by its unique identifier.
ReadGet Schema by IDRetrieve a specific schema by its unique identifier.
ReadGet Validation AnomaliesRetrieve all anomalies for a specific validation.
ReadGet Validation Anomalies By RuleRetrieve anomalies for a specific validation rule.
ReadGet Validation ConfigurationRetrieve the data validation configuration for a specific workflow.
ReadGet Validation RuleRetrieve a specific validation rule by its ID.
ReadGet Workflow Audit LogRetrieve audit log entries for a workflow.
ReadGet Workflow JobRetrieve the current status and telemetry information for a specific workflow job.
ReadGet Workflow Run HistoryFetch workflow run history.
ReadGet WorkflowsRetrieve a paginated list of workflows with optional filtering.
ReadGet Workflow TriggerRetrieve a specific trigger for a workflow.
ReadGet Workflow Validation ResultsRetrieves the latest validation results for a specific workflow job.
ReadGet Workspace DetailsRetrieve detailed information about a workspace (user, team, or organization).
ReadList Activity EventsRetrieve activity events from audit logs with basic filtering and pagination.
ReadList ChangesRetrieve all data changes detected across workflows in your Kadoa account.
ReadList Crawl SessionsRetrieve a paginated list of crawling sessions with optional filtering.
ReadList Job ValidationsList all validation runs for a specific job with pagination support.
ReadList Notification ChannelsRetrieve all notification channels configured for the account.
ReadList Notification SettingsRetrieve all notification settings, with optional filtering by workflow ID or event type.
ReadList SchemasRetrieve all schemas accessible by the authenticated user.
ReadList Support StatesRetrieve available support issue states.
ReadList Validation RulesList all data validation rules with optional pagination and filtering.
ReadList Workflow TriggersGet all triggers where the specified workflow is the source.
ReadRun Ad-hoc ExtractionSynchronously extract data from a URL using a given template.
WriteBulk Approve Validation RulesBulk approve preview validation rules for a workflow. Approval by default
WriteCreate Crawl ConfigCreate a new crawling configuration in Kadoa. Approval by default
WriteCreate Notification ChannelCreate a notification channel for alerts delivery. Approval by default
WriteCreate SchemaCreate a new data schema with specified fields and entity type. Approval by default
WriteCreate Support IssueCreate a support ticket in Kadoa. Approval by default
WriteCreate Workflow TriggerCreate a trigger that fires when a source workflow emits an event. Approval by default
WriteDelete All Validation RulesSoft-delete all validation rules for a specific workflow with optional audit trail. Approval by default
WriteDelete Crawl ConfigurationDelete a crawling configuration by its config ID. Approval by default
WriteDelete Notification ChannelDelete a notification channel by its ID. Approval by default
WriteDelete SchemaDelete a schema and all its revisions. Approval by default
WriteDelete Validation RuleDelete a validation rule from a Kadoa workflow. Approval by default
WriteDelete Validation Rules (Bulk)Bulk delete multiple validation rules for a workflow. Approval by default
WriteDelete WorkflowDelete a workflow permanently from your Kadoa account. Approval by default
WriteDelete Workflow TriggerDelete a trigger from a Kadoa workflow. Approval by default
WriteDisable Validation RuleDisable a validation rule with a mandatory reason. Approval by default
WriteEnable Data ValidationEnable data validation on a specified workflow. Approval by default
WriteExecute Bulk Workflow OperationsExecute actions on multiple workflows at once. Approval by default
WritePause Crawl SessionPause an active crawling session. Approval by default
WritePause WorkflowPause a running or scheduled workflow. Approval by default
WriteCreate Advanced WorkflowCreate an advanced workflow. Approval by default
WriteStart Crawl SessionStarts a new web crawling session to crawl and index pages from a website. Approval by default
WriteCreate Notification SettingCreate a notification setting linking channels to events. Approval by default
WriteSend Test NotificationSends a test notification event to verify notification channel configurations are working correctly. Approval by default
WriteSubscribe to Webhook EventsSubscribe to specified webhook events. Approval by default
WriteCreate WorkflowCreate a new Kadoa web scraping workflow. Approval by default
WriteConfigure Workflow MonitoringConfigure monitoring and scheduling for a Kadoa workflow to detect data changes. Approval by default
WriteGenerate Workflow Validation RuleGenerate an AI-powered data validation rule for a Kadoa workflow. Approval by default
WriteUpdate Notification ChannelUpdate an existing notification channel. Approval by default
WriteResume Crawl SessionResume a paused crawling session. Approval by default
WriteResume WorkflowResumes a paused, preview, or error workflow. Approval by default
WriteRun WorkflowTrigger a workflow to run immediately. Approval by default
WriteSchedule Validation JobSchedule a data validation job for a specific workflow job. Approval by default
WriteUnsubscribe from Webhook EventsUnsubscribe from webhook event notifications by deleting a notification setting. Approval by default
WriteUpdate Notification SettingsUpdate existing notification settings for events. Approval by default
WriteUpdate SchemaUpdate an existing Kadoa schema. Approval by default
WriteUpdate Validation ConfigurationUpdate the complete data validation configuration including alerting settings for a specific workflow. Approval by default
WriteUpdate Workflow MetadataUpdate workflow metadata such as name, description, tags, and configuration settings. Approval by default
WriteUpdate Workflow TriggerUpdate trigger properties including event type and enabled status. Approval by default
One prompt, start to finish
What a governed Kadoa run looks like inside Luumen.
Questions
How does LuumenAI connect to Kadoa?
Authorize once with API token. Luumen lists the scopes each action needs before you approve the connection, and credentials never appear in the chat.
Can LuumenAI change things in Kadoa on its own?
Read actions answer immediately. Anything that writes — bulk approve validation rules, create crawl config, create notification channel, create schema, and more — is shown as a plan and requires approval by default, including the 10 actions classified as destructive. Administrators configure that per tool, so you decide exactly which actions can ever run unattended.
Who gets access to the integration?
You decide. Actions are granted per agent, skill, and team, and per environment — production is not staging. Read access can be broad while writes stay narrow.
Is there an audit trail?
Every call to Kadoa — read or write, approved or declined — is recorded with the actor, the input, and the result, and can be linked to the ticket or change record.