You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`webhookDispatches(): WebhookDispatchCollectionClient`| Webhook dispatch collection | List webhook dispatches. |
75
+
|`store(): StoreCollectionClient`| Store collection | Browse the public Apify Store. |
76
+
|`log(string $buildOrRunId): LogClient`| Log client | Log for a build or run, by ID. |
77
+
|`me(): UserClient`| User client | The authenticated user (`users/me`). |
78
+
|`user(string $id): UserClient`| User client | A public user profile, by ID. |
79
+
|`setStatusMessage(string $message, bool $isTerminal = false): ActorRun`| Updated run | Set the current run's status message; see [Setting single-resource status](#setting-single-resource-status). |
80
+
|`getUserAgent(): string`| User-Agent string | The `User-Agent` the client sends. |
81
+
|`getApiBaseUrl(): string`| Base URL | The resolved API base URL (with `/v2`). |
82
+
45
83
## Models and unmodeled data (`toArray`)
46
84
47
85
Response models expose the commonly-used fields as typed getters (e.g. `$actor->getId()`). The
0 commit comments