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
actorModeEnumRequired
Choose which type of report to generate.
"compare": string"monthly": stringDefault value of this property is "monthly"
useDirectActorRunsbooleanOptional
If enabled, fetches runs directly from actors instead of going through tasks. This is useful for monitoring Actors without tasks.
Default value of this property is true
emailRecipientsarrayOptional
List of email addresses to receive the generated reports.
tokenstringOptional
Optional Apify API token. If not provided, will use the current user token.
actorNameIncludearrayOptional
Only process actors whose names contain any of these substrings.
taskNameIncludearrayOptional
Only process tasks whose names contain any of these substrings. (Ignored when Direct Actor Runs is enabled)
taskNameExcludearrayOptional
Skip tasks whose names contain any of these substrings. (Ignored when Direct Actor Runs is enabled)
filterRunsByStatusarrayOptional
Run statuses to filter by in monthly reports. If not provided, all statuses will be included.
Default value of this property is []
compareRunId1stringOptional
Optional: Specific run ID for comparison. If both compareRunId1 and compareRunId2 are provided, these specific runs will be compared instead of fetching the most recent runs. Only used in compare mode.
compareRunId2stringOptional
Optional: Second specific run ID for comparison. If both compareRunId1 and compareRunId2 are provided, these specific runs will be compared instead of fetching the most recent runs. Only used in compare mode.
fieldsAndCompareStrategyobjectOptional
Specify how each field should be compared between runs. If not provided, the system will use intelligent auto-detection.
Default value of this property is {}
combineEmailsbooleanOptional
When enabled, all comparisons are combined into a single email with one unified table. When disabled, each comparison is sent as a separate email.
Default value of this property is true
notifyOnSignificantChangebooleanOptional
When enabled, comparison emails are only sent if the items count difference between runs exceeds 5%. This reduces noise from minor fluctuations in dataset sizes while ensuring you're notified of meaningful changes in data volume. Examples: 1,000 → 1,030 items (+3%): No email sent | 1,000 → 1,060 items (+6%): Email sent | 0 → any items: Always email sent.
Default value of this property is true
customDimensionsarrayOptional
Define custom dimensions for organizing runs in monthly reports beyond the default time-based categorization.