Run
Index
Properties
- act_id
- actor_task_id
- build_id
- build_number
- charged_event_counts
- container_url
- default_dataset_id
- default_key_value_store_id
- default_request_queue_id
- exit_code
- finished_at
- general_access
- git_branch_name
- id
- is_container_server_ready
- is_status_message_terminal
- meta
- metamorphs
- model_config
- options
- pricing_info
- started_at
- stats
- status
- status_message
- usage
- usage_total_usd
- usage_usd
- user_id
Properties
act_id
ID of the Actor that was run.
actor_task_id
ID of the Actor task, if the run was started from a task.
build_id
ID of the Actor build used for this run.
build_number
Build number of the Actor build used for this run.
charged_event_counts
A map of charged event types to their counts. The keys are event type identifiers defined by the Actor's pricing model (pay-per-event), and the values are the number of times each event was charged during this run.
container_url
URL of the container running the Actor.
default_dataset_id
ID of the default dataset for this run.
default_key_value_store_id
ID of the default key-value store for this run.
default_request_queue_id
ID of the default request queue for this run.
exit_code
Exit code of the Actor run process.
finished_at
Time when the Actor run finished.
general_access
General access level for the Actor run.
git_branch_name
Name of the git branch used for the Actor build.
id
Unique identifier of the Actor run.
is_container_server_ready
Whether the container's HTTP server is ready to accept requests.
is_status_message_terminal
Whether the status message is terminal (final).
meta
Metadata about the Actor run.
metamorphs
List of metamorph events that occurred during the run.
model_config
options
Configuration options for the Actor run.
pricing_info
Pricing information for the Actor.
started_at
Time when the Actor run started.
stats
Statistics of the Actor run.
status
Current status of the Actor run.
status_message
Detailed message about the run status.
usage
Resource usage statistics for the run.
usage_total_usd
Total cost in USD for this run. Represents what you actually pay. For run owners: includes platform usage (compute units) and/or event costs depending on the Actor's pricing model. For run non-owners: only available for Pay-Per-Event Actors (event costs only). Not available for Pay-Per-Result Actors when you're not the Actor owner.
usage_usd
Platform usage costs breakdown in USD. Only present if you own the run AND are paying for platform usage (Pay-Per-Usage, Rental, or Pay-Per-Event with usage costs like standby Actors). Not available for standard Pay-Per-Event Actors or Pay-Per-Result Actors owned by others.
user_id
ID of the user who started the run.
Represents an Actor run and its associated data.