Skip to main content
GET /info returns a snapshot of the running instance: the current version, active webhook state, enabled features, and a fully-qualified endpoint map built from the live base URL. This endpoint is the recommended starting point for programmatic integration — call it once to discover the exact URLs you need without hard-coding paths. Authentication: Required when authKey is configured.

Response example

Response fields

string
The running actor version. Sourced from runtime package metadata (npm_package_version). In the current release this resolves to 3.0.5 unless overridden at runtime.
string
Human-readable status string indicating the actor tier and online state.
object
string[]
List of enabled feature names for the running instance.
object
Map of named endpoint keys to fully-qualified URLs built from the live base URL. The logs entry intentionally includes ?limit=100 as a reasonable starter page size even though /logs defaults to a higher limit when limit is omitted.
string
URL to the Apify Store page and documentation for this actor.