OXYGENOXYGEN
← All integrations
Apify logo

Apify

Run web scrapers and data actors.

DataAPI key113 endpoints

Runtime credentials

Connecting Apify via OAuth or your own API key requires the following secret slots in your workspace:

  • APIFY_API_TOKEN

Endpoints

OperationMethod & pathEffectLatencyRateCost
APIFY_ACT_BUILDS_POST
Tool to build an Actor with specified configuration. Use when you need to create a new build of an Actor with a specific version. The build process compiles the Actor's source code into a Docker image.
POST /composio/apify/apify_act_builds_postexternal_sendmanaged
APIFY_ACTOR_BUILD_ABORT_POST
Tool to abort an Actor build that is starting or running. Use when you need to cancel a build in progress. Builds in terminal states (FINISHED, FAILED, ABORTING, TIMED-OUT) are not affected.
POST /composio/apify/apify_actor_build_abort_postexternal_sendmanaged
APIFY_ACTOR_BUILD_DELETE
Tool to delete an Actor build permanently. Use when you need to remove a specific build by its ID. The default build for an Actor cannot be deleted. Only users with build permissions can delete builds.
POST /composio/apify/apify_actor_build_deleteexternal_sendmanaged
APIFY_ACTOR_BUILD_GET
Tool to get detailed information about a specific Actor build. Use when you need to retrieve complete build details by build ID. Optionally wait for the build to finish using the waitForFinish parameter to avoid polling.
POST /composio/apify/apify_actor_build_getexternal_sendmanaged
APIFY_ACTOR_BUILD_LOG_GET
Tool to retrieve the log file for a specific Actor build. Use when you need to inspect logs generated during an Actor build process. Only the trailing 5 million characters of the log are stored.
POST /composio/apify/apify_actor_build_log_getexternal_sendmanaged
APIFY_ACTOR_BUILDS_GET
Tool to get a paginated list of all builds for a user. Use when you need to retrieve build history across all actors. Supports pagination up to 1000 records.
POST /composio/apify/apify_actor_builds_getexternal_sendmanaged
APIFY_ACTOR_RUN_ABORT_POST
Tool to abort a running or starting Actor run. Use when you need to stop an Actor run that is currently in STARTING or RUNNING status. For runs with status FINISHED, FAILED, ABORTING, and TIMED-OUT this call does nothing.
POST /composio/apify/apify_actor_run_abort_postexternal_sendmanaged
APIFY_ACTOR_RUN_DELETE
Tool to delete a finished Actor run. Use when you need to permanently remove a completed run. Only finished runs can be deleted by the initiating user or organization.
POST /composio/apify/apify_actor_run_deleteexternal_sendmanaged
APIFY_ACTOR_RUN_GET
Tool to get details about a specific Actor run. Use when you need to retrieve comprehensive information about a run including its execution status, resource usage, storage IDs, and metadata.
POST /composio/apify/apify_actor_run_getexternal_sendmanaged
APIFY_ACTOR_RUN_PUT
Tool to update the status message of an Actor run. Use when you need to set progress information or status updates that will be displayed in the Apify Console UI during Actor execution.
POST /composio/apify/apify_actor_run_putexternal_sendmanaged
APIFY_ACTOR_TASK_DELETE
Tool to delete an Actor task permanently. Use when you need to remove a task by its ID or username~taskName. Confirm before calling.
POST /composio/apify/apify_actor_task_deleteexternal_sendmanaged
APIFY_ACTOR_TASK_GET
Tool to get complete details about an Actor task. Use when you need to retrieve task configuration, input settings, or metadata by task ID or username~task-name.
POST /composio/apify/apify_actor_task_getexternal_sendmanaged
APIFY_ACTOR_TASK_PUT
Tool to update Actor task settings using JSON payload. Only specified properties are updated; others remain unchanged. Use when you need to modify task configuration, input, or execution options.
POST /composio/apify/apify_actor_task_putexternal_sendmanaged
APIFY_ACTOR_TASK_RUNS_LAST_GET
Tool to get the most recent run of a specific Actor task. Use when you need to retrieve the last execution details. You can filter by status to get only successful runs using status='SUCCEEDED'.
POST /composio/apify/apify_actor_task_runs_last_getexternal_sendmanaged
APIFY_ACTOR_TASK_RUN_SYNC_GET
Tool to run a specific task synchronously and return its output. Use when immediate task results are needed with pre-configured settings. The run must finish within 300 seconds otherwise the HTTP request fails with a timeout error.
POST /composio/apify/apify_actor_task_run_sync_getexternal_sendmanaged
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_GET
Tool to run an actor task synchronously and retrieve its dataset items. Use when immediate access to task run results is needed. The run must finish within 300 seconds otherwise the request times out. For large datasets exceeding the timeout, use `limit`/`offset` pagination to retrieve results in smaller batches or switch to an async run pattern with a separate dataset retrieval call.
POST /composio/apify/apify_actor_task_run_sync_get_dataset_items_getexternal_sendmanaged
APIFY_ACTOR_TASK_RUN_SYNC_GET_DATASET_ITEMS_POST
Tool to run an actor task synchronously with input overrides and retrieve its dataset items. Use when you need to override task input configuration and get immediate results. The run must finish within 300 seconds otherwise the request times out.
POST /composio/apify/apify_actor_task_run_sync_get_dataset_items_postexternal_sendmanaged
APIFY_ACTOR_TASK_RUN_SYNC_POST
Tool to run an Actor task synchronously with input override and return its output. Use when immediate task results are needed with custom input parameters. The run must finish within 300 seconds otherwise the HTTP request fails with a timeout error (though the run continues server-side).
POST /composio/apify/apify_actor_task_run_sync_postexternal_sendmanaged
APIFY_ACT_PUT
Tool to update Actor settings using JSON payload. Only specified fields will be updated. Use when you need to modify Actor configuration, make an Actor public, or update version settings.
POST /composio/apify/apify_act_putexternal_sendmanaged
APIFY_ACT_RUNS_LAST_GET
Tool to get the most recent run of a specific Actor. Use when you need to retrieve the last execution details of an Actor and optionally filter by status (e.g., status='SUCCEEDED' to get only the last successful run).
POST /composio/apify/apify_act_runs_last_getexternal_sendmanaged
APIFY_ACT_RUN_SYNC_GET
Tool to run a specific Actor synchronously without input and return its output. Use when immediate Actor results are needed without providing input data; the run must finish within 300 seconds otherwise the HTTP request fails with a timeout error.
POST /composio/apify/apify_act_run_sync_getexternal_sendmanaged
APIFY_ACT_RUN_SYNC_GET_DATASET_ITEMS_GET
Tool to run Actor synchronously and get dataset items. Supports both actors that require input and those that don't. Use when immediate access to Actor results is needed. The run must finish within 300 seconds otherwise the request times out.
POST /composio/apify/apify_act_run_sync_get_dataset_items_getexternal_sendmanaged
APIFY_ACTS_GET
Tool to get the list of all Actors that the user created or used. Use when you need to enumerate or browse Actors. Add my=1 to get only user-created Actors.
POST /composio/apify/apify_acts_getexternal_sendmanaged
APIFY_ACT_VERSION_DELETE
Tool to delete a specific version of an Actor's source code. Use when you need to remove an Actor version by actor ID and version number. Confirm before calling.
POST /composio/apify/apify_act_version_deleteexternal_sendmanaged
APIFY_ACT_VERSION_ENV_VAR_DELETE
Tool to delete an environment variable from a specific Actor version. Use when removing environment variables from Actor versions.
POST /composio/apify/apify_act_version_env_var_deleteexternal_sendmanaged
APIFY_ACT_VERSION_ENV_VAR_GET
Tool to get environment variable details for a specific Actor version. Use when retrieving environment variable information from an Actor version. Returns name, value (if not secret), and secret status.
POST /composio/apify/apify_act_version_env_var_getexternal_sendmanaged
APIFY_ACT_VERSION_ENV_VAR_PUT
Tool to update environment variable for a specific Actor version using JSON payload. Only specified fields will be updated. Use when modifying existing environment variables in Actor versions.
POST /composio/apify/apify_act_version_env_var_putexternal_sendmanaged
APIFY_ACT_VERSION_ENV_VARS_GET
Tool to get the list of environment variables for a specific Actor version. Use when you need to retrieve environment variable configurations for an Actor version.
POST /composio/apify/apify_act_version_env_vars_getexternal_sendmanaged
APIFY_ACT_VERSION_ENV_VARS_POST
Tool to create an environment variable for a specific Actor version. Use when adding new environment variables to Actor versions. Requires name and value parameters.
POST /composio/apify/apify_act_version_env_vars_postexternal_sendmanaged
APIFY_ACT_VERSION_GET
Tool to get details about a specific version of an Actor. Use when you need version metadata including source type, build tag, and configuration details.
POST /composio/apify/apify_act_version_getexternal_sendmanaged
APIFY_ACT_VERSION_PUT
Tool to update an Actor version's configuration and source code. Use when modifying version properties such as buildTag, sourceType, or environment variables. Only specified properties will be updated.
POST /composio/apify/apify_act_version_putexternal_sendmanaged
APIFY_ACT_VERSIONS_GET
Tool to get the list of versions of a specific Actor. Use when you need to retrieve version metadata including source type, version number, and configuration details.
POST /composio/apify/apify_act_versions_getexternal_sendmanaged
APIFY_ACT_VERSIONS_POST
Tool to create a new version of an Actor. Use when you need to add a new version with specific source code location and configuration. Requires versionNumber and sourceType parameters, plus conditional parameters based on the sourceType.
POST /composio/apify/apify_act_versions_postexternal_sendmanaged
APIFY_ACT_WEBHOOKS_GET
Tool to get a list of webhooks for a specific Actor. Use when you need to review or manage webhooks configured for an Actor.
POST /composio/apify/apify_act_webhooks_getexternal_sendmanaged
APIFY_CREATE_ACTOR
Tool to create a new Actor with specified configuration. Use when you need to initialize a fresh Actor programmatically before publishing or running it.
POST /composio/apify/apify_create_actorexternal_sendmanaged
APIFY_CREATE_DATASET
Tool to create a new dataset. Use when you need to initialize or retrieve a dataset by name.
POST /composio/apify/apify_create_datasetexternal_sendmanaged
APIFY_CREATE_TASK
Tool to create a new Actor task with specified settings. Use when you need to configure or schedule recurring Actor runs programmatically.
POST /composio/apify/apify_create_taskexternal_sendmanaged
APIFY_CREATE_TASK_WEBHOOK
Tool to create a webhook for an Actor task. Use when you need external notifications about task run events (e.g., completion or failure) in downstream systems.
POST /composio/apify/apify_create_task_webhookexternal_sendmanaged
APIFY_DATASET_DELETE
Tool to delete a dataset permanently. Use when you need to remove a dataset by its ID or username~dataset-name. Confirm before calling.
POST /composio/apify/apify_dataset_deleteexternal_sendmanaged
APIFY_DATASET_GET
Tool to retrieve dataset metadata by dataset ID. Use when you need information about a dataset's structure, item counts, or access URLs. This does not return dataset items themselves.
POST /composio/apify/apify_dataset_getexternal_sendmanaged
APIFY_DATASET_PUT
Tool to update a dataset's name via JSON payload. Use when you need to rename an existing dataset.
POST /composio/apify/apify_dataset_putexternal_sendmanaged
APIFY_DATASETS_GET
Tool to get list of datasets for a user. Use when you need to enumerate or browse user's datasets. Supports pagination with up to 1000 items per page.
POST /composio/apify/apify_datasets_getexternal_sendmanaged
APIFY_DATASET_STATISTICS_GET
Tool to get dataset field statistics by dataset ID. Use when you need statistical information about dataset fields including min, max, null count, and empty count. Only provides field statistics when dataset schema is configured.
POST /composio/apify/apify_dataset_statistics_getexternal_sendmanaged
APIFY_DELETE_ACTOR
Tool to delete an Actor permanently. Use when you need to remove an Actor by its ID or username~actorName. Confirm before calling.
POST /composio/apify/apify_delete_actorexternal_sendmanaged
APIFY_DELETE_WEBHOOK
Tool to delete a webhook by its ID. Use when removing a webhook after confirming the webhook ID.
POST /composio/apify/apify_delete_webhookexternal_sendmanaged
APIFY_GET_ACTOR
Tool to get details of a specific Actor. Use when you need actor metadata by ID or username/actorName. Response includes `isDeprecated` and `notice` fields indicating deprecation status, and `pricingInfos` for per-unit cost details — review both before scheduling runs.
GET /composio/apify/apify_get_actornonemanaged
APIFY_GET_ACTOR_LAST_RUN_DATASET_ITEMS
Tool to get dataset items from the last run of an Actor. Use when you need to retrieve output data from the most recent Actor execution, optionally filtered by run status (e.g., status='SUCCEEDED' to get items only from the last successful run).
GET /composio/apify/apify_get_actor_last_run_dataset_itemsnonemanaged
APIFY_GET_ALL_WEBHOOKS
Tool to get a list of all webhooks created by the user. Use when you need to enumerate webhooks before filtering or maintenance.
GET /composio/apify/apify_get_all_webhooksnonemanaged
APIFY_GET_DATASET_ITEMS
Tool to retrieve items from a dataset. Use when you need to fetch data from a specified dataset by pagination or filtering. Only JSON format is fully supported. For datasets larger than 1000 items, issue multiple calls incrementing `offset` by `limit` until the response returns fewer items than `limit`.
GET /composio/apify/apify_get_dataset_itemsnonemanaged
APIFY_GET_DEFAULT_BUILD
Tool to get the default build for an Actor. Use after specifying the Actor ID; optionally wait for the build to finish before returning.
GET /composio/apify/apify_get_default_buildnonemanaged
APIFY_GET_KEY_VALUE_RECORD
Tool to retrieve a record from a key-value store. Use when you need to fetch a specific value by key from an Apify Key-Value Store.
GET /composio/apify/apify_get_key_value_recordnonemanaged
APIFY_GET_LIST_OF_BUILDS
Tool to get a list of builds for a specific Actor. Use when you need paginated access to an Actor’s build (version) history.
GET /composio/apify/apify_get_list_of_buildsnonemanaged
APIFY_GET_LIST_OF_RUNS
Tool to get a list of runs for a specific Actor. Use when you need to paginate through runs and optionally filter by status before processing run data.
GET /composio/apify/apify_get_list_of_runsnonemanaged
APIFY_GET_LIST_OF_TASK_RUNS
Tool to get a list of runs for a specific Actor task. Use when you need to paginate through task runs and optionally filter by status.
GET /composio/apify/apify_get_list_of_task_runsnonemanaged
APIFY_GET_LIST_OF_TASKS
Tool to fetch a paginated list of tasks belonging to the authenticated user. Use when you need to browse or sort tasks created by the user.
GET /composio/apify/apify_get_list_of_tasksnonemanaged
APIFY_GET_LIST_OF_TASK_WEBHOOKS
Tool to get a list of webhooks for a specific Actor task. Use when you need to review or paginate webhooks after creating or updating a task.
GET /composio/apify/apify_get_list_of_task_webhooksnonemanaged
APIFY_GET_LOG
Tool to retrieve logs for a specific Actor run or build. Use after a run completes or fails — a run may report success status yet contain only informational messages, making log inspection the only way to confirm actual outcomes. For long runs, log responses can be very large; prioritize error-level entries and recent timestamps to diagnose issues efficiently.
GET /composio/apify/apify_get_lognonemanaged
APIFY_GET_OPEN_API_DEFINITION
Tool to get the OpenAPI definition for a specific Actor build. Use when you need the API schema for code generation or analysis.
GET /composio/apify/apify_get_open_api_definitionnonemanaged
APIFY_GET_RUN_DATASET_ITEMS
Tool to get dataset items from a specific Actor run. Use when you need to retrieve the output data from a completed or running Actor run.
GET /composio/apify/apify_get_run_dataset_itemsnonemanaged
APIFY_GET_TASK_INPUT
Tool to retrieve the input configuration of a specific task. Use when you need to inspect stored task input before execution or debugging.
GET /composio/apify/apify_get_task_inputnonemanaged
APIFY_GET_TASK_LAST_RUN_DATASET_ITEMS
Tool to get dataset items from the last run of an Actor task. Use when you need to retrieve data from the most recent task execution. Filter by status (e.g., 'SUCCEEDED') to get items from the last successful run only.
GET /composio/apify/apify_get_task_last_run_dataset_itemsnonemanaged
APIFY_KEY_VALUE_STORE_DELETE
Tool to delete a key-value store permanently. Use when you need to remove a key-value store by its ID. Confirm before calling.
POST /composio/apify/apify_key_value_store_deleteexternal_sendmanaged
APIFY_KEY_VALUE_STORE_GET
Tool to retrieve key-value store metadata by store ID. Use when you need detailed information about a specific key-value store including stats and access URLs.
POST /composio/apify/apify_key_value_store_getexternal_sendmanaged
APIFY_KEY_VALUE_STORE_KEYS_GET
Tool to retrieve a list of keys from a key-value store. Use when you need to list keys in a store with optional filtering and pagination support.
POST /composio/apify/apify_key_value_store_keys_getexternal_sendmanaged
APIFY_KEY_VALUE_STORE_RECORD_DELETE
Tool to delete a record from a key-value store. Use when you need to remove a specific record by its key from an Apify Key-Value Store.
POST /composio/apify/apify_key_value_store_record_deleteexternal_sendmanaged
APIFY_KEY_VALUE_STORE_RECORD_HEAD
Tool to check if a record exists in a key-value store. Use when you need to verify whether a specific key exists in an Apify Key-Value Store without retrieving its content.
POST /composio/apify/apify_key_value_store_record_headexternal_sendmanaged
APIFY_KEY_VALUE_STORES_GET
Tool to get the list of key-value stores owned by the user. Use when you need to enumerate or browse available stores. Supports pagination up to 1000 records per request.
POST /composio/apify/apify_key_value_stores_getexternal_sendmanaged
APIFY_KEY_VALUE_STORES_POST
Tool to create a new key-value store or retrieve an existing one by name. Use when you need to initialize a store for saving data records or files. If a store with the given name already exists, returns that store instead of creating a duplicate.
POST /composio/apify/apify_key_value_stores_postexternal_sendmanaged
APIFY_LIST_USER_RUNS
Tool to get a paginated list of all Actor runs for the authenticated user. Use when you need to browse all runs across all actors, optionally filtered by status or date range.
GET /composio/apify/apify_list_user_runsnonemanaged
APIFY_REQUEST_QUEUE_DELETE
Tool to delete a request queue permanently. Use when you need to remove a request queue by its ID.
POST /composio/apify/apify_request_queue_deleteexternal_sendmanaged
APIFY_REQUEST_QUEUE_GET
Tool to retrieve request queue metadata by queue ID. Use when you need information about a specific request queue including its statistics and request counts.
POST /composio/apify/apify_request_queue_getexternal_sendmanaged
APIFY_REQUEST_QUEUE_HEAD_GET
Tool to retrieve first requests from the queue for inspection. Use when you need to examine pending requests without locking them.
POST /composio/apify/apify_request_queue_head_getexternal_sendmanaged
APIFY_REQUEST_QUEUE_HEAD_LOCK_POST
Tool to get and lock head requests from the queue. Returns the given number of first requests from the queue and locks them for the given time, preventing other clients from accessing them during the lock period. Use when you need to process requests exclusively without concurrent access by other clients.
POST /composio/apify/apify_request_queue_head_lock_postexternal_sendmanaged
APIFY_REQUEST_QUEUE_PUT
Tool to update request queue name using JSON payload. Use when you need to rename an existing request queue.
POST /composio/apify/apify_request_queue_putexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUEST_DELETE
Tool to delete a specific request from a request queue. Use when you need to remove a request by its ID from an Apify request queue.
POST /composio/apify/apify_request_queue_request_deleteexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUEST_GET
Tool to retrieve a specific request from a request queue by its ID. Use when you need to get detailed information about a request in an Apify request queue.
POST /composio/apify/apify_request_queue_request_getexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUEST_LOCK_DELETE
Tool to delete a request lock from a request queue. Use when you need to unlock a previously locked request. Only the client that locked the request can delete its lock.
POST /composio/apify/apify_request_queue_request_lock_deleteexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUEST_LOCK_PUT
Tool to prolong request lock in a request queue. Use when you need to extend the lock duration on a previously locked request. Only the client that locked the request can prolong its lock.
POST /composio/apify/apify_request_queue_request_lock_putexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUEST_PUT
Tool to update a request in a request queue. Use when you need to modify request properties or mark a request as handled by setting handledAt to the current date/time. If handledAt is set, the request will be removed from the head of the queue and unlocked if applicable.
POST /composio/apify/apify_request_queue_request_putexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_DELETE
Tool to batch-delete up to 25 requests from a queue. Use when you need to remove multiple requests efficiently. Failed requests due to rate limits should be retried with exponential backoff.
POST /composio/apify/apify_request_queue_requests_batch_deleteexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUESTS_BATCH_POST
Tool to batch-add up to 25 requests to a request queue. Use when you need to add multiple requests efficiently. Failed requests due to rate limits should be retried with exponential backoff.
POST /composio/apify/apify_request_queue_requests_batch_postexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUESTS_GET
Tool to list requests in a request queue with pagination support. Use when you need to retrieve multiple requests from an Apify request queue.
POST /composio/apify/apify_request_queue_requests_getexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUESTS_POST
Tool to add a request to the queue. Use when you need to add a web page URL to a request queue for crawling. If a request with the same uniqueKey was already present in the queue, returns the ID of the existing request.
POST /composio/apify/apify_request_queue_requests_postexternal_sendmanaged
APIFY_REQUEST_QUEUE_REQUESTS_UNLOCK_POST
Tool to unlock requests in a request queue that are currently locked by the client. If the client is within an Actor run, unlocks all requests locked by that specific run plus all requests locked by the same clientKey. If the client is outside of an Actor run, unlocks all requests locked using the same clientKey.
POST /composio/apify/apify_request_queue_requests_unlock_postexternal_sendmanaged
APIFY_REQUEST_QUEUES_GET
Tool to get list of request queues for a user. Use when you need to enumerate or browse user's request queues. Supports pagination with up to 1000 items per page.
POST /composio/apify/apify_request_queues_getexternal_sendmanaged
APIFY_REQUEST_QUEUES_POST
Tool to create a new request queue or retrieve an existing one by name. Use when you need to initialize a queue for storing and managing web scraping requests. If a queue with the given name already exists, returns that queue instead of creating a duplicate. Unnamed queues follow data retention period policies.
POST /composio/apify/apify_request_queues_postexternal_sendmanaged
APIFY_RESURRECT_RUN
Tool to resurrect a finished Actor run. Use when you need to restart a completed or failed run. Deprecated endpoint; may be removed in future.
POST /composio/apify/apify_resurrect_runexternal_sendmanaged
APIFY_RUN_ACTOR
Tool to run a specific Actor asynchronously. Use when you need to trigger an Actor run without waiting for completion and retrieve its run details immediately.
POST /composio/apify/apify_run_actorexternal_sendmanaged
APIFY_RUN_ACTOR_SYNC
Tool to run a specific Actor synchronously with input and return its output record. Use when immediate Actor results are needed; runs may timeout after 300 seconds. To avoid timeouts, scope inputs to specific URLs rather than broad crawls and request only necessary fields (e.g., text or markdown).
POST /composio/apify/apify_run_actor_syncexternal_sendmanaged
APIFY_RUN_ACTOR_SYNC_GET_DATASET_ITEMS
Tool to run an Actor synchronously and retrieve its dataset items. Use when immediate access to run results is needed.
POST /composio/apify/apify_run_actor_sync_get_dataset_itemsexternal_sendmanaged
APIFY_RUN_TASK
Tool to run a specific Actor task asynchronously. Use when you need to trigger a task run without waiting for completion and immediately retrieve its run details.
POST /composio/apify/apify_run_taskexternal_sendmanaged
APIFY_SCHEDULE_DELETE
Tool to delete a schedule by its ID. Use when you need to remove a schedule from the Apify system.
POST /composio/apify/apify_schedule_deleteexternal_sendmanaged
APIFY_SCHEDULE_GET
Tool to get schedule details by ID. Use when you need to retrieve comprehensive information about a schedule including cron expression, timezone, actions, and execution times.
POST /composio/apify/apify_schedule_getexternal_sendmanaged
APIFY_SCHEDULE_LOG_GET
Tool to get schedule log by ID. Use when you need to retrieve execution history for a schedule, including invocation timestamps and status messages. Returns up to 1000 invocations.
POST /composio/apify/apify_schedule_log_getexternal_sendmanaged
APIFY_SCHEDULE_PUT
Tool to update an existing schedule with new settings. Use when you need to modify schedule properties like cron expression, timezone, enabled status, or actions. Only specified fields are updated; others remain unchanged.
POST /composio/apify/apify_schedule_putexternal_sendmanaged
APIFY_SCHEDULES_GET
Tool to get list of schedules created by the user. Use when you need to browse or enumerate user's schedules. Supports pagination with up to 1000 items per page.
POST /composio/apify/apify_schedules_getexternal_sendmanaged
APIFY_SCHEDULES_POST
Tool to create a new schedule with specified settings. Use when you need to automate Actor or Actor task execution at specific times using cron expressions.
POST /composio/apify/apify_schedules_postexternal_sendmanaged
APIFY_STORE_DATA_IN_DATASET
Tool to store data items in a dataset. Use after collecting data when you want to batch-append or update items in an existing dataset.
POST /composio/apify/apify_store_data_in_datasetexternal_sendmanaged
APIFY_STORE_DATA_IN_KEY_VALUE_STORE
Tool to create or update a record in a key-value store. Use after you have the store ID and record key to persist JSON data.
POST /composio/apify/apify_store_data_in_key_value_storeexternal_sendmanaged
APIFY_STORE_GET
Tool to get list of public Actors from Apify Store. Use when you need to browse or search public Actors available in the store. Supports searching by title, name, description, username, and readme.
POST /composio/apify/apify_store_getexternal_sendmanaged
APIFY_UPDATE_KEY_VALUE_STORE
Tool to update a key-value store's properties. Use when renaming or changing access of the store after confirming the store ID.
POST /composio/apify/apify_update_key_value_storeexternal_sendmanaged
APIFY_UPDATE_TASK_INPUT
Tool to update the input configuration of a specific Actor task. Use when you need to modify a scheduled tasks input before execution.
POST /composio/apify/apify_update_task_inputexternal_sendmanaged
APIFY_USER_GET
Tool to get public user data. Use when you need to retrieve publicly accessible information about a specific Apify user account, similar to what can be seen on public profile pages. This operation requires no authentication token.
POST /composio/apify/apify_user_getexternal_sendmanaged
APIFY_USERS_ME_GET
Tool to get private user account information. Use when you need to retrieve comprehensive data about the current user identified by the authentication token, including profile, subscription plan, and proxy settings. Note: 'plan', 'email', and 'profile' fields are omitted when accessed from Actor run.
POST /composio/apify/apify_users_me_getexternal_sendmanaged
APIFY_USERS_ME_LIMITS_GET
Tool to get a complete summary of account limits and usage. Use when you need to retrieve information about usage cycles, spending caps, compute resources, data transfer quotas, and other account limits. This shows the same information as the Limits page in Apify console.
POST /composio/apify/apify_users_me_limits_getexternal_sendmanaged
APIFY_USERS_ME_LIMITS_PUT
Tool to update account limits manageable on the Limits page. Use when you need to set or modify the monthly spending cap (maxMonthlyUsageUsd) or data retention period (dataRetentionDays). At least one limit parameter must be provided.
POST /composio/apify/apify_users_me_limits_putexternal_sendmanaged
APIFY_USERS_ME_USAGE_MONTHLY_GET
Tool to get monthly usage summary with daily breakdown. Use when you need detailed usage information including storage, data transfer, and request queue metrics for the current or a specific billing cycle. This shows the same information as the Billing page in Apify console.
POST /composio/apify/apify_users_me_usage_monthly_getexternal_sendmanaged
APIFY_WEBHOOK_DISPATCHES_GET
Tool to get list of webhook dispatches for the user. Use when you need to retrieve webhook execution history with pagination support.
POST /composio/apify/apify_webhook_dispatches_getexternal_sendmanaged
APIFY_WEBHOOK_DISPATCH_GET
Tool to get webhook dispatch object with all details. Use when you need to retrieve information about a specific webhook dispatch including its status, event data, and call history.
POST /composio/apify/apify_webhook_dispatch_getexternal_sendmanaged
APIFY_WEBHOOK_GET
Tool to get webhook object with all details. Use when you need to retrieve complete information about a specific webhook by its ID.
POST /composio/apify/apify_webhook_getexternal_sendmanaged
APIFY_WEBHOOK_PUT
Tool to update webhook using JSON payload. Only specified properties are updated; others remain unchanged. Use when you need to modify webhook settings like event types, target URL, or other configuration.
POST /composio/apify/apify_webhook_putexternal_sendmanaged
APIFY_WEBHOOK_TEST_POST
Tool to test a webhook by creating a test dispatch with a dummy payload. Use when you need to verify webhook configuration before production use.
POST /composio/apify/apify_webhook_test_postexternal_sendmanaged
APIFY_WEBHOOK_WEBHOOK_DISPATCHES_GET
Tool to get list of webhook dispatches for a specific webhook. Use when you need to retrieve dispatch history for a particular webhook with pagination support.
POST /composio/apify/apify_webhook_webhook_dispatches_getexternal_sendmanaged