ApifyEnv
Index
Properties
actorId
ID of the Actor (ACTOR_ID)
actorRunId
ID of the Actor run (ACTOR_RUN_ID)
actorTaskId
ID of the Actor task (ACTOR_TASK_ID)
defaultDatasetId
ID of the dataset where input and output data of this Actor is stored (ACTOR_DEFAULT_DATASET_ID)
defaultKeyValueStoreId
ID of the key-value store where input and output data of this Actor is stored (ACTOR_DEFAULT_KEY_VALUE_STORE_ID)
memoryMbytes
Amount of memory allocated for the Actor, in megabytes (ACTOR_MEMORY_MBYTES)
startedAt
Date when the Actor was started (ACTOR_STARTED_AT)
timeoutAt
Date when the Actor will time out (ACTOR_TIMEOUT_AT)
token
Authentication token representing privileges given to the Actor run, it can be passed to various Apify APIs (APIFY_TOKEN)
userId
ID of the user who started the Actor - note that it might be different than the owner ofthe Actor (APIFY_USER_ID)
Parsed representation of the Apify environment variables. This object is returned by the Actor.getEnv function.