Skip to main content
Version: 2.5

MetaOrigin

Origins indicating how Actor runs were initiated.

This information helps track and analyze how Actors are being used across different interfaces and automation systems on the platform.

Index

Enumeration Members

ACTOR

ACTOR: 'ACTOR'

Actor run started by another Actor during its execution.

API

API: 'API'

Actor run started programmatically via the Apify API.

CLI

CLI: 'CLI'

Actor run started using the Apify command-line interface.

DEVELOPMENT

DEVELOPMENT: 'DEVELOPMENT'

Actor run started from the Developer Console source code section.

SCHEDULER

SCHEDULER: 'SCHEDULER'

Actor run triggered automatically by a scheduled task.

STANDBY

STANDBY: 'STANDBY'

Actor run initiated through the Actor Standby mode.

TEST

TEST: 'TEST'

Actor run initiated from the test/try functionality in Console.

WEB

WEB: 'WEB'

Actor run initiated through the Apify Console web interface.

WEBHOOK

WEBHOOK: 'WEBHOOK'

Actor run triggered by an incoming webhook request.