
Monitoring
Pricing
Pay per usage

Monitoring
This actor monitors your actors' statuses, validates their datasets' data, and displays useful information in an interactive dashboard. And if something happens, you'll get notified via email or Slack.
4.4 (5)
Pricing
Pay per usage
14
Total users
160
Monthly users
3
Runs succeeded
39%
Issue response
4.5 days
Last modified
a year ago
You can access the Monitoring programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "dashboardStatisticsFrequency": "Every day at noon",< "validationCheckOptions": "/* global ow */\\n// The `ow` variable represents the ow validation variable. More at https://sindresorhus.com/ow/index.html\\n [\\n {\\n filter: \\"us\\", // matches all targets with \\"us\\" pattern\\n minItemCount: 5000,\\n schema: {\\n url: ow.string.url,\\n description: ow.string,\\n },\\n },\\n {\\n Ids: [\\"A1b2C3d4\\", \\"B1A2d45\\"], // matches 2 targets with specific IDs\\n schema: {\\n itemId: ow.number,\\n region: ow.string,\\n },\\n },\\n]",< "validationCheckFrequency": "Per run",< "duplicationCheckFrequency": "Per run"<}' |<apify call apify/monitoring --silent --output-dataset
Monitoring API through CLI
The Apify CLI is the official tool that allows you to use Monitoring locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: