Actors Monitoring
Pricing
Pay per usage
Go to Apify Store
Actors Monitoring
Under maintenance0.0 (0)
Pricing
Pay per usage
0
2
1
Last modified
a month ago
Pricing
Pay per usage
0.0 (0)
Pricing
Pay per usage
0
2
1
Last modified
a month ago
You can access the Actors 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 '{<  "emailRecipients": [],<  "actorNameInclude": [<    "actor-name"<  ],<  "actorNameExclude": [<    "testing-actor"<  ],<  "taskNameInclude": [],<  "customDimensions": [<    {<      "field": "actorName",<      "label": "Actor Name",<      "fallback": "Unknown Actor"<    },<    {<      "field": "status",<      "label": "Run Status",<      "fallback": "Unknown Status"<    }<  ]<}' |<apify call hamza.alwan/actors-monitoring --silent --output-datasetThe Apify CLI is the official tool that allows you to use Actors Monitoring locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify loginOther API clients include: