data
Apify MCP, CLI, and Lua Integration for AI Agents
Apify integration docs for AI agents: MCP gateway setup, Apify CLI commands, Lua API reference, credentials, and function schemas.Apify for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
apify.apify_acts_get | Read read | 0 | Execute official Apify API operation `acts_get`. Endpoint: GET /v2/acts. |
apify.apify_acts_post | Write write | 0 | Execute official Apify API operation `acts_post`. Endpoint: POST /v2/acts. |
apify.apify_act_get | Read read | 0 | Execute official Apify API operation `act_get`. Endpoint: GET /v2/acts/{actorId}. |
apify.apify_act_put | Write write | 0 | Execute official Apify API operation `act_put`. Endpoint: PUT /v2/acts/{actorId}. |
apify.apify_act_delete | Write write | 0 | Execute official Apify API operation `act_delete`. Endpoint: DELETE /v2/acts/{actorId}. |
apify.apify_act_versions_get | Read read | 0 | Execute official Apify API operation `act_versions_get`. Endpoint: GET /v2/acts/{actorId}/versions. |
apify.apify_act_versions_post | Write write | 0 | Execute official Apify API operation `act_versions_post`. Endpoint: POST /v2/acts/{actorId}/versions. |
apify.apify_act_version_get | Read read | 0 | Execute official Apify API operation `act_version_get`. Endpoint: GET /v2/acts/{actorId}/versions/{versionNumber}. |
apify.apify_act_version_put | Write write | 0 | Execute official Apify API operation `act_version_put`. Endpoint: PUT /v2/acts/{actorId}/versions/{versionNumber}. |
apify.apify_act_version_post | Write write | 0 | Execute official Apify API operation `act_version_post`. Endpoint: POST /v2/acts/{actorId}/versions/{versionNumber}. |
apify.apify_act_version_delete | Write write | 0 | Execute official Apify API operation `act_version_delete`. Endpoint: DELETE /v2/acts/{actorId}/versions/{versionNumber}. |
apify.apify_act_version_env_vars_get | Read read | 0 | Execute official Apify API operation `act_version_envVars_get`. Endpoint: GET /v2/acts/{actorId}/versions/{versionNumber}/env-vars. |
apify.apify_act_version_env_vars_post | Write write | 0 | Execute official Apify API operation `act_version_envVars_post`. Endpoint: POST /v2/acts/{actorId}/versions/{versionNumber}/env-vars. |
apify.apify_act_version_env_var_get | Read read | 0 | Execute official Apify API operation `act_version_envVar_get`. Endpoint: GET /v2/acts/{actorId}/versions/{versionNumber}/env-vars/{envVarName}. |
apify.apify_act_version_env_var_put | Write write | 0 | Execute official Apify API operation `act_version_envVar_put`. Endpoint: PUT /v2/acts/{actorId}/versions/{versionNumber}/env-vars/{envVarName}. |
apify.apify_act_version_env_var_post | Write write | 0 | Execute official Apify API operation `act_version_envVar_post`. Endpoint: POST /v2/acts/{actorId}/versions/{versionNumber}/env-vars/{envVarName}. |
apify.apify_act_version_env_var_delete | Write write | 0 | Execute official Apify API operation `act_version_envVar_delete`. Endpoint: DELETE /v2/acts/{actorId}/versions/{versionNumber}/env-vars/{envVarName}. |
apify.apify_act_webhooks_get | Read read | 0 | Execute official Apify API operation `act_webhooks_get`. Endpoint: GET /v2/acts/{actorId}/webhooks. |
apify.apify_act_builds_get | Read read | 0 | Execute official Apify API operation `act_builds_get`. Endpoint: GET /v2/acts/{actorId}/builds. |
apify.apify_act_builds_post | Write write | 0 | Execute official Apify API operation `act_builds_post`. Endpoint: POST /v2/acts/{actorId}/builds. |
apify.apify_act_build_default_get | Read read | 0 | Execute official Apify API operation `act_build_default_get`. Endpoint: GET /v2/acts/{actorId}/builds/default. |
apify.apify_act_openapi_json_get | Read read | 0 | Execute official Apify API operation `act_openapi_json_get`. Endpoint: GET /v2/acts/{actorId}/builds/{buildId}/openapi.json. |
apify.apify_act_build_get | Read read | 0 | Execute official Apify API operation `act_build_get`. Endpoint: GET /v2/acts/{actorId}/builds/{buildId}. |
apify.apify_act_build_abort_post | Write write | 0 | Execute official Apify API operation `act_build_abort_post`. Endpoint: POST /v2/acts/{actorId}/builds/{buildId}/abort. |
apify.apify_act_runs_get | Read read | 0 | Execute official Apify API operation `act_runs_get`. Endpoint: GET /v2/acts/{actorId}/runs. |
apify.apify_act_runs_post | Write write | 0 | Execute official Apify API operation `act_runs_post`. Endpoint: POST /v2/acts/{actorId}/runs. |
apify.apify_act_run_sync_post | Write write | 0 | Execute official Apify API operation `act_runSync_post`. Endpoint: POST /v2/acts/{actorId}/run-sync. |
apify.apify_act_run_sync_get | Read read | 0 | Execute official Apify API operation `act_runSync_get`. Endpoint: GET /v2/acts/{actorId}/run-sync. |
apify.apify_act_run_sync_get_dataset_items_post | Write write | 0 | Execute official Apify API operation `act_runSyncGetDatasetItems_post`. Endpoint: POST /v2/acts/{actorId}/run-sync-get-dataset-items. |
apify.apify_act_run_sync_get_dataset_items_get | Read read | 0 | Execute official Apify API operation `act_runSyncGetDatasetItems_get`. Endpoint: GET /v2/acts/{actorId}/run-sync-get-dataset-items. |
apify.apify_act_validate_input_post | Write write | 0 | Execute official Apify API operation `act_validateInput_post`. Endpoint: POST /v2/acts/{actorId}/validate-input. |
apify.apify_act_run_resurrect_post | Write write | 0 | Execute official Apify API operation `act_run_resurrect_post`. Endpoint: POST /v2/acts/{actorId}/runs/{runId}/resurrect. |
apify.apify_act_runs_last_get | Read read | 0 | Execute official Apify API operation `act_runs_last_get`. Endpoint: GET /v2/acts/{actorId}/runs/last. |
apify.apify_act_runs_last_dataset_get | Read read | 0 | Execute official Apify API operation `act_runs_last_dataset_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/dataset. |
apify.apify_act_runs_last_dataset_put | Write write | 0 | Execute official Apify API operation `act_runs_last_dataset_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/dataset. |
apify.apify_act_runs_last_dataset_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_dataset_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/dataset. |
apify.apify_act_runs_last_dataset_items_get | Read read | 0 | Execute official Apify API operation `act_runs_last_dataset_items_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/dataset/items. |
apify.apify_act_runs_last_dataset_items_post | Write write | 0 | Execute official Apify API operation `act_runs_last_dataset_items_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/dataset/items. |
apify.apify_act_runs_last_dataset_statistics_get | Read read | 0 | Execute official Apify API operation `act_runs_last_dataset_statistics_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/dataset/statistics. |
apify.apify_act_runs_last_key_value_store_get | Read read | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/key-value-store. |
apify.apify_act_runs_last_key_value_store_put | Write write | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/key-value-store. |
apify.apify_act_runs_last_key_value_store_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/key-value-store. |
apify.apify_act_runs_last_key_value_store_keys_get | Read read | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_keys_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/key-value-store/keys. |
apify.apify_act_runs_last_key_value_store_records_get | Read read | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_records_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/key-value-store/records. |
apify.apify_act_runs_last_key_value_store_record_get | Read read | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_record_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_act_runs_last_key_value_store_record_put | Write write | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_record_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_act_runs_last_key_value_store_record_post | Write write | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_record_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_act_runs_last_key_value_store_record_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_keyValueStore_record_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_act_runs_last_request_queue_get | Read read | 0 | Execute official Apify API operation `act_runs_last_requestQueue_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/request-queue. |
apify.apify_act_runs_last_request_queue_put | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/request-queue. |
apify.apify_act_runs_last_request_queue_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/request-queue. |
apify.apify_act_runs_last_request_queue_requests_get | Read read | 0 | Execute official Apify API operation `act_runs_last_requestQueue_requests_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/request-queue/requests. |
apify.apify_act_runs_last_request_queue_requests_post | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_requests_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/request-queue/requests. |
apify.apify_act_runs_last_request_queue_requests_batch_post | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_requests_batch_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/request-queue/requests/batch. |
apify.apify_act_runs_last_request_queue_requests_batch_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_requests_batch_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/request-queue/requests/batch. |
apify.apify_act_runs_last_request_queue_requests_unlock_post | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_requests_unlock_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/request-queue/requests/unlock. |
apify.apify_act_runs_last_request_queue_request_get | Read read | 0 | Execute official Apify API operation `act_runs_last_requestQueue_request_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_act_runs_last_request_queue_request_put | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_request_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_act_runs_last_request_queue_request_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_request_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_act_runs_last_request_queue_request_lock_put | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_request_lock_put`. Endpoint: PUT /v2/acts/{actorId}/runs/last/request-queue/requests/{requestId}/lock. |
apify.apify_act_runs_last_request_queue_request_lock_delete | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_request_lock_delete`. Endpoint: DELETE /v2/acts/{actorId}/runs/last/request-queue/requests/{requestId}/lock. |
apify.apify_act_runs_last_request_queue_head_get | Read read | 0 | Execute official Apify API operation `act_runs_last_requestQueue_head_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/request-queue/head. |
apify.apify_act_runs_last_request_queue_head_lock_post | Write write | 0 | Execute official Apify API operation `act_runs_last_requestQueue_head_lock_post`. Endpoint: POST /v2/acts/{actorId}/runs/last/request-queue/head/lock. |
apify.apify_act_runs_last_log_get | Read read | 0 | Execute official Apify API operation `act_runs_last_log_get`. Endpoint: GET /v2/acts/{actorId}/runs/last/log. |
apify.apify_act_run_get | Read read | 0 | Execute official Apify API operation `act_run_get`. Endpoint: GET /v2/acts/{actorId}/runs/{runId}. |
apify.apify_act_run_abort_post | Write write | 0 | Execute official Apify API operation `act_run_abort_post`. Endpoint: POST /v2/acts/{actorId}/runs/{runId}/abort. |
apify.apify_act_run_metamorph_post | Write write | 0 | Execute official Apify API operation `act_run_metamorph_post`. Endpoint: POST /v2/acts/{actorId}/runs/{runId}/metamorph. |
apify.apify_actor_tasks_get | Read read | 0 | Execute official Apify API operation `actorTasks_get`. Endpoint: GET /v2/actor-tasks. |
apify.apify_actor_tasks_post | Write write | 0 | Execute official Apify API operation `actorTasks_post`. Endpoint: POST /v2/actor-tasks. |
apify.apify_actor_task_get | Read read | 0 | Execute official Apify API operation `actorTask_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}. |
apify.apify_actor_task_put | Write write | 0 | Execute official Apify API operation `actorTask_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}. |
apify.apify_actor_task_delete | Write write | 0 | Execute official Apify API operation `actorTask_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}. |
apify.apify_actor_task_input_get | Read read | 0 | Execute official Apify API operation `actorTask_input_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/input. |
apify.apify_actor_task_input_put | Write write | 0 | Execute official Apify API operation `actorTask_input_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/input. |
apify.apify_actor_task_webhooks_get | Read read | 0 | Execute official Apify API operation `actorTask_webhooks_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/webhooks. |
apify.apify_actor_task_runs_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs. |
apify.apify_actor_task_runs_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs. |
apify.apify_actor_task_run_sync_get | Read read | 0 | Execute official Apify API operation `actorTask_runSync_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/run-sync. |
apify.apify_actor_task_run_sync_post | Write write | 0 | Execute official Apify API operation `actorTask_runSync_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/run-sync. |
apify.apify_actor_task_run_sync_get_dataset_items_get | Read read | 0 | Execute official Apify API operation `actorTask_runSyncGetDatasetItems_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/run-sync-get-dataset-items. |
apify.apify_actor_task_run_sync_get_dataset_items_post | Write write | 0 | Execute official Apify API operation `actorTask_runSyncGetDatasetItems_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/run-sync-get-dataset-items. |
apify.apify_actor_task_runs_last_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last. |
apify.apify_actor_task_last_log_get | Read read | 0 | Execute official Apify API operation `actorTask_last_log_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/log. |
apify.apify_actor_task_runs_last_dataset_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/dataset. |
apify.apify_actor_task_runs_last_dataset_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/dataset. |
apify.apify_actor_task_runs_last_dataset_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/dataset. |
apify.apify_actor_task_runs_last_dataset_items_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_items_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/dataset/items. |
apify.apify_actor_task_runs_last_dataset_items_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_items_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/dataset/items. |
apify.apify_actor_task_runs_last_dataset_statistics_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_dataset_statistics_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/dataset/statistics. |
apify.apify_actor_task_runs_last_key_value_store_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store. |
apify.apify_actor_task_runs_last_key_value_store_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store. |
apify.apify_actor_task_runs_last_key_value_store_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store. |
apify.apify_actor_task_runs_last_key_value_store_keys_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_keys_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/keys. |
apify.apify_actor_task_runs_last_key_value_store_records_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_records_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records. |
apify.apify_actor_task_runs_last_key_value_store_record_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_record_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_actor_task_runs_last_key_value_store_record_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_record_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_actor_task_runs_last_key_value_store_record_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_record_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_actor_task_runs_last_key_value_store_record_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_keyValueStore_record_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records/{recordKey}. |
apify.apify_actor_task_runs_last_request_queue_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/request-queue. |
apify.apify_actor_task_runs_last_request_queue_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/request-queue. |
apify.apify_actor_task_runs_last_request_queue_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/request-queue. |
apify.apify_actor_task_runs_last_request_queue_head_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_head_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/head. |
apify.apify_actor_task_runs_last_request_queue_head_lock_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_head_lock_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/head/lock. |
apify.apify_actor_task_runs_last_request_queue_requests_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_requests_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests. |
apify.apify_actor_task_runs_last_request_queue_requests_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_requests_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests. |
apify.apify_actor_task_runs_last_request_queue_requests_batch_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_requests_batch_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/batch. |
apify.apify_actor_task_runs_last_request_queue_requests_batch_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_requests_batch_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/batch. |
apify.apify_actor_task_runs_last_request_queue_requests_unlock_post | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_requests_unlock_post`. Endpoint: POST /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/unlock. |
apify.apify_actor_task_runs_last_request_queue_request_get | Read read | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_request_get`. Endpoint: GET /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_actor_task_runs_last_request_queue_request_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_request_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_actor_task_runs_last_request_queue_request_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_request_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/{requestId}. |
apify.apify_actor_task_runs_last_request_queue_request_lock_put | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_request_lock_put`. Endpoint: PUT /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/{requestId}/lock. |
apify.apify_actor_task_runs_last_request_queue_request_lock_delete | Write write | 0 | Execute official Apify API operation `actorTask_runs_last_requestQueue_request_lock_delete`. Endpoint: DELETE /v2/actor-tasks/{actorTaskId}/runs/last/request-queue/requests/{requestId}/lock. |
apify.apify_actor_runs_get | Read read | 0 | Execute official Apify API operation `actorRuns_get`. Endpoint: GET /v2/actor-runs. |
apify.apify_actor_run_get | Read read | 0 | Execute official Apify API operation `actorRun_get`. Endpoint: GET /v2/actor-runs/{runId}. |
apify.apify_actor_run_put | Write write | 0 | Execute official Apify API operation `actorRun_put`. Endpoint: PUT /v2/actor-runs/{runId}. |
apify.apify_actor_run_delete | Write write | 0 | Execute official Apify API operation `actorRun_delete`. Endpoint: DELETE /v2/actor-runs/{runId}. |
apify.apify_actor_run_abort_post | Write write | 0 | Execute official Apify API operation `actorRun_abort_post`. Endpoint: POST /v2/actor-runs/{runId}/abort. |
apify.apify_actor_run_metamorph_post | Write write | 0 | Execute official Apify API operation `actorRun_metamorph_post`. Endpoint: POST /v2/actor-runs/{runId}/metamorph. |
apify.apify_actor_run_reboot_post | Write write | 0 | Execute official Apify API operation `actorRun_reboot_post`. Endpoint: POST /v2/actor-runs/{runId}/reboot. |
apify.apify_post_resurrect_run | Write write | 0 | Execute official Apify API operation `PostResurrectRun`. Endpoint: POST /v2/actor-runs/{runId}/resurrect. |
apify.apify_post_charge_run | Write write | 0 | Execute official Apify API operation `PostChargeRun`. Endpoint: POST /v2/actor-runs/{runId}/charge. |
apify.apify_actor_run_dataset_get | Read read | 0 | Execute official Apify API operation `actorRun_dataset_get`. Endpoint: GET /v2/actor-runs/{runId}/dataset. |
apify.apify_actor_run_dataset_put | Write write | 0 | Execute official Apify API operation `actorRun_dataset_put`. Endpoint: PUT /v2/actor-runs/{runId}/dataset. |
apify.apify_actor_run_dataset_delete | Write write | 0 | Execute official Apify API operation `actorRun_dataset_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/dataset. |
apify.apify_actor_run_dataset_items_get | Read read | 0 | Execute official Apify API operation `actorRun_dataset_items_get`. Endpoint: GET /v2/actor-runs/{runId}/dataset/items. |
apify.apify_actor_run_dataset_items_post | Write write | 0 | Execute official Apify API operation `actorRun_dataset_items_post`. Endpoint: POST /v2/actor-runs/{runId}/dataset/items. |
apify.apify_actor_run_dataset_statistics_get | Read read | 0 | Execute official Apify API operation `actorRun_dataset_statistics_get`. Endpoint: GET /v2/actor-runs/{runId}/dataset/statistics. |
apify.apify_actor_run_key_value_store_get | Read read | 0 | Execute official Apify API operation `actorRun_keyValueStore_get`. Endpoint: GET /v2/actor-runs/{runId}/key-value-store. |
apify.apify_actor_run_key_value_store_put | Write write | 0 | Execute official Apify API operation `actorRun_keyValueStore_put`. Endpoint: PUT /v2/actor-runs/{runId}/key-value-store. |
apify.apify_actor_run_key_value_store_delete | Write write | 0 | Execute official Apify API operation `actorRun_keyValueStore_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/key-value-store. |
apify.apify_actor_run_key_value_store_keys_get | Read read | 0 | Execute official Apify API operation `actorRun_keyValueStore_keys_get`. Endpoint: GET /v2/actor-runs/{runId}/key-value-store/keys. |
apify.apify_actor_run_key_value_store_records_get | Read read | 0 | Execute official Apify API operation `actorRun_keyValueStore_records_get`. Endpoint: GET /v2/actor-runs/{runId}/key-value-store/records. |
apify.apify_actor_run_key_value_store_record_get | Read read | 0 | Execute official Apify API operation `actorRun_keyValueStore_record_get`. Endpoint: GET /v2/actor-runs/{runId}/key-value-store/records/{recordKey}. |
apify.apify_actor_run_key_value_store_record_put | Write write | 0 | Execute official Apify API operation `actorRun_keyValueStore_record_put`. Endpoint: PUT /v2/actor-runs/{runId}/key-value-store/records/{recordKey}. |
apify.apify_actor_run_key_value_store_record_post | Write write | 0 | Execute official Apify API operation `actorRun_keyValueStore_record_post`. Endpoint: POST /v2/actor-runs/{runId}/key-value-store/records/{recordKey}. |
apify.apify_actor_run_key_value_store_record_delete | Write write | 0 | Execute official Apify API operation `actorRun_keyValueStore_record_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/key-value-store/records/{recordKey}. |
apify.apify_actor_run_request_queue_get | Read read | 0 | Execute official Apify API operation `actorRun_requestQueue_get`. Endpoint: GET /v2/actor-runs/{runId}/request-queue. |
apify.apify_actor_run_request_queue_put | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_put`. Endpoint: PUT /v2/actor-runs/{runId}/request-queue. |
apify.apify_actor_run_request_queue_delete | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/request-queue. |
apify.apify_actor_run_request_queue_requests_get | Read read | 0 | Execute official Apify API operation `actorRun_requestQueue_requests_get`. Endpoint: GET /v2/actor-runs/{runId}/request-queue/requests. |
apify.apify_actor_run_request_queue_requests_post | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_requests_post`. Endpoint: POST /v2/actor-runs/{runId}/request-queue/requests. |
apify.apify_actor_run_request_queue_requests_batch_post | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_requests_batch_post`. Endpoint: POST /v2/actor-runs/{runId}/request-queue/requests/batch. |
apify.apify_actor_run_request_queue_requests_batch_delete | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_requests_batch_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/request-queue/requests/batch. |
apify.apify_actor_run_request_queue_requests_unlock_post | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_requests_unlock_post`. Endpoint: POST /v2/actor-runs/{runId}/request-queue/requests/unlock. |
apify.apify_actor_run_request_queue_request_get | Read read | 0 | Execute official Apify API operation `actorRun_requestQueue_request_get`. Endpoint: GET /v2/actor-runs/{runId}/request-queue/requests/{requestId}. |
apify.apify_actor_run_request_queue_request_put | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_request_put`. Endpoint: PUT /v2/actor-runs/{runId}/request-queue/requests/{requestId}. |
apify.apify_actor_run_request_queue_request_delete | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_request_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/request-queue/requests/{requestId}. |
apify.apify_actor_run_request_queue_request_lock_put | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_request_lock_put`. Endpoint: PUT /v2/actor-runs/{runId}/request-queue/requests/{requestId}/lock. |
apify.apify_actor_run_request_queue_request_lock_delete | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_request_lock_delete`. Endpoint: DELETE /v2/actor-runs/{runId}/request-queue/requests/{requestId}/lock. |
apify.apify_actor_run_request_queue_head_get | Read read | 0 | Execute official Apify API operation `actorRun_requestQueue_head_get`. Endpoint: GET /v2/actor-runs/{runId}/request-queue/head. |
apify.apify_actor_run_request_queue_head_lock_post | Write write | 0 | Execute official Apify API operation `actorRun_requestQueue_head_lock_post`. Endpoint: POST /v2/actor-runs/{runId}/request-queue/head/lock. |
apify.apify_actor_run_log_get | Read read | 0 | Execute official Apify API operation `actorRun_log_get`. Endpoint: GET /v2/actor-runs/{runId}/log. |
apify.apify_actor_builds_get | Read read | 0 | Execute official Apify API operation `actorBuilds_get`. Endpoint: GET /v2/actor-builds. |
apify.apify_actor_build_get | Read read | 0 | Execute official Apify API operation `actorBuild_get`. Endpoint: GET /v2/actor-builds/{buildId}. |
apify.apify_actor_build_delete | Write write | 0 | Execute official Apify API operation `actorBuild_delete`. Endpoint: DELETE /v2/actor-builds/{buildId}. |
apify.apify_actor_build_abort_post | Write write | 0 | Execute official Apify API operation `actorBuild_abort_post`. Endpoint: POST /v2/actor-builds/{buildId}/abort. |
apify.apify_actor_build_log_get | Read read | 0 | Execute official Apify API operation `actorBuild_log_get`. Endpoint: GET /v2/actor-builds/{buildId}/log. |
apify.apify_actor_build_openapi_json_get | Read read | 0 | Execute official Apify API operation `actorBuild_openapi_json_get`. Endpoint: GET /v2/actor-builds/{buildId}/openapi.json. |
apify.apify_key_value_stores_get | Read read | 0 | Execute official Apify API operation `keyValueStores_get`. Endpoint: GET /v2/key-value-stores. |
apify.apify_key_value_stores_post | Write write | 0 | Execute official Apify API operation `keyValueStores_post`. Endpoint: POST /v2/key-value-stores. |
apify.apify_key_value_store_get | Read read | 0 | Execute official Apify API operation `keyValueStore_get`. Endpoint: GET /v2/key-value-stores/{storeId}. |
apify.apify_key_value_store_put | Write write | 0 | Execute official Apify API operation `keyValueStore_put`. Endpoint: PUT /v2/key-value-stores/{storeId}. |
apify.apify_key_value_store_delete | Write write | 0 | Execute official Apify API operation `keyValueStore_delete`. Endpoint: DELETE /v2/key-value-stores/{storeId}. |
apify.apify_key_value_store_keys_get | Read read | 0 | Execute official Apify API operation `keyValueStore_keys_get`. Endpoint: GET /v2/key-value-stores/{storeId}/keys. |
apify.apify_key_value_store_records_get | Read read | 0 | Execute official Apify API operation `keyValueStore_records_get`. Endpoint: GET /v2/key-value-stores/{storeId}/records. |
apify.apify_key_value_store_record_get | Read read | 0 | Execute official Apify API operation `keyValueStore_record_get`. Endpoint: GET /v2/key-value-stores/{storeId}/records/{recordKey}. |
apify.apify_key_value_store_record_put | Write write | 0 | Execute official Apify API operation `keyValueStore_record_put`. Endpoint: PUT /v2/key-value-stores/{storeId}/records/{recordKey}. |
apify.apify_key_value_store_record_post | Write write | 0 | Execute official Apify API operation `keyValueStore_record_post`. Endpoint: POST /v2/key-value-stores/{storeId}/records/{recordKey}. |
apify.apify_key_value_store_record_delete | Write write | 0 | Execute official Apify API operation `keyValueStore_record_delete`. Endpoint: DELETE /v2/key-value-stores/{storeId}/records/{recordKey}. |
apify.apify_datasets_get | Read read | 0 | Execute official Apify API operation `datasets_get`. Endpoint: GET /v2/datasets. |
apify.apify_datasets_post | Write write | 0 | Execute official Apify API operation `datasets_post`. Endpoint: POST /v2/datasets. |
apify.apify_dataset_get | Read read | 0 | Execute official Apify API operation `dataset_get`. Endpoint: GET /v2/datasets/{datasetId}. |
apify.apify_dataset_put | Write write | 0 | Execute official Apify API operation `dataset_put`. Endpoint: PUT /v2/datasets/{datasetId}. |
apify.apify_dataset_delete | Write write | 0 | Execute official Apify API operation `dataset_delete`. Endpoint: DELETE /v2/datasets/{datasetId}. |
apify.apify_dataset_items_get | Read read | 0 | Execute official Apify API operation `dataset_items_get`. Endpoint: GET /v2/datasets/{datasetId}/items. |
apify.apify_dataset_items_post | Write write | 0 | Execute official Apify API operation `dataset_items_post`. Endpoint: POST /v2/datasets/{datasetId}/items. |
apify.apify_dataset_statistics_get | Read read | 0 | Execute official Apify API operation `dataset_statistics_get`. Endpoint: GET /v2/datasets/{datasetId}/statistics. |
apify.apify_request_queues_get | Read read | 0 | Execute official Apify API operation `requestQueues_get`. Endpoint: GET /v2/request-queues. |
apify.apify_request_queues_post | Write write | 0 | Execute official Apify API operation `requestQueues_post`. Endpoint: POST /v2/request-queues. |
apify.apify_request_queue_get | Read read | 0 | Execute official Apify API operation `requestQueue_get`. Endpoint: GET /v2/request-queues/{queueId}. |
apify.apify_request_queue_put | Write write | 0 | Execute official Apify API operation `requestQueue_put`. Endpoint: PUT /v2/request-queues/{queueId}. |
apify.apify_request_queue_delete | Write write | 0 | Execute official Apify API operation `requestQueue_delete`. Endpoint: DELETE /v2/request-queues/{queueId}. |
apify.apify_request_queue_requests_batch_post | Write write | 0 | Execute official Apify API operation `requestQueue_requests_batch_post`. Endpoint: POST /v2/request-queues/{queueId}/requests/batch. |
apify.apify_request_queue_requests_batch_delete | Write write | 0 | Execute official Apify API operation `requestQueue_requests_batch_delete`. Endpoint: DELETE /v2/request-queues/{queueId}/requests/batch. |
apify.apify_request_queue_requests_unlock_post | Write write | 0 | Execute official Apify API operation `requestQueue_requests_unlock_post`. Endpoint: POST /v2/request-queues/{queueId}/requests/unlock. |
apify.apify_request_queue_requests_get | Read read | 0 | Execute official Apify API operation `requestQueue_requests_get`. Endpoint: GET /v2/request-queues/{queueId}/requests. |
apify.apify_request_queue_requests_post | Write write | 0 | Execute official Apify API operation `requestQueue_requests_post`. Endpoint: POST /v2/request-queues/{queueId}/requests. |
apify.apify_request_queue_request_get | Read read | 0 | Execute official Apify API operation `requestQueue_request_get`. Endpoint: GET /v2/request-queues/{queueId}/requests/{requestId}. |
apify.apify_request_queue_request_put | Write write | 0 | Execute official Apify API operation `requestQueue_request_put`. Endpoint: PUT /v2/request-queues/{queueId}/requests/{requestId}. |
apify.apify_request_queue_request_delete | Write write | 0 | Execute official Apify API operation `requestQueue_request_delete`. Endpoint: DELETE /v2/request-queues/{queueId}/requests/{requestId}. |
apify.apify_request_queue_head_get | Read read | 0 | Execute official Apify API operation `requestQueue_head_get`. Endpoint: GET /v2/request-queues/{queueId}/head. |
apify.apify_request_queue_head_lock_post | Write write | 0 | Execute official Apify API operation `requestQueue_head_lock_post`. Endpoint: POST /v2/request-queues/{queueId}/head/lock. |
apify.apify_request_queue_request_lock_put | Write write | 0 | Execute official Apify API operation `requestQueue_request_lock_put`. Endpoint: PUT /v2/request-queues/{queueId}/requests/{requestId}/lock. |
apify.apify_request_queue_request_lock_delete | Write write | 0 | Execute official Apify API operation `requestQueue_request_lock_delete`. Endpoint: DELETE /v2/request-queues/{queueId}/requests/{requestId}/lock. |
apify.apify_webhooks_get | Read read | 0 | Execute official Apify API operation `webhooks_get`. Endpoint: GET /v2/webhooks. |
apify.apify_webhooks_post | Write write | 0 | Execute official Apify API operation `webhooks_post`. Endpoint: POST /v2/webhooks. |
apify.apify_webhook_get | Read read | 0 | Execute official Apify API operation `webhook_get`. Endpoint: GET /v2/webhooks/{webhookId}. |
apify.apify_webhook_put | Write write | 0 | Execute official Apify API operation `webhook_put`. Endpoint: PUT /v2/webhooks/{webhookId}. |
apify.apify_webhook_delete | Write write | 0 | Execute official Apify API operation `webhook_delete`. Endpoint: DELETE /v2/webhooks/{webhookId}. |
apify.apify_webhook_test_post | Write write | 0 | Execute official Apify API operation `webhook_test_post`. Endpoint: POST /v2/webhooks/{webhookId}/test. |
apify.apify_webhook_webhook_dispatches_get | Read read | 0 | Execute official Apify API operation `webhook_webhookDispatches_get`. Endpoint: GET /v2/webhooks/{webhookId}/dispatches. |
apify.apify_webhook_dispatches_get | Read read | 0 | Execute official Apify API operation `webhookDispatches_get`. Endpoint: GET /v2/webhook-dispatches. |
apify.apify_webhook_dispatch_get | Read read | 0 | Execute official Apify API operation `webhookDispatch_get`. Endpoint: GET /v2/webhook-dispatches/{dispatchId}. |
apify.apify_schedules_get | Read read | 0 | Execute official Apify API operation `schedules_get`. Endpoint: GET /v2/schedules. |
apify.apify_schedules_post | Write write | 0 | Execute official Apify API operation `schedules_post`. Endpoint: POST /v2/schedules. |
apify.apify_schedule_get | Read read | 0 | Execute official Apify API operation `schedule_get`. Endpoint: GET /v2/schedules/{scheduleId}. |
apify.apify_schedule_put | Write write | 0 | Execute official Apify API operation `schedule_put`. Endpoint: PUT /v2/schedules/{scheduleId}. |
apify.apify_schedule_delete | Write write | 0 | Execute official Apify API operation `schedule_delete`. Endpoint: DELETE /v2/schedules/{scheduleId}. |
apify.apify_schedule_log_get | Read read | 0 | Execute official Apify API operation `schedule_log_get`. Endpoint: GET /v2/schedules/{scheduleId}/log. |
apify.apify_store_get | Read read | 0 | Execute official Apify API operation `store_get`. Endpoint: GET /v2/store. |
apify.apify_log_get | Read read | 0 | Execute official Apify API operation `log_get`. Endpoint: GET /v2/logs/{buildOrRunId}. |
apify.apify_user_get | Read read | 0 | Execute official Apify API operation `user_get`. Endpoint: GET /v2/users/{userId}. |
apify.apify_users_me_get | Read read | 0 | Execute official Apify API operation `users_me_get`. Endpoint: GET /v2/users/me. |
apify.apify_users_me_usage_monthly_get | Read read | 0 | Execute official Apify API operation `users_me_usage_monthly_get`. Endpoint: GET /v2/users/me/usage/monthly. |
apify.apify_users_me_limits_get | Read read | 0 | Execute official Apify API operation `users_me_limits_get`. Endpoint: GET /v2/users/me/limits. |
apify.apify_users_me_limits_put | Write write | 0 | Execute official Apify API operation `users_me_limits_put`. Endpoint: PUT /v2/users/me/limits. |
apify.apify_tools_browser_info_get | Read read | 0 | Execute official Apify API operation `tools_browser_info_get`. Endpoint: GET /v2/browser-info. |
apify.apify_tools_browser_info_post | Write write | 0 | Execute official Apify API operation `tools_browser_info_post`. Endpoint: POST /v2/browser-info. |
apify.apify_tools_browser_info_put | Write write | 0 | Execute official Apify API operation `tools_browser_info_put`. Endpoint: PUT /v2/browser-info. |
apify.apify_tools_browser_info_delete | Write write | 0 | Execute official Apify API operation `tools_browser_info_delete`. Endpoint: DELETE /v2/browser-info. |
apify.apify_tools_encode_and_sign_post | Write write | 0 | Execute official Apify API operation `tools_encode_and_sign_post`. Endpoint: POST /v2/tools/encode-and-sign. |
apify.apify_tools_decode_and_verify_post | Write write | 0 | Execute official Apify API operation `tools_decode_and_verify_post`. Endpoint: POST /v2/tools/decode-and-verify. |