API Guide
Our API enables you to track and manage all your monitored workflows. You can:
- Get all active workflows with monitoring enabled
- Retrieve historical data changes across your workflows
Prerequisites
To get the most out of this guide, you’ll need to:
- Create a Kadoa account
- Get your API key
1. Get All Active Monitoring Workflows
Use the following endpoint to retrieve your workflows:
GET /v4/workflows
The response will include all workflows that are in your scope (user, team, organization).
To get all workflows that are active and have real-time monitoring enabled, you can use the following query parameter:
2. Get Historical Data Changes
The /changes
endpoint returns all historical data changes detected by your monitoring workflows. By default, it returns changes from all your active workflows.
You can filter changes by workflow and date range using the different query parameters. See full API reference.
Example with filters:
Diff Field Explanation
Each change includes a diff
array showing what changed between changes:
value
: The changed textadded
:true
if text was addedremoved
:true
if text was removedcount
: Number of lines changed