DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets
DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets On Nagent, DataRobot is exposed as a fully-configurable artificial intelligence integration that any agent can call — 840 actions, and API key authentication. No code is required to wire DataRobot into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use DataRobot to automate the kinds of tasks artificial intelligence teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire DataRobot into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against DataRobot, with input parameters and output schema. Drop these into any step of an agent built in Helix.
DATAROBOT_ADD_USERS_TO_GROUPTool to add one or more users to a DataRobot user group by groupId. Use when you have a valid groupId and want to add existing usernames. Limit 100 users per request.
Input parameters
List of users to add; must contain between 1 and 100 items.
The identifier of the user group to which users will be added.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_ADD_USER_TO_ORGANIZATIONTool to add a user to an existing organization. Use when you have an organizationId and wish to add or create a user within it.
Input parameters
Set to true to create a new user account if the user doesn't exist. When true, 'password' is required.
UI language preference. Options: ar_001 (Arabic), de_DE (German), en (English), es_419 (Spanish), fr (French), ja (Japanese), ko (Korean), pt_BR (Portuguese), uk_UA (Ukrainian).
Last name of the user (max 100 characters).
Set to true to grant organization administrator privileges to this user.
Password for the new user account. Required when 'create' is true. Must meet password complexity requirements.
The email address of the user to add. Must be a valid email format.
First name of the user (max 100 characters).
List of access role IDs to assign to the user (max 100). Get valid IDs from list_access_roles action.
The unique identifier of the organization. Obtain this from get_account_info or list_organization_users.
Set to true to require the user to accept a clickthrough agreement before accessing the platform.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_ANALYZE_DATASET_DEFINITIONTool to analyze a dataset definition by ID. Use when you need to trigger an analysis job that retrieves dataset metadata, schema, and statistics.
Input parameters
The ID of the dataset definition to analyze. Use DATAROBOT_GET_DATASET_DEFINITION or DATAROBOT_LIST_DATASET_DEFINITIONS to find available dataset definition IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_ARCHIVE_MODEL_PACKAGETool to archive a DataRobot model package. Use when you need to archive a model package that is no longer actively used.
Input parameters
ID of the model package to archive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_BUILD_SCORING_CODE_JAVA_PACKAGEInitiates an asynchronous build of a Java JAR package containing DataRobot Scoring Code for a deployment. The JAR can be executed locally for predictions or used as a library in Java applications. Use after confirming the deployment is active and supports scoring code. Poll the returned statusId or location URL to track build progress.
Input parameters
Options controlling what features to include in the Java scoring code package.
Unique identifier of the deployment to build scoring code for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CANCEL_NOTEBOOK_JOBTool to cancel a running or pending notebook job execution. Use when you need to stop a notebook job that is currently executing or queued. The cancellation is immediate and cannot be undone.
Input parameters
The ID of the notebook job to cancel. Must be a valid 24-character hexadecimal ObjectId. Obtain from DATAROBOT_LIST_NOTEBOOK_JOBS_RUN_HISTORY.
The ID of the use case that contains the notebook job. Required to identify the project context for the cancellation. Obtain from DATAROBOT_LIST_PROJECTS or project creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CANCEL_PROJECT_JOBTool to cancel a pending job for a project. Use when you need to stop a queued or running job after confirming its ID.
Input parameters
The ID of the job to cancel. Obtain from DATAROBOT_LIST_PROJECT_JOBS by filtering for 'queue' or 'inprogress' status.
The ID of the DataRobot project containing the job to cancel. Obtain from DATAROBOT_LIST_PROJECTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CHECK_PROJECT_STATUSTool to check the status of a DataRobot project. Use after creating or loading a project to monitor its stage and Autopilot completion.
Input parameters
The unique identifier of the DataRobot project to check status for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CLONE_APPLICATION_TEMPLATETool to clone an application template into a codespace. Use when you need to create a new codespace from an existing template.
Input parameters
The ID of the application template to clone
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CLONE_FILESTool to create a duplicate files collection in DataRobot. Use when you need to clone an existing files catalog item, optionally excluding specific files. The cloning operation is asynchronous - poll the returned location URL to check status.
Input parameters
File names to skip when cloning the files. Provide a list of filenames (e.g., \['file1.csv', 'file2.txt'\]) to exclude from the cloned collection.
The catalog item ID of the files collection to clone
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_COPY_FILETool to copy a file or folder within the same DataRobot catalog item. Use when you need to duplicate files or folders in the data registry with configurable overwrite strategies.
Input parameters
The file or folder path to copy. Folder paths should end with '/'.
The new file or folder path to copy to. Folder paths should end with '/'.
The catalog item ID containing the file or folder to copy.
How to deal with a name conflict in the target location. RENAME (default): rename a duplicate file using '<filename> (n).ext' pattern. REPLACE: prefer the file you copy. SKIP: prefer the file existing in the target. ERROR: fail with an error in case of a naming conflict.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ACCESS_ROLECreate a custom Access Role for an organization. Use to define tailored permission sets controlling user access to DataRobot entities (projects, deployments, datasets, etc.). Requires an organization ID which can be obtained from the account info endpoint.
Input parameters
Unique name for the Access Role within the organization.
Mapping of entity to its permission settings. Include only entities you wish to set.
Organization ID to associate the role with. Required - obtain your organization ID from the account info endpoint. Creating roles with null organizationId is typically restricted to system administrators.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_AND_START_NOTEBOOK_CODESPACETool to create and start a new notebook codespace in DataRobot. Use when you need to set up an interactive Jupyter notebook environment within a use case. Note: DataRobot limits concurrent notebooks to 4 running in parallel. If the limit is reached, stop or delete an existing notebook before creating a new one.
Input parameters
The ID of the use case to associate the notebook codespace with. Use DATAROBOT_LIST_USE_CASES to find available use case IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_AUTOMATED_DOCUMENTTool to request generation of automated compliance documents in DataRobot. Use when you need to generate documentation for projects, models, or deployments. The document generation is asynchronous. Poll the returned location URL to check status and retrieve the document once generation completes.
Input parameters
Enum for document locale options.
ID of the entity to generate the document for. This can be a model ID or project ID, depending on the document type. For AUTOPILOT_SUMMARY use project ID, for MODEL_COMPLIANCE use model ID.
Template ID to use for the document outline. If not provided, DataRobot's standard template is used.
Type of automated document to generate: AUTOPILOT_SUMMARY (project summary), MODEL_COMPLIANCE (model compliance documentation), DEPLOYMENT_REPORT (deployment report with metrics), or MODEL_COMPLIANCE_GEN_AI (generative AI model compliance).
Format for the generated document: 'docx' (Microsoft Word) or 'html' (HTML format).
Parameters specific to DEPLOYMENT_REPORT document type.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_MONITORINGTool to create a DataRobot Batch Monitoring job for tracking model performance and data drift on batch predictions. Use when you need to monitor predictions at scale. The job is created asynchronously and returns immediately with a job ID.
Input parameters
ID of leaderboard model which is used for processing predictions dataset.
Strategy for determining chunk size. Can be "auto", "fixed", "dynamic", or a fixed size in bytes.
CSV settings for intake and output files.
Should this job abort if too many errors are encountered.
Batch job type enumeration
ID of deployment which is used in job for processing predictions dataset. Use LIST_DEPLOYMENTS to find available deployments.
Compute explanations for predictions below this threshold.
Number of simultaneous requests to run against the prediction instance.
Specify a model ID used for scoring.
Compute explanations for predictions above this threshold.
Intake option for the job. Must include "type" field. Example for HTTP: {"type": "http", "url": "https://example.com/test.csv"}. Example for local file: {"type": "localFile"}.
ID of model package from registry used for processing predictions dataset.
Output option for the job. Must include "type" field if provided. Example: {"type": "localFile"}.
Number of explanations requested. Will be ordered by strength. 0 means no explanations.
Column names mapping for monitoring
Skip drift tracking for this job.
Pass through columns from the original dataset. Each column name must be 1-50 characters.
Override the default prediction instance from the deployment
Time Series settings for time series jobs
Threshold for binary classification. Sets the boundary between FALSE and TRUE predictions (0.0-1.0).
Remap (rename or remove columns from) the output from this job.
Algorithm for calculating prediction explanations
Include probabilities for all classes.
Class names for which explanations are returned. Mutually exclusive with explanationNumTopClasses.
Defines the aggregation policy for monitoring jobs
Name of the batch to create with this job.
Pass through all columns from the original dataset. Set to "all" to enable.
Include prediction status column in the output.
Number of top predicted classes for explanations. Mutually exclusive with explanationClassNames.
Output settings for monitoring jobs
Enable prediction warnings.
Configuration id for secondary datasets to use when making a prediction.
Include only probabilities for these specific class names.
Skip row by row error handling.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_MONITORING_JOB_DEFINITIONTool to create a Batch Monitoring job definition for tracking deployment performance and data drift. Use when you need to set up scheduled or manual monitoring jobs for a DataRobot deployment.
Input parameters
A human-readable name for the definition, must be unique across organisations.
If this job definition is enabled as a scheduled job. Optional if no schedule is supplied.
ID of leaderboard model which is used in job for processing predictions dataset
Cron-like schedule configuration
Which strategy should be used to determine the chunk size. Can be either a named strategy like 'auto' or a fixed size in bytes.
The CSV settings used for this job
Should this job abort if too many errors are encountered
Type of batch job
ID of deployment that the monitoring job is associated with.
Compute explanations for predictions below this threshold
Number of simultaneous requests to run against the prediction instance
Specify a model ID used for scoring
Compute explanations for predictions above this threshold
The intake option configured for this job. Must include "type" field (e.g., http, s3, localFile, etc.) and corresponding configuration.
ID of model package from registry is used in job for processing predictions dataset
The output option configured for this job
Number of explanations requested. Will be ordered by strength.
Column names mapping for monitoring
Skip drift tracking for this job.
Pass through columns from the original dataset
Override prediction instance configuration
Time Series settings for time series jobs
Threshold is the point that sets the class boundary for a predicted value.
Remap (rename or remove columns from) the output from this job
Algorithm used to calculate prediction explanations
Include probabilities for all classes
Sets a list of selected class names for which corresponding explanations are returned in each row.
Aggregation policy for monitoring jobs
Name of the batch to create with this job
Pass through all columns from the original dataset (set to "all")
Include prediction status column in the output
Sets the number of most probable (top predicted) classes for which corresponding explanations are returned in each row.
Output settings for monitoring jobs
Enable prediction warnings.
Configuration id for secondary datasets to use when making a prediction.
Include only probabilities for these specific class names.
Skip row by row error handling
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_PREDICTION_JOB_DEFINITIONTool to create a Batch Prediction job definition. Use when you need to manually or scheduled scoring on large datasets.
Input parameters
Human-readable unique name for the job definition.
Enable scheduler execution for this definition.
Cron-like schedule configuration
Chunking strategy: 'auto', 'fixed', 'dynamic', or byte size 20–41943040.
Abort job if too many row errors occur. Default true.
Type of batch job. Defaults to 'prediction' if omitted.
Target deployment ID for scoring.
Intake adapter configuration; see Prediction intake options.
Output adapter configuration; see Prediction output options.
Include probabilities for all classes. Default true.
Include prediction status column. Default false.
Only include probabilities for specified class names.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_PREDICTIONSTool to create a new batch predictions job in DataRobot. Use when you need to score large datasets using a deployment, model, or model package. The job processes predictions asynchronously.
Input parameters
ID of leaderboard model for processing predictions. Either deploymentId, modelId, or modelPackageId is required.
Chunk size strategy: "auto", or byte size (20-41943040).
CSV format settings for intake and output.
Abort job if too many errors are encountered.
Batch job type options
ID of deployment for processing predictions. Either deploymentId, modelId, or modelPackageId is required.
Compute explanations for predictions below this threshold.
Number of simultaneous requests to prediction instance.
Specify a model ID for scoring.
Compute explanations for predictions above this threshold.
Intake configuration for input data.
ID of model package from registry for processing predictions. Either deploymentId, modelId, or modelPackageId is required.
Output settings for batch prediction results
Number of explanations to include, ordered by strength.
Skip drift tracking for this job.
Specific column names to pass through from original dataset (max 100 items).
Override default prediction instance settings
Time series specific settings
Threshold for binary classification (0.0-1.0).
Remap or remove columns from output (dict for rename, list for removal).
Algorithm for prediction explanations
Include probabilities for all classes.
Class names for which to return explanations (mutually exclusive with explanationNumTopClasses). Must have 1-100 items.
Name of the batch to create with this job.
Pass through all columns
Include prediction status column in output.
Number of top predicted classes to explain (mutually exclusive with explanationClassNames). Default is 1 if neither specified.
Enable prediction warnings.
Configuration ID for secondary datasets.
Include only probabilities for these specific class names (max 100 items).
Skip row-by-row error handling.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_PREDICTIONS_FROM_EXISTINGTool to create a new Batch Prediction job based on an existing job's configuration. Use when you need to re-run predictions with the same settings.
Input parameters
The number of which csv part is being uploaded when using multipart upload. Defaults to 0 for single-part uploads.
ID of the existing Batch Prediction job to use as a template
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_BATCH_PREDICTIONS_FROM_JOB_DEFTool to launch a Batch Prediction job from a job definition. Use when you need to execute a previously created batch prediction job definition for scoring.
Input parameters
ID of the Batch Prediction job definition to execute.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CALENDARS_FILE_UPLOADTool to create a DataRobot calendar by uploading a CSV or XLSX file containing date events. Use when you need to define custom calendars for time-series modeling with specific event dates. The operation is asynchronous - poll the returned location URL to check completion status.
Input parameters
Calendar file to upload (CSV or XLSX format). Must have: header row, single date column in YYYY-MM-DD format. May optionally have: name column (2nd column), series ID column (specify in multiseriesIdColumns).
Name for the calendar. If not provided, defaults to the uploaded filename.
Name of the multiseries ID column in the calendar file. Currently only one multiseries ID column is supported. If not specified, the calendar is treated as single series.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CALENDARS_FROM_COUNTRY_CODEInitialize generation of preloaded calendars from a country code. Creates calendars with national holidays for the specified country and date range. Calendar generation is asynchronous - poll the returned location URL to check completion status.
Input parameters
Last date of the range for which holidays are generated. Must be in ISO 8601 date-time format (e.g., '2024-12-31T23:59:59Z'). Must be after startDate.
First date of the range for which holidays are generated. Must be in ISO 8601 date-time format (e.g., '2024-01-01T00:00:00Z').
Code of the country for which holidays should be generated. Must be uppercase and from the supported list. Use GET /api/v2/calendarCountryCodes/ to retrieve available country codes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CALENDARS_FROM_DATASETTool to create a calendar from a dataset in DataRobot. Use when preparing time-series projects that require custom calendar definitions. Calendar creation is asynchronous - use the returned statusId to monitor progress.
Input parameters
Optional name for the calendar in the catalog.
The ID of the dataset from which to create the calendar.
Whether to delete the calendar file from Catalog if it's not valid. Defaults to false.
The ID of the dataset version from which to create the calendar. If omitted, uses the latest version.
Optional multiseries ID columns for the calendar. Maximum of 1 column allowed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CHANGE_REQUESTCreate a Change Request for a DataRobot deployment to enable governance workflows. Use when you need to request approval for deployment changes such as changing importance, replacing models, updating status, or deleting deployments. Change requests require approval from authorized reviewers before changes can be applied.
Input parameters
Action to perform on the entity. Valid actions: approve, changeStatus, changeImportance, cleanupStats, delete, replaceModel, replaceModelPackage, updateSecondaryDatasetConfigs
Change parameters required for the action. Structure varies by action type: For changeImportance: {importance: 'HIGH'\\ | 'MODERATE'\\ | 'LOW'\\ | 'CRITICAL'}, For changeStatus: {status: 'active'\\ | 'inactive'}, For replaceModel: {modelId: 'string', replacementReason: 'string'}, For replaceModelPackage: {modelPackageId: 'string', replacementReason: 'string'}, For approve: {approvalStatus: 'APPROVED'}, For updateSecondaryDatasetConfigs: {secondaryDatasetsConfigId: 'string'}, For cleanupStats: {dataType: 'string', modelId: 'string'\\ | null, start: 'string'\\ | null, end: 'string'\\ | null}, For delete: null (no change object needed)
Free form text comment on the requested changes (max 10,000 characters)
ID of the Product Entity the request is intended to change (24-character hex string). Use LIST_DEPLOYMENTS to find deployment IDs.
Whether to automatically apply the change when the request is approved. If true, requested changes will be applied on approval.
Type of the Product Entity that is requested to be changed. Currently only 'deployment' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CODE_SNIPPETSTool to generate code snippets for DataRobot models, predictions, or workloads. Use when you need sample code to interact with DataRobot models, make predictions, or process workloads in various programming languages.
Input parameters
Template-specific configuration. Use ModelConfig for 'model' templates, PredictionConfig for 'prediction' templates, or WorkloadConfig for 'workload' templates.
The programming language or tool for the generated snippet: 'python', 'curl', 'powershell', or 'qlik'.
Optional specific snippet ID to return. This field is optional for prediction snippets.
The template type for the code snippet: 'model' for model-related code, 'prediction' for making predictions, or 'workload' for workload processing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CODE_SNIPPETS_DOWNLOADTool to download code snippets for DataRobot deployments, models, or workloads. Use when you need sample code to make predictions, interact with models, or work with workloads. Generates code in Python, cURL, PowerShell, or Qlik based on your deployment/model configuration.
Input parameters
Programming language for the generated code snippet: 'python', 'curl', 'powershell', or 'qlik'.
The specific snippet ID to return. Optional for prediction snippets.
Configuration for model template type
The template type for the code snippet: 'model' for model-related code, 'prediction' for deployment predictions, or 'workload' for workload-related code.
Configuration for workload template type
Configuration for prediction template type
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_COMMENTTool to create a comment on a DataRobot entity (deployment, use case, model, catalog, etc.). Use when you need to add notes, feedback, or documentation to DataRobot objects.
Input parameters
Content of the comment. Maximum length is 10,000 characters.
ID of the entity to post the comment to (e.g., deployment ID, use case ID, model ID).
A list of user IDs mentioned in the comment content. Maximum 100 user IDs.
Type of the entity to post the comment to. Supported types: useCase, model, catalog, experimentContainer, deployment, workloadDeployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_COMPLIANCE_DOC_TEMPLATESTool to create a new compliance documentation template in DataRobot. Use when you need to define a reusable structure for model compliance documentation. Templates can include DataRobot-generated content, user-provided text, custom sections, and table of contents. Sections can be nested up to 5 levels deep with a maximum of 500 total sections.
Input parameters
Name of the new template. Must be unique among templates created by the user.
Names of labels to assign to this template for organization and filtering.
Array of section objects defining the document structure. Each section must have a 'type' field. Types: 'datarobot' (requires contentId + title), 'user' (requires title + regularText + highlightedText), 'custom' (requires title + regularText + highlightedText), 'table_of_contents' (requires only title). Max nesting depth: 5 levels. Max total sections: 500.
Enum for project template types.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CREDENTIALSStore a new set of credentials in DataRobot for use with data sources and connections. Supports multiple credential types including basic auth, OAuth, cloud provider credentials (AWS, GCP, Azure), and database-specific authentication. Use when you need to securely store credentials for connecting to external data sources or services.
Input parameters
Name of the credentials. Must be unique within your DataRobot account.
Username for basic authentication or database connections (required for basic and snowflake_key_pair_user_account types).
OAuth token (required for bearer type).
Google Cloud Platform service account key JSON object (for gcp credential type).
Authentication URL (required for sap_oauth type).
API token (required for api_token and tableau_access_token types).
OAuth client ID (for oauth, azure_oauth, azure_service_principal, snowflake_oauth_user_account, databricks_service_principal_account, box_jwt types).
Configuration ID for various credential types (s3, gcp, azure_service_principal, snowflake_key_pair_user_account, databricks_service_principal_account).
Password for basic authentication (required for basic type).
Passphrase for private key (for snowflake_key_pair_user_account and box_jwt types).
Optional description of the credentials.
List of OAuth scopes (for snowflake_oauth_user_account, databricks_service_principal_account, oauth types).
Public key ID (required for box_jwt type).
SAP AI API URL (required for sap_oauth type).
OAuth client secret (for oauth, azure_oauth, azure_service_principal, snowflake_oauth_user_account, databricks_service_principal_account, box_jwt types).
Box enterprise ID (required for box_jwt type).
OAuth refresh token (required for bearer type).
Azure tenant ID (for azure_oauth and azure_service_principal types).
OAuth configuration ID (for snowflake_oauth_user_account type).
Private key as string (for snowflake_key_pair_user_account and box_jwt types).
AWS access key ID (for s3 credential type).
Type of credentials to create. Determines which additional fields are required.
Google OAuth configuration ID (for gcp type).
OAuth issuer URL (for snowflake_oauth_user_account type).
AWS session token for temporary credentials (optional for s3 type).
OAuth issuer type (for snowflake_oauth_user_account type).
Authentication ID (required for external_oauth_provider type).
AWS secret access key (for s3 credential type).
Snowflake account name (for basic and snowflake_oauth_user_account credential types).
Azure storage connection string (required for azure credential type).
Databricks access token (required for databricks_access_token_account type).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_APPLICATION_SOURCETool to create a custom application source in DataRobot. Use when you need to create a new source for custom applications.
Input parameters
The name of the custom application source.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_APPLICATION_SOURCE_VERSIONCreate a new custom application source version in DataRobot. Use when you need to create a new version of an existing custom application source with optional file uploads, environment configuration, or based on a previous version.
Input parameters
The label for the new custom application source version (1-255 characters).
The ID of the application source to create a version for.
The ID of the version used as the source for parameter duplication.
The base environment ID to use with this source version.
The base environment version ID to use with this source version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_APP_SOURCES_FROM_CUSTOM_TPLTool to create a custom application source from a custom template. Use when you need to instantiate a new application source based on an existing custom template.
Input parameters
The custom template ID for the custom application. Use LIST_APPLICATION_TEMPLATES to find available template IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_JOBTool to create a new DataRobot custom job. Use when you need to define a custom execution task that runs arbitrary Python code in DataRobot's managed environment. Only the 'name' field is required; DataRobot applies sensible defaults for other fields.
Input parameters
Name of the custom job (max 255 characters). This is the only required field.
Enum for custom job types
Custom job resources configuration for Kubernetes cluster
Optional description of what this custom job does (max 10,000 characters).
ID of the execution environment to use for this custom job. If not provided, DataRobot may use a default environment or require it based on other parameters.
ID of the execution environment version to use. If not provided, the latest execution environment version will be used. Only valid when environmentId is also specified.
JSON string of runtime parameter values to inject at execution time. Field names must match those defined in the metadata.yaml file's runtimeParameterDefinitions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_JOBS_CLEANUPTool to permanently delete a custom job. Use when you need to permanently remove a soft-deleted custom job and all its components. The custom job must be soft-deleted first before permanent deletion.
Input parameters
ID of the custom job to permanently delete. The custom job and its components must be soft-deleted before permanent deletion.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_JOBS_HOSTED_CUSTOM_METRIC_TEMPLATETool to create a hosted custom metric template for a DataRobot custom job. Use when defining how custom metrics should be collected and aggregated for observability. The template must specify whether metrics are model-specific, the aggregation type, and for numeric metrics, directionality and units.
Input parameters
Type and aggregation method for the metric: 'average' for mean values, 'sum' for totals, 'gauge' for point-in-time measurements, or 'categorical' for category-based metrics.
Units or Y-axis label for the custom metric (e.g., 'count', 'seconds', 'percentage'). Required for numeric custom metrics, not applicable for categorical metrics.
Time bucket size for aggregating custom metric data. Currently only 'hour' is supported.
List of category definitions (max 25). Required for categorical custom metrics, not applicable for numeric metrics.
ID of the custom job to create the hosted custom metric template for. Use GET_CUSTOM_JOB or LIST_CUSTOM_JOBS to find custom job IDs.
Whether the metric is geospatial. Defaults to false if not specified.
Directionality of the custom metric.
Whether the metric is related to the model (true) or deployment (false).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_MODELTool to create a new DataRobot custom model for training or inference. Use when you need to register a custom model in DataRobot. For inference models, targetType and targetName are typically required (e.g., targetType='Regression' requires targetName).
Input parameters
Human-readable name for the custom model (max 255 characters).
A list of tag name/value pairs for categorizing and organizing custom models. Minimum 1, maximum 50 tags.
Programming language name in which model is written.
A fixed number of replicas that will be set for the given custom model. Maximum 25.
Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
The name of the target for labeling predictions. Required for inference models. Not allowed for training models.
The target type of the custom model.
The class labels for multiclass classification. Required for multiclass inference models. If using DataRobot base environments and your model produces unlabeled class probabilities, the order should match the predicted output. Maximum 100 labels.
User-friendly description of the model (max 10,000 characters).
ID of the GenAI Playground associated with the given custom inference model.
The amount of memory (in bytes) that is expected to be allocated by the custom model. Minimum 128MB (134217728), maximum ~14GB (15032385536).
The maximum memory (in bytes) that might be allocated by the custom model. If exceeded, the custom model will be killed. Minimum 128MB (134217728), maximum ~14GB (15032385536).
A user-provided unique ID associated with the given custom inference model (max 100 characters).
The type of custom model: 'training' for AutoML training models, or 'inference' for custom inference models.
Git-related attributes associated with a custom model version.
The negative class label for binary classification models. If specified, positiveClassLabel must also be specified. Default value is '0'.
The positive class label for binary classification models. If specified, negativeClassLabel must also be specified. Default value is '1'.
Whether the model supports regression.
Network egress policy for the custom model.
The prediction threshold for binary classification custom models. Value between 0.0 and 1.0. Default is 0.5.
Whether model predictions should be calibrated by DataRobot. Only applies to anomaly detection training tasks. Improves probability estimates and facilitates comparison to DataRobot models.
Whether the model supports binary classification.
Indicates that training data assignment is permanently at the version level only for the custom model. Once enabled, this cannot be disabled.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_MODEL_DEPLOYMENT_LOGSTool to request logs from a deployed custom model. Use when troubleshooting failed prediction requests or debugging custom model behavior. Returns a status ID for polling - logs are generated asynchronously.
Input parameters
The ID of the custom model deployment to retrieve logs from.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_MODELS_FROM_CUSTOM_MODELTool to clone an existing custom model in DataRobot. Use when you need to create a copy of a custom model for reuse or experimentation.
Input parameters
ID of the custom model to copy
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_CUSTOM_MODELS_VERSIONSTool to create a new version for an existing DataRobot custom model. Use when you need to update a custom model with new code files, environment changes, or configuration updates. Creates either a major or minor version based on the isMajorUpdate parameter.
Input parameters
A file with code for a custom task or a custom model. For each file supplied as form data, you must have a corresponding filePath supplied that shows the relative location of the file. For example, you have two files: /home/username/custom-task/main.py and /home/username/custom-task/helpers/helper.py. When uploading these files, you would also need to include two filePath fields of, 'main.py' and 'helpers/helper.py'. If the supplied file already exists at the supplied filePath, the old file is replaced by the new file.
The local path of the file being uploaded. See the file field explanation for more details.
A fixed number of replicas that will be set for the given custom-model. Maximum of 25.
Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
Holdout data configuration ID for version. This functionality has to be explicitly enabled for the current model. See isTrainingDataForVersionsPermanentlyEnabled parameter.
Training data configuration ID for version. This functionality has to be explicitly enabled for the current model. See isTrainingDataForVersionsPermanentlyEnabled parameter.
The ID of the custom model to create a version for.
The amount of memory (in bytes) that is expected to be allocated by the custom model. This setting is incompatible with setting the resourceBundleId. Must be between 134217728 (128MB) and 15032385536 (~14GB).
If set to true, new major version will be created, otherwise minor version will be created.
The maximum memory (in bytes) that might be allocated by the custom-model. If exceeded, the custom-model will be killed. This setting is incompatible with setting the resourceBundleId. Must be between 134217728 (128MB) and 15032385536 (~14GB).
Git-related attributes associated with a custom model version
Additional parameters required by the execution environment. The required keys are defined by the fieldNames in the base environment's requiredMetadataKeys. Once set, they cannot be changed. If you to change them, make a new version.
A single identifier that represents a bundle of resources: Memory, CPU, GPU, etc. A list of available bundles can be obtained via the resource bundles endpoint.
The base environment to use with this model version. At least one of baseEnvironmentId and baseEnvironmentVersionId must be provided. If both are specified, the version must belong to the environment.
Enum for network egress policy values
Additional parameters required by the execution environment. The required fieldNames are defined by the fieldNames in the base environment's requiredMetadataKeys. Field names and values are exposed as environment variables with values when running the custom model. Example: 'required_metadata_values': \[{'field_name': 'hi', 'value': 'there'}\]
If the version should inherit training and holdout data from the previous version. Defaults to true. This field is only applicable if the model has training data for versions enabled. Otherwise the field value will be ignored.
The base environment version ID to use with this model version. At least one of baseEnvironmentId and baseEnvironmentVersionId must be provided. If both are specified, the version must belong to the environment. If not specified: in the case where the previous model versions exist, the value from the latest model version is inherited, otherwise, the latest successfully built version of the environment specified in baseEnvironmentId is used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATA_DISPARITY_INSIGHTSTool to start data disparity insight calculations for a DataRobot model. Use when you need to analyze data disparity between two classes for a specific feature. The calculation is asynchronous; poll the returned location URL to check job status and retrieve results.
Input parameters
Feature name for which the insight is computed
The DataRobot model ID to compute data disparity insights for
The DataRobot project ID containing the model
An array of exactly two class names to calculate data disparity for. Must contain exactly 2 elements.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATA_ENGINE_WORKSPACE_STATESCreate a Data Engine workspace state by executing a SQL query against DataRobot datasets. Use when you need to transform, join, or prepare data before modeling. The workspace state captures the query definition and can be used to generate new datasets or feed into projects.
Input parameters
The SQL query to execute against the specified datasets. Must be valid SQL syntax. Maximum length is 320,000 characters.
List of source datasets to make available to the query. Each dataset needs an alias that you'll use to reference it in your SQL query. Only required if your query references existing datasets.
Query language to use. Currently only 'SQL' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASET_DEFINITIONSCreate a dataset definition in DataRobot to define how to access and use a dataset from the AI Catalog. Use when you need to establish a reusable definition for a dataset that can be referenced in projects and deployments.
Input parameters
The name of the dataset definition. If omitted, a default name will be generated based on the dataset.
The ID of the AI Catalog dataset (24-character hex string). Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
The ID of the credentials to access the data store. Use DATAROBOT_LIST_CREDENTIALS to find available credentials.
The version ID of the AI Catalog dataset. If omitted, uses the latest version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASET_DEFINITIONS_CHUNK_DEFINITIONSTool to create a chunk definition for a dataset definition in DataRobot. Use when you need to define how to partition a dataset into chunks for distributed processing or validation strategies.
Input parameters
The name of the chunk definition. If omitted, a default name will be generated.
Target class value. Required when partitionMethod is 'stratified'.
Target column name. Required when partitionMethod is 'stratified'.
List of column names to use for sorting the data. Only applicable for row-based chunking. Maximum 10 columns allowed.
The partition method to use for chunking the dataset.
Whether to sort data in descending order. Only applicable for row-based chunking with orderByColumns.
The end date of training data in ISO 8601 format (e.g., '2023-01-31' or '2023-01-31T23:59:59'). Used with 'date' partition method for Over Time Validation (OTV).
The ID of the dataset definition to create a chunk definition for. Use DATAROBOT_LIST_DATASET_DEFINITIONS to find available dataset definition IDs.
Chunking strategy type options.
The end date of validation scoring data in ISO 8601 format. Required when otvValidationStartDate is specified. Used with 'date' partition method for Over Time Validation (OTV).
The start date of validation scoring data in ISO 8601 format. Required when otvValidationEndDate is specified. Used with 'date' partition method for Over Time Validation (OTV).
Date/time column name for partitioning. Required when partitionMethod is 'date'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASET_FEATURELISTTool to create a custom feature list within a dataset. Use when you need to define a specific subset of features for analysis or modeling.
Input parameters
Name of the feature list to be created. Must be unique within the dataset.
List of feature names to include in the feature list. All features must exist in the dataset. At least one feature is required.
The ID of the dataset to create the feature list for. Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
Optional description of the feature list to help identify its purpose.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASET_FROM_FILETool to create a DataRobot dataset by uploading a file (CSV, Excel, etc.). Use when you need to upload data files to DataRobot's global catalog for modeling or prediction. Dataset creation is asynchronous - poll the statusId to monitor completion.
Input parameters
The data file to upload for dataset creation.
An array of strings describing the intended use of the dataset (e.g., 'PREDICTION', 'TRAINING').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_FEATURE_TRANSFORMSTool to create a feature transform on a DataRobot dataset. Use when you need to transform an existing feature into a new feature with a different type or extract date components. Feature creation is asynchronous - poll the returned location URL to check status.
Input parameters
The name of the new feature. Must not be the same as any existing features for this project. Must not contain '/' character.
The ID of the dataset to create a feature transform on (24-character hex string). Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
The name of the parent feature to transform.
The replacement value in case of a failed transformation. Can be a string, boolean, number, or null.
The type of the new feature. Must be one of: text, categorical (Deprecated in v2.21), numeric, or categoricalInt.
Date extraction options for date column transformations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_FROM_DATA_SOURCETool to create a dataset from an external data source connector (database, S3, etc.). Use when you need to import data from a configured data source into DataRobot. The dataset creation is asynchronous - poll the returned location URL to check completion status.
Input parameters
\[Deprecated\] Username for database authentication. Use credentialId or credentialData instead for better security.
\[Deprecated\] Password (in cleartext) for database authentication. The password will be encrypted on the server side and never stored. Use credentialId or credentialData instead for better security.
Array of strings or single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
If true, create a snapshot dataset (immutable copy). If false, create a remote dataset (query data source on demand). Creating snapshots from non-file sources requires 'Enable Create Snapshot Data Source' permission.
Sample size configuration for dataset ingestion.
If true, use Kerberos authentication for database connection.
ID of stored credentials to authenticate with the database. Use DATAROBOT_LIST_CREDENTIALS to find available credentials. Use this instead of credentialData for better security.
ID of the DataSource to use as the source of data. Use DATAROBOT_LIST_DATA_SOURCES to find available data sources.
Credentials to authenticate with the database. Use this to provide credentials directly instead of using credentialId. For better security, use credentialId instead.
If true, save all data for download and sampling, enabling extended data profile with statistics (min/max/median/mean, histogram, etc.). If false, only schema (feature names and types) is available. Cannot be false if doSnapshot is true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_FROM_RECIPETool to create a dataset from a DataRobot wrangling recipe. Use when you need to materialize a recipe into a reusable dataset. Creation is asynchronous - poll the location URL to check completion status.
Input parameters
Name to be assigned to the new dataset. If omitted, a name will be auto-generated.
The identifier for the Wrangling Recipe to use as the source of data. Use DATAROBOT_LIST_RECIPES to find available recipes.
An array of strings or a single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
If true, create a snapshot dataset; if false, create a remote dataset. Creating snapshots from non-file sources requires an additional permission.
If true, use Kerberos authentication for database authentication.
The ID of stored credentials to authenticate with the database. Use DATAROBOT_LIST_CREDENTIALS to find available credentials. Use this OR credentialData, not both.
The credentials to authenticate with the database, to be used instead of credentialId. Use this OR credentialId, not both.
If true, saves all data for download and sampling, enabling extended data profiles. If false, only saves schema. Cannot be false when doSnapshot is true.
Destination table information for materializing the recipe.
If true, skip validation for date duplicates in time series recipes. By default, publishing fails if duplicates exist to prevent data quality issues.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_FROM_URLTool to create a DataRobot dataset from a publicly accessible URL. Use when you need to import data from HTTP/HTTPS URLs into DataRobot's data catalog. Returns immediately with catalog and status IDs - dataset ingestion happens asynchronously.
Input parameters
The URL to download the dataset used to create the dataset item and version. Must be a valid HTTP/HTTPS URL pointing to a dataset file (CSV, Excel, etc.).
An array of strings or a single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
If true, create a snapshot dataset (immutable copy); if false, create a remote dataset (linked to source). Creating snapshots from non-file sources requires the 'Enable Create Snapshot Data Source' permission.
Sample size specification for dataset ingestion.
If true, enforce saving all data for download and sampling, and allow extended data profile (statistics, histograms, etc.). If false, do not enforce saving data (only schema will be available). Cannot be false when doSnapshot is true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_REFRESH_JOBSTool to schedule a dataset refresh job in DataRobot. Use when you need to automate periodic data updates for a dataset. The schedule must be at least daily (hourly schedules are not supported).
Input parameters
Scheduled job name.
Boolean for whether the scheduled job is active (true) or inactive (false).
Schedule describing when to refresh the dataset. The smallest schedule allowed is daily.
The ID of the dataset to schedule refresh jobs for.
An array of strings describing the intended use of the dataset. The supported options are 'TRAINING', and 'PREDICTION'.
A JSON string describing the data engine queries credentials to use when refreshing.
If true, the Kerberos authentication system is used in conjunction with a credential ID.
The ID of the set of credentials to use to run the scheduled job when the Kerberos authentication service is utilized. Required when useKerberos is true.
The UTC reference date in RFC-3339 format of when the schedule starts from. This value is returned in /api/v2/datasets/(datasetId)/refreshJobs/(jobId)/ to help build a more intuitive schedule picker. The default is the current time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_RELATIONSHIPSTool to create dataset relationships in DataRobot by linking features between two datasets. Use when you need to enable advanced feature engineering across multiple datasets for modeling.
Input parameters
The ID of the source dataset (24-character hex string). Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
List of features belonging to the linked dataset that will be linked. Must contain at least one feature.
List of features belonging to the source dataset that will be linked. Must contain at least one feature.
The ID of another dataset with which to create relationships (24-character hex string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_VERSIONS_FROM_LATEST_VERSIONTool to create a new dataset version from the latest version of its data source. Use when you need to refresh a dataset with updated data from its original source. The dataset version creation is asynchronous - poll the returned location URL to check completion status.
Input parameters
\[Deprecated\] The username for database authentication. Required only if the dataset was initially created from a data source. Use credentialId or credentialData instead for better security.
\[Deprecated\] The password (in cleartext) for database authentication. The password will be encrypted on the server-side HTTP request and never saved or stored. Required only if the previous data source was a data source. Use credentialId or credentialData instead for better security.
The ID of the dataset to create a new version for. Use DATAROBOT_LIST_DATASETS to find dataset IDs.
An array of strings or single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
A list of credentials to use if this is a Spark dataset that requires credentials.
If true, use Kerberos for database authentication.
The ID of stored credentials to authenticate with the database. Use DATAROBOT_LIST_CREDENTIALS to find available credentials. Use this instead of credentialData for better security.
The credentials to authenticate with the database, to be used instead of credentialId. Provide credentials directly for one-time use.
If true, use the latest version that was successfully ingested instead of the latest version, which might be in an errored state. If no successful version is present, the latest errored version is used and the operation fails.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_VERSIONS_FROM_URLTool to create a new version for an existing DataRobot dataset from a publicly accessible URL. Use when you need to update an existing dataset with new data from HTTP/HTTPS URLs. Returns immediately with status ID - version creation happens asynchronously.
Input parameters
The URL to download the dataset used to create the dataset version. Must be a valid HTTP/HTTPS URL pointing to a dataset file (CSV, Excel, etc.).
The ID of the dataset to create a version for.
An array of strings or a single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
If true, create a snapshot dataset (immutable copy); if false, create a remote dataset (linked to source). Creating snapshots from non-file sources requires the 'Enable Create Snapshot Data Source' permission.
Sample size specification for dataset ingestion.
If true, enforce saving all data for download and sampling, and allow extended data profile (statistics, histograms, etc.). If false, do not enforce saving data (only schema will be available). Cannot be false when doSnapshot is true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASETS_VERSIONS_FROM_VERSIONTool to create a new dataset version from a specific previous version of its data source. Use when you need to refresh a dataset based on a particular historical version. The dataset version creation is asynchronous - poll the returned location URL to check completion status.
Input parameters
\[Deprecated\] The username for database authentication. Required only if the dataset was initially created from a data source. Use credentialId or credentialData instead for better security.
\[Deprecated\] The password (in cleartext) for database authentication. The password will be encrypted on the server-side HTTP request and never saved or stored. Required only if the previous data source was a data source. Use credentialId or credentialData instead for better security.
The ID of the dataset to create a new version for. Use DATAROBOT_LIST_DATASETS to find dataset IDs.
An array of strings or single string describing the intended use of the dataset (e.g., 'TRAINING', 'PREDICTION').
A list of credentials to use if this is a Spark dataset that requires credentials.
If true, use Kerberos for database authentication.
The ID of stored credentials to authenticate with the database. Use DATAROBOT_LIST_CREDENTIALS to find available credentials. Use this instead of credentialData for better security.
The credentials to authenticate with the database, to be used instead of credentialId. Provide credentials directly for one-time use.
The ID of the dataset version to use as the source. Use DATAROBOT_LIST_DATASETS_VERSIONS to find version IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATASET_VERSIONS_FROM_FILETool to create a new version of an existing DataRobot dataset by uploading a file (CSV, Excel, etc.). Use when you need to update an existing dataset with new data. Dataset version creation is asynchronous - poll the statusId to monitor completion.
Input parameters
The data file to upload for the new dataset version.
The ID of the dataset to create a new version for.
An array of strings describing the intended use of the dataset (e.g., 'PREDICTION', 'TRAINING'). Can be a single string or a list of strings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATA_SLICESCreate a new data slice in a DataRobot project to define a subset of data based on feature filters. Use when you need to analyze or model specific segments of your data (e.g., high-value customers, specific regions). Supports up to 3 filters with operators: eq, in, <, >, between, notBetween.
Input parameters
User-provided name for the data slice. Must be between 1 and 500 characters.
List of filters defining the data slice. Minimum 1 filter, maximum 3 filters. Each filter specifies criteria for selecting data.
The project ID where the data slice will be created. Use LIST_PROJECTS to find available project IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATA_SLICES_SLICE_SIZESTool to compute the number of rows available after applying a data slice to a dataset subset. Use when validating data slice filters or checking how many rows will be included in analysis for a specific data partition. Returns slice size and validation messages. Status 202 indicates successful validation.
Input parameters
The source of data to use when calculating the slice size. Common values: 'training', 'validation', 'holdout', 'externalTestSet', or backtest partitions.
The model ID whose training dataset should be sliced. Only use this parameter when source is 'training'.
The project ID where the data slice exists. Use LIST_PROJECTS to find available project IDs.
ID of the data slice to compute size for. Use GET_DATA_SLICE or CREATE_DATA_SLICES to get this ID.
The external dataset ID to use when calculating the size of a slice. Only use this parameter when source is 'externalTestSet'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DATA_STAGESTool to create a data stage in DataRobot. Use when you need to create a new data stage with a specified filename for data staging operations.
Input parameters
The filename associated with the data stage. This identifies the data stage and is used as a reference for subsequent operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTCreate a DataRobot deployment from a model package to enable real-time or batch predictions. Prerequisites: 1. First obtain a modelPackageId using LIST_MODEL_PACKAGES or CREATE_MODEL_PACKAGE 2. Optionally get predictionEnvironmentId using LIST_PREDICTION_ENVIRONMENTS 3. For managed SaaS, get defaultPredictionServerId using LIST_PREDICTION_SERVERS The deployment is created asynchronously. Poll the returned location URL to check readiness status.
Input parameters
Human-readable name for the deployment (max 512 characters)
Initial deployment status. One of: active (default) or inactive
Deployment priority level. One of: CRITICAL, HIGH, MODERATE, or LOW
Optional description for the deployment (max 10,000 characters)
ID of the DataRobot model package to deploy. Use LIST_MODEL_PACKAGES to find available packages or CREATE_MODEL_PACKAGE to create one from a trained model.
ID of the prediction environment to run the deployment. Use LIST_PREDICTION_ENVIRONMENTS to find available environments.
ID of the default prediction server. Required for DataRobot Cloud managed SaaS environments; omit for Self-Managed/Enterprise installations. Use LIST_PREDICTION_SERVERS to find available servers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENT_CUSTOM_METRIC_FROM_CUSTOM_JOBTool to create a deployment custom metric from an existing custom job in DataRobot. Use when you need to track custom business or operational metrics for a deployment. The custom job must have an associated hosted custom metric template.
Input parameters
Name of the custom metric (max 255 characters)
Value source configuration for custom metric
Scheduling configuration for the custom job execution
Timestamp configuration for custom metric values
ID of the custom job that provides metric data. The custom job must have an associated hosted custom metric template.
Description of the custom metric (max 1000 characters)
Points to a weight column for pre-aggregated metric values
Unique identifier of the deployment. Use LIST_DEPLOYMENTS to find available deployments.
Baseline values for the custom metric (max 5 values)
Name of the column containing geospatial values for geospatial segmentation
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_ACTUALS_DATA_EXPORTSTool to create a deployment actuals data export for a specified time period. Use when you need to export actuals data from a deployment to analyze model performance and accuracy.
Input parameters
End of the period of actuals data to collect in ISO 8601 format (e.g., '2026-02-13T23:59:59Z').
Start of the period of actuals data to collect in ISO 8601 format (e.g., '2026-01-25T00:00:00Z').
The ID of the model to filter actuals data. If not specified, exports actuals for all models in the deployment.
Unique identifier of the deployment to export actuals data from. Use LIST_DEPLOYMENTS or GET_DEPLOYMENT to find available deployment IDs.
If true, exports only actuals with matching predictions. Defaults to true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_ACTUALS_FROM_DATASETTool to submit actuals values from AI Catalog dataset for deployment monitoring. Use when you need to upload actual outcomes for predictions to enable accuracy tracking and monitoring. The submission is asynchronous - poll the Location header URL to check completion status.
Input parameters
The username for database authentication.
The password for database authentication.
The ID of dataset from catalog.
Unique identifier of the deployment.
Column name that contain datetime when actual values were obtained.
Version of dataset to retrieve.
Column name that contains boolean values if any action was made based on predictions data.
Column name that contains actual values.
Column name that contains unique identifiers used with a predicted rows.
Indicates if actual without predictions are kept. Defaults to true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_ACTUALS_FROM_JSONSubmit actual values for predictions to a DataRobot deployment. Use this to track model accuracy and performance over time by providing ground truth values that can be compared against predictions.
Input parameters
A list of actual value records. Minimum size is 1 and maximum size is 10,000 items per request.
Unique identifier of the deployment to submit actuals for. Use LIST_DEPLOYMENTS to find available deployment IDs.
Indicates whether actuals without matching predictions should be kept. Defaults to true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_CUSTOM_METRICSCreate a deployment custom metric for monitoring deployment or model-specific metrics. Use for numeric metrics (average, gauge, sum) or categorical metrics to track custom KPIs beyond standard monitoring.
Input parameters
Name of the custom metric
Type and aggregation character of the metric. For numeric metrics use average, gauge, or sum. For categorical metrics use categorical.
Units or Y-axis label for numeric custom metrics (e.g., 'requests', 'seconds', 'errors'). Required for numeric metrics.
Reference to a column in a columnar dataset.
Time bucket size for aggregating metric values. Currently only 'hour' is supported.
Configuration for timestamp spoofing when reading values from datasets.
Category definitions for categorical custom metrics. Required for categorical metrics. Maximum 25 categories.
Optional description of the custom metric (max 1000 characters)
Reference to a column in a columnar dataset.
Unique identifier of the deployment to add the custom metric to. Use LIST_DEPLOYMENTS to find available deployment IDs.
Baseline values for numeric custom metrics (average, gauge, sum). Required for numeric metrics. Maximum 5 values.
Directionality of a numeric custom metric.
Determines whether the metric is related to the model (true) or deployment (false)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_CUSTOM_METRICS_BULK_UPLOADBulk upload custom metric values to a DataRobot deployment. Use this to efficiently submit multiple timestamped custom metric values in a single request for model monitoring and observability.
Input parameters
A list of timestamped buckets with custom metric values. Minimum 1 item, maximum 10,000 items per request.
For a model metric, the ID of the model of related champion/challenger to update the metric values. For a deployment metric, the ID of the model is not needed.
Unique identifier of the deployment to upload custom metrics for. Use LIST_DEPLOYMENTS to find available deployment IDs.
For a model metric, the ID of the model package of related champion/challenger to update the metric values. For a deployment metric, the ID of the model package is not needed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_CUSTOM_METRICS_FROM_DATASETTool to upload custom metric values from a dataset to a deployment. Use when you need to populate custom metrics with data from an existing dataset. The operation is asynchronous and returns a location URL to check the import status.
Input parameters
Column name specification for dataset column mapping
Column name specification for dataset column mapping
For a model metric, the ID of the model of related champion/challenger to update the metric values. For a deployment metric, the ID of the model is not needed.
List of segments for the custom metric used in segmented analysis. Cannot be used with geospatial custom metrics.
ID of the dataset to process for custom metric values.
Timestamp column specification with optional format
Column name specification for dataset column mapping
Column name specification for dataset column mapping
Unique identifier of the deployment.
Column name specification for dataset column mapping
Unique identifier of the custom metric.
For a model metric, the ID of the model package of related champion/challenger to update the metric values. For a deployment metric, the ID of the model package is not needed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_CUSTOM_METRICS_FROM_JSONTool to upload custom metric values from JSON for a DataRobot deployment. Use when you need to submit custom monitoring metrics (e.g., business KPIs, external performance measures) to track alongside model predictions. The operation is asynchronous - returns immediately with a location URL to poll for job status.
Input parameters
If true, validates the request without saving data to the database. Use for testing before actual submission. Defaults to false.
List of timestamped buckets with custom metric values. Maximum 10,000 buckets per request. Each bucket must contain a 'value' field.
For model-level metrics, the ID of the model (champion/challenger) to update. Not needed for deployment-level metrics.
Unique identifier of the DataRobot deployment (24-character hex string). Use DATAROBOT_LIST_DEPLOYMENTS to find deployment IDs.
Unique identifier of the custom metric to update (24-character hex string). Use DATAROBOT_LIST_CUSTOM_METRICS to find metric IDs.
For model-level metrics, the ID of the model package to update. Not needed for deployment-level metrics.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_MONITORING_BATCHESTool to create a monitoring batch for a DataRobot deployment. Use when you need to organize predictions into named batches for monitoring and tracking purposes. Monitoring batches help group related predictions for analysis and reporting.
Input parameters
Whether or not predictions can be added to the batch. Set to true to prevent new predictions from being added.
Name of the monitoring batch.
Description of the monitoring batch.
Unique identifier of the deployment. Use DATAROBOT_LIST_DEPLOYMENTS to find available deployments.
External URL associated with the batch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_MONITORING_DATA_DELETIONSTool to delete deployment monitoring data for a specific model within a time period. Use when you need to remove historical monitoring data for a model in a deployment. Specify time ranges using top-of-the-hour RFC3339 datetime strings.
Input parameters
End of the period to delete monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z
Start of the period to delete monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z
The ID of the model for which monitoring data are being deleted.
Unique identifier of the deployment. Use DATAROBOT_LIST_DEPLOYMENTS to find available deployments.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_PREDICTION_DATA_EXPORTSTool to create a prediction data export for a deployment. Use when you need to export prediction data for observability and data exploration.
Input parameters
End of the period of prediction data to collect. Defaults to now, or a week after the start time.
Start of the period of prediction data to collect. Defaults to a week before the end time.
The ID of the model.
IDs of batches to export (1-100 items). Null for real-time data exports.
Unique identifier of the deployment.
Type of augmentation to apply to prediction data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_RETRAINING_POLICIESTool to create a deployment retraining policy in DataRobot. Use when you need to set up automated model retraining based on schedules, data drift, or accuracy decline triggers.
Input parameters
Name of the retraining policy.
Action to take on the resultant new model
Retraining policy trigger configuration
The ID of the use case to be used in this policy.
The ID of the custom job to be used in this policy.
Description of the retraining policy.
Unique identifier of the deployment.
Options for projects used to build new models
Options for projects used to build new models
Time Series project option used to build new models
Configure the feature list strategy used for modeling
Configure how new model is selected when the retraining policy runs
Configure the project option strategy used for modeling
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_DEPLOYMENTS_TRAINING_DATA_EXPORTSTool to create a deployment training data export in DataRobot. Use when you need to export the training data used for a deployed model. The export is enqueued asynchronously and processes in the background. Poll the returned location URL to check export status and retrieve the data once ready.
Input parameters
Optional ID of the specific model to export training data for. If not provided, uses the deployment's current champion model.
Unique identifier of the deployment for which to create a training data export.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ENTITY_NOTIFICATION_CHANNELSTool to create an entity notification channel in DataRobot. Use when you need to set up notifications for deployments or custom jobs.
Input parameters
The name of the new notification channel (max 100 characters)
The ID of organization that notification channel belongs to
The IDs of the DataRobot Users, Group or Custom Job associated with the DataRobotUser, DataRobotGroup or DataRobotCustomJob channel types (1-100 items)
The payload URL of the new notification channel (required for Webhook, Slack, MSTeams channel types)
The type of the new notification channel. Valid values: DataRobotCustomJob, DataRobotGroup, DataRobotUser, Database, Email, InApp, InsightsComputations, MSTeams, Slack, Webhook
The content type of the messages of the new notification channel. Valid values: application/json, application/x-www-form-urlencoded
Secret token to be used for new notification channel
Defines if validate SSL or not in the notification channel
The email address to be used in the new notification channel (required for Email channel type)
The preferred language code. Valid values: en, es_419, fr, ja, ko, ptBR
Custom headers and their values to be sent in the new notification channel (max 100 items)
The ID of the related entity (deployment or custom job)
Required if the channel type is Email
Type of related entity. Valid values: deployment, Deployment, DEPLOYMENT, customjob, Customjob, CUSTOMJOB
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ENTITY_NOTIFICATION_POLICIESTool to create an entity notification policy in DataRobot. Use when you need to set up automated notifications for specific events on deployments or custom jobs (e.g., health changes, model replacements, batch job completions). Requires a pre-existing notification channel; create one via the entity notification channels endpoint first.
Input parameters
The name of the new notification policy. Must not exceed 100 characters.
The ID of the organization that owns the notification policy. If not specified, defaults to the user's current organization.
Defines if the notification policy is active or not. If not specified, defaults to true.
The ID of the notification channel to be used to send the notification. Must be a pre-existing channel created via the entity notification channels endpoint.
The specific type of event that triggers the notification. Examples include 'model_deployments.deployment_creation', 'model_deployments.accuracy_red', or 'batch_predictions.success'. Mutually exclusive with eventGroup.
The group of events that trigger the notification. Use this for broad event categories like 'model_deployments.all' or 'batch_predictions.all'. Mutually exclusive with eventType.
Scope of the channel. Determines the visibility level of the notification channel (organization-level, entity-level, or template-based).
The ID of the related entity (deployment or custom job) that this policy monitors.
Maximal frequency between policy runs in ISO 8601 duration string format (e.g., 'PT1H' for 1 hour, 'P1D' for 1 day). Limits how often notifications are sent.
Type of related entity. Specifies whether this policy monitors a deployment or a custom job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ENTITY_NOTIFICATION_POLICIES_FROM_TEMPLATETool to create an entity notification policy from a template. Use when you need to set up automated notifications for events on deployments or custom jobs. The policy defines when notifications should be sent and through which channel (email, Slack, webhook, etc.).
Input parameters
The name of the new notification policy (max 100 characters).
Defines if the notification policy is active or not. Defaults to True if not specified.
The ID of the notification policy template to use. Use the API to list available templates for a notification channel.
The ID of the related entity (deployment or custom job). Use LIST_DEPLOYMENTS or LIST_CUSTOM_JOBS to find entity IDs.
Type of the related entity. Must be 'deployment' or 'customjob'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ENTITY_NOTIFICATION_POLICY_TEMPLATETool to create an entity notification policy template in DataRobot. Use when you need to set up notification rules for deployments or custom jobs. Templates allow you to define reusable notification policies that can be applied to multiple entities.
Input parameters
The name of the new notification policy template (max 100 characters).
The ID of the organization that owns the notification policy. If not specified, uses the default organization.
Defines if the notification policy is active or not. Defaults to true if not specified.
The ID of the notification channel to be used to send the notification. Use LIST_NOTIFICATION_CHANNELS to find available channels.
The specific type of the event that triggers the notification. Use either eventGroup or eventType, but not both.
Event groups that trigger notifications.
Maximal frequency between policy runs in ISO 8601 duration string (e.g., 'PT1H' for 1 hour, 'P1D' for 1 day).
Type of related entity that this template applies to (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_ENTITY_TAGTool to create a new entity tag in DataRobot. Use when you need to tag experiment containers for organization and categorization.
Input parameters
The name of the tag to create. Must be 100 characters or less.
The type of entity to tag. Currently only 'experiment_container' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXECUTION_ENVIRONMENTS_VERSIONSTool to create a new version for an existing DataRobot execution environment. Use when you need to add a new version to an execution environment by specifying a Docker image URI, Docker context, or Docker image file. The environment version build is asynchronous - the API returns immediately with a 202 status.
Input parameters
Human-readable version indicator. If not specified, defaults to empty string.
Docker context URL of the environment version. It is not intended to be used for automatic processing. If not specified, defaults to empty string.
The description of the environment version. If not specified, defaults to empty string.
The ID of the execution environment to create a version for.
The URI of the Docker image that is used to build the environment version (e.g., 'python:3.11-slim'). Parameter dockerContext may also be provided to upload context, but the image URI is used for the build. Use this for images hosted on Docker registries.
The ID the new environment version should use. Only admins can create environment versions with pre-defined IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXECUTION_ENVIRONMENTS_VERSIONS_DOWNLOADTool to request an on-demand image build for an execution environment version. Use when you need to trigger a build for a specific environment version before downloading or deploying it.
Input parameters
The ID of the execution environment.
The ID of the environment version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXT_DS_STANDARD_USER_DEF_FUNCTIONSTool to start a job that creates a standard user-defined function in an external data store. Use when you need to add rolling aggregation functions (median or most frequent) to a database for use in DataRobot feature engineering. Requires write permissions to the data store.
Input parameters
The database schema name where the user-defined function will be created or detected. Typically uppercase for most databases (e.g., 'PUBLIC' for Snowflake).
ID of the external data store where the user-defined function will be created. Use DATAROBOT_LIST_EXTERNAL_DATA_STORES to find available data store IDs.
ID of the credentials to use for authentication to the data store. Use DATAROBOT_LIST_CREDENTIALS to find available credential IDs. If omitted, the default credentials for the data store will be used.
Type of standard user-defined function to create. Choose 'rolling_median' for median calculations over rolling windows, or 'rolling_most_frequent' for mode calculations over rolling windows.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_SOURCESTool to create a new external data source in DataRobot. Use when you need to create a connection to an external database or filesystem. Requires a valid dataStoreId from an existing data store connection.
Input parameters
Data source type.
Data source configuration parameters. Must match the data source type.
Data source canonical name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_STORESTool to create a new external data store in DataRobot. Use when establishing a connection to external databases or data systems. The created data store ID can then be used with CREATE_EXTERNAL_DATA_SOURCES to define specific tables or queries.
Input parameters
Data store type. Use 'jdbc' for JDBC connections, 'dr-connector-v1' for DataRobot connectors, 'dr-database-v1' for DataRobot database drivers.
Data store configuration parameters. Must match the selected data store type.
The user-friendly name of the data store.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_STORES_COLUMNSTool to retrieve column metadata from an external data store. Use when you need to discover the schema and data types of tables in an external database connection. Requires a valid dataStoreId and authentication credentials.
Input parameters
Username for the database connection.
Schema query to execute for retrieving columns.
Table name to retrieve columns from.
Schema name to retrieve columns from.
Name of specified database catalog.
Password for the database connection.
ID of the external data store to retrieve columns from.
ID of credential mapping for authentication. Use LIST_CREDENTIALS to find available credentials.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_STORES_COLUMNS_INFOTool to retrieve column metadata for a table in an external data store. Use when you need to inspect the schema and structure of a database table. This operation is only supported for JDBC data stores.
Input parameters
Username for data store authentication (deprecated - use credentialId instead).
Maximum number of results to return per page.
Name of the table to retrieve column information for.
Include only credentials of the specified type.
Number of results to skip (for pagination).
Schema name where the table resides.
Name of the database catalog.
Sort order for credentials. Defaults to -creationDate (newest first).
Password for data store authentication (deprecated - use credentialId instead).
ID of the external data store (24-character hex string).
Whether to use Kerberos for data store authentication.
ID of the credentials to use for authentication instead of username and password.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_STORES_SCHEMASTool to retrieve data store schemas. Use when you need to list available schemas and catalogs from an external data store.
Input parameters
Username for data store authentication.
Password for data store authentication.
ID of the external data store.
Whether to use Kerberos for data store authentication.
ID of the set of credentials to use instead of username and password.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_DATA_STORES_TABLESTool to retrieve database tables and views from a DataRobot external data store. Use when you need to browse available tables before creating a dataset from an external data source.
Input parameters
Username for data store authentication. Use credentialId instead for better security.
Filter to show only tables in this specific schema.
Filter to show only tables in this specific catalog.
Password for data store authentication. Use credentialId instead for better security.
ID of the external data store to query for available tables.
Whether to use Kerberos for data store authentication. Defaults to false.
ID of the credentials to use for authenticating to the data store. Use DATAROBOT_LIST_CREDENTIALS to find available credentials.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_EXTERNAL_O_AUTH_PROVIDERSCreate an external OAuth provider configuration in DataRobot for integrating with external services. Use this to configure OAuth authentication for services like GitHub, GitLab, Bitbucket, Google, Box, Microsoft, Jira, or Confluence. The provider enables secure authentication flows for accessing external resources from DataRobot.
Input parameters
Human-readable name for the OAuth provider configuration.
Type of OAuth provider to configure. Must be one of the supported provider types.
OAuth client ID for the external provider. Obtain this from the OAuth provider's application settings.
Whether to bypass the OAuth consent screen. Set to true to skip user consent prompts.
OAuth client secret for the external provider. Keep this secure - obtain from the OAuth provider's application settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILESTool to create an empty files catalog item in DataRobot. Use when you need to create a placeholder catalog entry before uploading files to it. After creating the empty catalog item, use CREATE_FILES_FROM_FILE or CREATE_FILES_FROM_URL to populate it with actual files.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_COPY_BATCHTool to copy multiple files or folders in a batch operation within DataRobot's data registry. Use when you need to copy multiple files at once, either within the same catalog item or to a different catalog item.
Input parameters
Either a target folder to copy sources into or a target file name to copy a single file and rename it on copy. Folder paths must end with '/'. If not provided, files are copied within the same catalog item.
List of file and folder names to copy. Folder paths must end with '/'. Minimum 1 item, maximum 100 items.
The catalog item ID containing the files or folders to copy.
How to deal with a name conflict in the target location. RENAME (default): rename a duplicate file using '<filename> (n).ext' pattern. REPLACE: prefer files you copy. SKIP: prefer files existing in the target. ERROR: fail with an error in case of a naming conflict.
Target catalog ID to copy files into. If not provided, files are copied within the same catalog item.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_DOWNLOADSTool to generate a temporary download URL for a DataRobot catalog file. Use when you need to download data from a catalog item. The download URL is valid for a limited time (default 60 seconds, maximum 5 minutes).
Input parameters
Access TTL (time-to-live) in seconds for the download URL. Maximum value is 300 seconds (5 minutes). Defaults to 60 seconds.
The name of a specific file to download from an unstructured dataset. If not specified, it will download either the original archive file or, if there is only one file, it will download that single file.
The catalog item ID of the file to download.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_FROM_FILE_BY_IDTool to add file(s) to an existing DataRobot files catalog item. Use when you need to upload additional files to an existing catalog entry. The file addition is asynchronous - poll the returned location URL to check status.
Input parameters
The file to upload to the catalog item.
Folder path to prepend to uploaded file paths. Must end with '/'. Example: 'data/raw/'
The catalog item ID of the existing files catalog entry to add files to.
How to handle name conflicts between existing files and the uploaded one. RENAME (default): rename uploaded file using '<filename> (n).ext' pattern. REPLACE: replace existing file with uploaded one. SKIP: keep existing file, skip uploaded one. ERROR: return HTTP 409 Conflict on naming conflict.
If true, extract archive contents (zip, tar, etc.) and associate them with the catalog entity. Defaults to 'True'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_FROM_STAGETool to apply staged files to a catalog item. Use when you need to finalize and commit files from a stage to a files catalog item.
Input parameters
The ID of the stage containing files to apply to the catalog item.
The catalog item ID where staged files will be applied.
How to handle name conflicts between existing files and uploaded files. RENAME (default): rename uploaded file using '<filename> (n).ext' pattern. REPLACE: prefer uploaded file, replacing existing file. SKIP: prefer existing file, skip uploaded file. ERROR: return HTTP 409 Conflict if naming conflict occurs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_FROM_URLTool to create a files catalog item in DataRobot from a URL. Use when you need to import files from a publicly accessible URL into the DataRobot catalog. The file is downloaded and processed asynchronously - use GET_CATALOG_ITEM to check the import status.
Input parameters
The URL to download the file from. Must be a valid, accessible URL pointing to a file to be added to the catalog.
If true, extract archive contents and associate them with the catalog entity. Valid values are 'true', 'True', 'false', or 'False'. Defaults to 'True'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_FROM_URL_BY_IDTool to add file(s) into an existing files catalog item from a URL. Use when you need to add additional files from a URL to an existing DataRobot files catalog item. The file download and processing happens asynchronously - poll the returned location URL to check status.
Input parameters
The URL to download the file(s) to add to the catalog entity. Must be a valid, accessible HTTP/HTTPS URL.
Folder path to prepend to uploaded file paths. Must end with "/". Example: "data/raw/"
The catalog item ID to add files to. This must be an existing files catalog item in DataRobot.
How to deal with a name conflict between an existing file and an uploaded one. RENAME (default): rename the uploaded file using '<filename> (n).ext' pattern. REPLACE: prefer the uploaded file and overwrite the existing one. SKIP: prefer the existing file and skip the upload. ERROR: return HTTP 409 Conflict response in case of a naming conflict.
If true, extract archive contents and associate them with the catalog entity. Valid values are 'true', 'True', 'false', or 'False'. Defaults to 'True'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_LINKSTool to generate temporary download URLs for files in a catalog item. Use when you need to retrieve data from an unstructured dataset via direct download links. The generated URLs are temporary and valid for the specified duration (default 10 minutes, max 50 minutes).
Input parameters
Access time-to-live (TTL) in seconds. Controls how long the download URLs remain valid. Default is 600 seconds (10 minutes). Maximum value is 3000 seconds (50 minutes).
The catalog item ID containing the files to download.
The names of files to download from an unstructured dataset. If not specified, it will download either the original archive file or, if there is only one file, it will download that. Maximum 100 items.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_STAGESTool to create an empty stage for File Registry files upload. Use when you need to upload files to DataRobot's File Registry. The stage acts as a temporary upload container before finalizing the file.
Input parameters
The catalog item ID of the file in the File Registry.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_STAGES_UPLOADTool to stage a file for a batch upload in DataRobot. Use when uploading files to a specific catalog item's stage. Returns the catalog ID and stage ID upon successful upload.
Input parameters
The file to upload to the stage.
The stage ID (24-character hex string) where the file will be uploaded.
The catalog item ID (24-character hex string) where the file will be staged.
If the contents of the file being uploaded are derived from a file in the catalog entity, the name of the file it is derived from.
If the contents of the file being uploaded are derived from a file in a catalog entity which was used to clone the current catalog entity, the original catalog entity id in which the file exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_FILES_VERSIONS_LINKSTool to generate temporary download URLs for catalog file versions. Use when you need to retrieve data from a catalog item and version via URLs. The generated URLs expire after the specified duration (default 600 seconds, maximum 3000 seconds).
Input parameters
Access ttl in seconds (maximum value is 3000s).
The catalog item ID.
The names of files to download from an unstructured dataset. If not specified, it will download either the original archive file or, if there is only one file, it will download that. Maximum of 100 file names.
The catalog version item ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_CHAT_PROMPTSTool to create a GenAI chat prompt and execute it with an LLM. Use when you want to send a prompt to a DataRobot LLM for completion, optionally leveraging vector database retrieval for RAG workflows.
Input parameters
The text of the user prompt (max 500,000 characters)
The ID of the LLM to use for this prompt. Updates associated chat/blueprint settings if provided.
The ID of the chat this prompt belongs to. If omitted, the prompt uses current chat settings.
LLM settings to use for the prompt.
The ID of the LLM blueprint this prompt belongs to
Metadata fields to filter vector database results
ID of the vector database to use for retrieval augmented generation
Vector database settings for the prompt.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_COMPARISON_CHATSTool to create a new GenAI comparison chat within a playground for comparing different LLM responses. Use when you need to set up a new comparison chat environment to evaluate multiple model outputs side-by-side.
Input parameters
The name of the comparison chat. Required field.
The ID of the playground to associate with the comparison chat. Required field.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_CUSTOM_MODEL_EMBEDDING_VALIDATIONSTool to create and run validation tests for GenAI custom model embeddings. Use when you need to verify that a custom model deployment meets DataRobot's requirements for embedding generation before using it in production.
Input parameters
Custom name for this validation (max 5000 characters). Defaults to 'Untitled' if not provided.
The ID of the model used in the deployment. If provided, helps identify which specific model version is being validated.
ID of the use case associated with this validation. Helps organize validations by business use case.
The ID of the custom model deployment to validate. Use DATAROBOT_LIST_DEPLOYMENTS to find available deployments.
The name of the column the custom model uses for prompt text input. This column should contain the text data that will be embedded.
The name of the column the custom model uses for prediction output. This column should contain the embedding vector output.
Timeout in seconds for API prediction requests during validation (range: 1-600, default: 300).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_CUSTOM_MODEL_LLM_VALIDATIONSTool to create a GenAI custom model LLM validation. Use when you need to test and validate LLM deployment behavior. Returns a validation object with status TESTING initially; poll the validation status to check completion.
Input parameters
Display name for the validation (default: 'Untitled', max 5000 chars)
Associated use case identifier for organizing validations
OpenAI chat completion API model identifier (max 5000 chars)
The custom model deployment identifier to validate
Column name for prompt input (max 5000 chars)
Column name for prediction output (max 5000 chars)
Timeout in seconds for predictions (1-600, default: 300)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_CUSTOM_MODEL_VECTOR_DB_VALIDATIONCreate a validation for a GenAI custom model deployment's vector database capabilities. Returns immediately with validation ID - validation runs asynchronously and status can be checked using the returned ID. Use when you need to verify that a custom model deployment can properly handle vector database operations for RAG (Retrieval-Augmented Generation) use cases.
Input parameters
Custom name for the validation. Defaults to 'Untitled' if not provided. Maximum length: 5000 characters.
The ID of the specific model version used in the deployment. If not provided, uses the current model from the deployment.
The ID of the use case to associate with the validated custom model. Links the validation to a specific business use case for tracking and governance.
The ID of the custom model deployment to validate. This must be a valid deployment ID from a custom GenAI model.
The name of the column the custom model uses for prompt text input. This column will be used to send test prompts during validation.
The name of the column the custom model uses for prediction output. This column will be checked for validation results.
Timeout in seconds for prediction requests during validation. Must be between 1 and 600 seconds. Defaults to 300 seconds (5 minutes) if not specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_CUSTOM_MODEL_VERSIONSTool to create a GenAI custom model version from an LLM blueprint in DataRobot. Use when you need to register a custom model version for deployment or testing. Prerequisites: You must first create an LLM blueprint before calling this endpoint.
Input parameters
ID of the LLM blueprint to use for creating the custom model version (24-character hex string). Obtain from creating an LLM blueprint first.
The name of the column containing prompts in the training dataset. Defaults to 'promptText'.
The name of the column containing target/result text in the training dataset. Defaults to 'resultText'.
Array of insight configurations for evaluating the model (e.g., toxicity, jailbreak, PII checks)
Array of LLM test configuration IDs to run against the custom model version (24-character hex strings)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_EVALUATION_DATASET_CONFIGURATIONSTool to create a GenAI evaluation dataset configuration for testing LLM applications. Use when you need to set up evaluation datasets with prompt columns and optional response/tool call columns for assessing GenAI playground outputs. Required for running AI robustness tests on GenAI use cases.
Input parameters
Custom configuration name for the evaluation dataset (max 5000 characters). If omitted, DataRobot will auto-generate a name.
The evaluation dataset identifier (24-character hex string). Use DATAROBOT_LIST_DATASETS to find available datasets.
The use case identifier (24-character hex string). This links the evaluation dataset to a specific use case.
The playground identifier (24-character hex string). This links the evaluation to a specific GenAI playground.
The name of the dataset column containing prompt text. This column provides the input prompts for evaluation.
Enable legacy correctness evaluation. This flag controls whether to use DataRobot's built-in correctness metrics.
Indicates whether the dataset contains synthetic data (default: false). Set to true if using AI-generated evaluation data.
The name of the dataset column containing expected response text. Use this to compare actual LLM responses against ground truth.
The name of the dataset column containing expected tool calls for agentic workflows. Use this for evaluating agents that call external tools.
The name of the dataset column containing expected agent goals for agentic workflows. Use this for evaluating multi-step agent behavior.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_LLM_BLUEPRINTSTool to create a new GenAI LLM blueprint for generative AI applications. Use when you need to configure an LLM with specific settings, system prompts, and optional RAG capabilities. Requires a valid playgroundId and llmId. Set llmId to 'custom-model' when using customModelLlmSettings.
Input parameters
The name of the LLM Blueprint
The ID of the LLM to use. Must be 'custom-model' if customModelLlmSettings is provided. Use DATAROBOT_LIST_GENAI_LLMS to find available LLM IDs.
The prompt type for the LLM Blueprint (e.g., CHAT_HISTORY_AWARE for conversational context, ONE_TIME_PROMPT for single prompts)
Optional description of the LLM Blueprint's purpose and functionality
LLM configuration settings for the blueprint.
The ID of the Playground where the LLM Blueprint will be created
The ID of the Vector Database to enable RAG (Retrieval Augmented Generation)
Custom model LLM configuration settings.
Vector database configuration for RAG (Retrieval Augmented Generation).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_LLM_BLUEPRINTS_FROM_CHAT_PROMPTTool to create a GenAI LLM blueprint from an existing chat prompt. Use when you have a chat prompt ID and want to convert it into a reusable LLM blueprint for experimentation and deployment.
Input parameters
Name for the LLM blueprint
Optional description for the LLM blueprint
The ID of the chat prompt to convert into an LLM blueprint (24-character hex string). Use a GenAI chat prompt creation action to obtain this ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_LLM_BLUEPRINTS_FROM_LLMBLUEPRINTTool to create a new GenAI LLM Blueprint by copying from an existing LLM Blueprint. Use when you need to duplicate an LLM blueprint configuration with modifications or for version control. The new blueprint inherits all properties from the source blueprint except for the name and description.
Input parameters
The name for the new LLM blueprint. Should be descriptive and unique.
Optional description for the new LLM blueprint. Use this to document the purpose or modifications of the copied blueprint.
The ID of the source LLM blueprint to copy from (24-character hex string). Use DATAROBOT_LIST_GENAI_LLM_BLUEPRINTS to find available blueprint IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_LLM_TEST_CONFIGURATIONTool to create a GenAI LLM test configuration for AI robustness testing. Use when you need to set up automated testing for LLM outputs against metrics like toxicity, jailbreak attempts, or PII leakage.
Input parameters
Name for this LLM test configuration
The ID of the use case to associate with this LLM test configuration (24-character hex string)
Optional description for the LLM test configuration
Array of dataset evaluation configurations (must have at least 1 item)
Overall grading criteria for the LLM test
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_LLM_TEST_SUITETool to create a new GenAI LLM test suite for evaluating LLM applications. Use when you need to group LLM test configurations together for AI robustness testing. Requires a valid useCaseId - use DATAROBOT_LIST_USE_CASES to find available use cases.
Input parameters
The name of the LLM test suite
The ID of the use case to associate with this test suite. Use DATAROBOT_LIST_USE_CASES to find available use case IDs.
Optional description for the test suite
Optional array of LLM test configuration IDs to include in the suite
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_PLAYGROUNDTool to create a new GenAI playground for experimenting with LLM applications. Use when you need to set up a new playground environment associated with a specific use case.
Input parameters
The name of the playground. Required field.
The ID of the use case to associate the playground with. Required field.
A description for the playground. Required field.
Configuration for copying insights from another playground.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_PLAYGROUNDS_OOTB_METRIC_CONFIGSTool to create OOTB (Out-of-the-Box) metric configurations for a GenAI playground. Use when you need to add performance, safety, and governance metrics to monitor LLM responses in a playground.
Input parameters
The playground identifier (24-character hex string). Use DATAROBOT_LIST_GENAI_PLAYGROUNDS to find available playground IDs.
Array of OOTB metric configurations to create. Each configuration specifies a metric to add to the playground for monitoring LLM responses.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GENAI_PLAYGROUNDS_TRACE_DATASETSTool to create a trace dataset for a GenAI playground. Use when you need to create a dataset for storing playground traces associated with a specific playground ID.
Input parameters
The unique identifier of the playground to create the trace dataset for.
The name for the trace dataset.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GUARD_CONFIG_TO_NEW_CUSTOM_MODEL_VERTool to apply guard configurations to a new custom model version in DataRobot. Creates a new version with the specified moderation guards. Use when you need to add toxicity detection, PII filtering, or other content moderation to a custom model.
Input parameters
List of complete guard configurations to push. Must contain 1-200 configurations.
ID of the custom model to apply guard configurations to
Overall moderation configuration (not specific to one guard).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_GUARD_CONFIGURATIONCreate a guard configuration to monitor and control AI model behavior during prompt and response stages. Guards can detect issues like PII, toxic content, off-topic responses, or custom validation rules. Requires a templateId (from DATAROBOT_LIST_GUARD_TEMPLATES) and entityId (custom model or playground).
Input parameters
Guard configuration name (max 255 characters)
The stages where the guard can run (prompt, response, or both)
Type of LLM used by the guard.
AWS model options for guard configurations.
ID of custom model or playground for this guard. Use DATAROBOT_LIST_CUSTOM_MODELS to find available entities.
Configuration for NeMo guardrails guards.
AWS model region
Configuration for guards using deployed models.
ID of user credential containing an AWS account
Type of associated entity: customModel, customModelVersion, or playground
ID of template this guard is based on. Use DATAROBOT_LIST_GUARD_TEMPLATES to find available templates.
Guard configuration description (max 4096 characters)
Google model options for guard configurations.
ID of deployed model, for model guards
Google model region
Intervention configuration specifying what action to take when conditions are met.
Deprecated; use openaiCredential instead
Azure OpenAI API Base URL
The actions this guard is allowed to take
ID of user credential containing an OpenAI token
LLM Gateway model ID to use as judge
Configuration for NeMo Evaluator guards.
OpenAI Deployment ID
ID of user credential containing a Google service account
Additional configuration options for the guard.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_LIFT_CHARTTool to request calculation of a Lift chart insight in DataRobot. Use when you need to analyze model performance across population segments with optional data slicing. The Lift chart calculation is asynchronous. Poll the returned location URL to check status and retrieve results once calculation completes.
Input parameters
The subset of data used to compute the Lift chart insight (e.g., validation, holdout, crossValidation, or backtest partitions).
ID of the entity (model, custom model, or vector database) for which to calculate the Lift chart insight.
Type of entity for which insights will be calculated. Defaults to 'datarobotModel' if not specified.
Optional ID of a data slice to filter the data used for Lift chart calculation. If provided, the insight will be computed only on the specified data slice.
Optional ID of an external dataset to use for Lift chart calculation. Use this when computing insights on data not in the training/validation sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_ROC_CURVERequest calculation of ROC curve insights for a DataRobot model, custom model, or vector database. The ROC curve is computed asynchronously and can optionally be filtered by a data slice. Use this to evaluate binary classification model performance across different data partitions.
Input parameters
The subset of data used to compute the ROC curve insight (e.g., validation, holdout, cross-validation, or backtest partitions).
The ID of the entity (model, custom model, or vector database) for which to calculate the ROC curve.
The type of entity for which insights will be calculated. Defaults to 'datarobotModel'.
The ID of a data slice to filter the data used for ROC curve computation. Optional.
The ID of an external dataset to use for ROC curve computation. Required when source is 'externalTestSet'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_SHAP_DISTRIBUTIONSTool to request calculation of SHAP Distributions in DataRobot. Use when you need to analyze the distribution of SHAP values across features with optional data slicing. SHAP (SHapley Additive exPlanations) Distributions help understand how feature values contribute to model predictions across the dataset. The calculation is asynchronous - poll the returned location URL to check status and retrieve results once calculation completes.
Input parameters
The subset of data used to compute the SHAP Distributions insight (e.g., validation, holdout, training, or backtest partitions).
ID of the entity (model, custom model, or vector database) for which to calculate SHAP Distributions.
(Deprecated) The number of rows to use for calculating SHAP Impact.
Type of entity for which insights will be calculated. Defaults to 'datarobotModel' if not specified.
Optional ID of a data slice to filter the data used for SHAP Distributions calculation. If provided, the insight will be computed only on the specified data slice.
(Deprecated) Limits the number of rows used from the selected source by default. Cannot be set to False for this insight.
Optional ID of an external dataset to use for SHAP Distributions calculation. Use this when computing insights on data not in the training/validation sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_SHAP_IMPACTTool to request calculation of SHAP Impact insights in DataRobot. Use when you need to understand feature importance based on Shapley values with optional data slicing. SHAP (SHapley Additive exPlanations) Impact provides model-agnostic feature importance by quantifying how much each feature contributes to individual predictions. The calculation is asynchronous - poll the returned location URL to check status and retrieve results once computation completes.
Input parameters
The subset of data used to compute the SHAP Impact insight (e.g., validation, holdout, training, or backtest partitions).
ID of the entity (model, custom model, or vector database) for which to calculate SHAP Impact.
(Deprecated) The number of rows to use for calculating SHAP Impact. Use quickCompute parameter instead.
Type of entity for which insights will be calculated. Defaults to 'datarobotModel' if not specified.
Optional ID of a data slice to filter the data used for SHAP Impact calculation. If provided, the insight will be computed only on the specified data slice.
When enabled, limits the number of rows used from the selected source by default for faster computation. When disabled, all rows are used. Defaults to true.
Optional ID of an external dataset to use for SHAP Impact calculation. Use this when computing insights on data not in the training/validation sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_SHAP_MATRIXTool to request calculation of a SHAP Matrix insight in DataRobot. Use when you need feature importance explanations showing how each feature impacts model predictions, with optional data slicing. The SHAP Matrix calculation is asynchronous. Poll the returned location URL to check status and retrieve results once calculation completes.
Input parameters
The subset of data used to compute the SHAP Matrix insight (e.g., validation, training, holdout, or backtest partitions).
ID of the entity (model, custom model, or vector database) for which to calculate the SHAP Matrix insight.
(Deprecated) The number of rows to use for calculating SHAP Impact. Use quickCompute parameter instead.
Type of entity for which insights will be calculated. Defaults to 'datarobotModel' if not specified.
Optional ID of a data slice to filter the data used for SHAP Matrix calculation. If provided, the insight will be computed only on the specified data slice.
When enabled (default), limits the number of rows used from the selected source. When disabled, all rows are used for SHAP calculation.
Optional ID of an external dataset to use for SHAP Matrix calculation. Use this when computing insights on data not in the training/validation sets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_INSIGHTS_SHAP_PREVIEWRequest calculation of SHAP Preview insights with an optional data slice. Returns immediately with a queue ID - the SHAP computation happens asynchronously. Use the queue ID to poll for job status and retrieve results when complete.
Input parameters
The subset of data used to compute the insight. Common values: 'validation' (validation set), 'holdout' (holdout data), 'training' (training data), or specific backtest partitions like 'backtest_0' for time-series models.
The ID of the entity (model, custom model, or vector database) for which SHAP Preview insights will be calculated. For DataRobot models, use the model ID from LIST_MODEL_RECORDS.
(Deprecated) The number of rows to use for calculating SHAP Impact. Use 'quickCompute' parameter instead for controlling computation size.
The type of entity for which insights will be calculated. Defaults to 'datarobotModel'.
The ID of a data slice to filter the data used for SHAP calculation. Data slices allow you to compute insights on specific subsets of your data.
When enabled (default), limits the number of rows used from the selected source (typically 2500 rows) for faster computation. When disabled, all rows from the source are used, which provides more accurate results but takes longer.
The ID of an external dataset to use for SHAP calculation instead of the model's original training data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_MODELING_FEATURELISTTool to create a new modeling featurelist in a DataRobot project. Use when you need to define a custom set of features for model training.
Input parameters
Name of the new featurelist. Must be unique within the project and not exceed 100 characters.
List of feature names to include in the featurelist. Must contain at least one feature. Feature names must match those in the project dataset.
Unique identifier of the DataRobot project to create the featurelist in. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_CREATE_PROJECT.
Whether to exclude the datetime partition column from the featurelist. Default is False (include the column if present).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_MODEL_PACKAGETool to create a model package from a DataRobot Leaderboard model. Use after a model is trained and you need an offline package.
Input parameters
Optional name for the model package (max 1024 characters).
ID of the DataRobot model to package.
Optional description for the model package (max 2048 characters).
Binary classification threshold for predictions, between 0.0 and 1.0.
If true, compute all time series prediction intervals (percentiles 1–100).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_MODEL_PACKAGES_FROM_JSONTool to create a DataRobot model package from JSON metadata. Use when you have custom model metadata and want to register it as a model package without a Leaderboard model.
Input parameters
The model package name.
The target information for the model package. Includes target name, type, and classification details if applicable.
The ID of the model. Optional if creating from scratch.
Dataset information for the model package
Time series information for the model package
Text generation information for the model package
Model description information for the model package
The registered model name.
Geospatial monitoring information for the model package
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOKTool to create a new notebook in DataRobot Workbench for interactive code development. Use when you need to create a Jupyter notebook for data exploration, analysis, or model development.
Input parameters
The name of the notebook to create.
Optional array of tags for the notebook.
Optional use case ID to associate the notebook with.
Optional description for the notebook.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_ENVIRONMENT_VARIABLESTool to create one or more environment variables for a specific notebook. Use when you need to add environment variables like API keys, credentials, or configuration values to a notebook.
Input parameters
The notebook ID for which to create environment variables
List of environment variables to create. Must contain at least one variable.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_EXECUTION_ENVIRONMENT_PORTTool to expose a port on a DataRobot notebook execution environment. Use when you need to access a web service or application running inside a notebook (e.g., Flask/FastAPI apps, Jupyter extensions, or custom web servers). The notebook must be running to expose ports. Maximum 5 ports can be exposed per notebook.
Input parameters
Notebook execution environment ID (24-character hex string). The notebook must be running to expose ports.
Port number to expose (must be between 1024-65535). Reserved ports 8888, 8889, and 8022 are not allowed.
Optional description of what the exposed port is used for (e.g., 'Test application port', 'Web service endpoint').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_FROM_REVISIONTool to clone a notebook from an existing revision, creating a new notebook as a copy. Use when you need to create a new notebook based on a specific revision of an existing notebook. The operation is asynchronous and returns immediately with the new notebook ID.
Input parameters
Name for the cloned notebook revision. If omitted, a default name will be assigned.
Whether the revision is autosaved. Defaults to false if not provided.
Notebook ID associated with the revision to clone.
Revision ID to clone as a new notebook.
Path to the notebook file, if using Codespaces integration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_JOBSTool to create a scheduled notebook job in DataRobot. Use when you need to run a Jupyter notebook on a schedule or programmatically. The notebook must exist in DataRobot Codespaces before creating the job. Configure cron-like schedules to automate notebook execution.
Input parameters
Whether the scheduled notebook job is enabled. Set to false to create a disabled job that won't run on schedule. Default is true.
Cron-like schedule configuration defining when the notebook should run automatically. Specify minute, hour, dayOfMonth, dayOfWeek, and month arrays.
The ID of the use case (project) this notebook is associated with. Obtain from DATAROBOT_LIST_PROJECTS or project creation.
The ID of the notebook to schedule. Must be a valid 24-character hexadecimal ObjectId. Obtain from notebook listing or creation.
List of environment variables to pass to the notebook execution. Each parameter has a 'name' (max 256 chars, alphanumeric + underscores) and 'value' (max 131,072 chars).
The path to the notebook file in the DataRobot Codespaces file system. Required for Codespaces notebooks, but should be omitted for standalone notebooks. Must start with '/' (e.g., '/notebooks/notebook.ipynb').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_JOBS_MANUAL_RUNTool to manually trigger a notebook job run in DataRobot. Use when you need to execute a notebook on-demand with optional parameters. For Codespace notebooks, both notebookId and notebookPath are required.
Input parameters
The ID of the notebook to run manually. Must be a valid 24-character hex ObjectId.
Optional array of parameters to pass to the notebook as environment variables. Each parameter should have 'name' and 'value' properties.
The path to the notebook in the file system (required for Codespace notebooks). Example: '/notebook.ipynb'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_REVISIONSTool to create a new revision for a DataRobot notebook. Use when you need to save a checkpoint of a notebook's current state for version control or tracking changes.
Input parameters
The ID of the notebook for which to create a revision. Must be a valid 24-character hexadecimal ObjectId.
Name for the notebook revision. If not provided, a timestamp will be used automatically.
Whether the revision is an autosave revision. Set to true for automatic saves, false for manual saves. Default is false.
Path to the notebook file in Codespaces. Required when working with Codespaces notebooks. Must start with '/' (e.g., '/notebooks/notebook.ipynb').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOK_RUNTIME_CLIENT_ACTIVITYTool to record client activity for a running notebook session. Use when tracking notebook session heartbeats or activity. This endpoint helps DataRobot track that a notebook session is still active.
Input parameters
The notebook ID (24-character MongoDB ObjectId format). Must be a running notebook session.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOKS_CELLS_BATCH_CREATETool to batch create multiple cells in a DataRobot notebook. Use when you need to add multiple code or markdown cells to an existing notebook at a specific position. The cells are inserted after the specified cell ID, allowing precise control over cell placement.
Input parameters
Notebook ID (24-character hexadecimal ObjectId) where cells will be created. Obtain from notebook listing or creation.
Array of cell objects to create. Each cell must have 'cell_type' (e.g., 'code', 'markdown') and 'source' (cell content) fields. Cells will be inserted in the order provided.
Cell ID after which to insert the new cells. Use an existing cell ID to specify the insertion point. The new cells will be inserted immediately after this cell.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOKS_CELLS_BATCH_DELETETool to batch delete multiple cells from a DataRobot notebook. Use when you need to remove multiple cells at once by their cell IDs. The deletion is permanent and cannot be undone.
Input parameters
Notebook ID (24-character hexadecimal ObjectId) from which cells will be deleted. Obtain from notebook listing or creation.
Array of cell IDs to delete from the notebook. Each ID must be a valid 24-character hexadecimal ObjectId. All specified cells will be permanently removed from the notebook.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTEBOOKS_FROM_FILETool to create a new notebook in DataRobot by uploading a notebook file. Use when you need to import an existing Jupyter notebook (.ipynb) into DataRobot. The notebook is created asynchronously and returns immediately with notebook metadata.
Input parameters
Notebook file to upload (typically.ipynb format).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTIFICATION_CHANNEL_TEMPLATETool to create a notification channel template in DataRobot. Use when you need to set up notification channels for alerts, monitoring, or integration with external services. Different channel types require different parameters (e.g., Email requires emailAddress, Webhook requires payloadUrl).
Input parameters
The name of the notification channel template.
The ID of organization that the notification channel belongs to.
The IDs of DataRobot Users, Groups, or Custom Jobs. Required for DataRobotUser, DataRobotGroup, or DataRobotCustomJob channel types. Minimum 1, maximum 100 entities.
The payload URL for the notification channel. Required for certain channel types like Webhook, Slack, or MSTeams.
The type of notification channel to create.
The content type of notification messages.
Secret token to be used for the notification channel. Used for authentication with external services.
Whether to validate SSL certificates for the notification channel.
The email address for the notification channel. Required when channelType is Email.
The preferred language code.
Custom headers and their values to be sent in the notification channel. Maximum 100 headers.
Required if the channel type is Email. Verification code to confirm email ownership.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTIFICATION_EMAIL_CHANNEL_VERIFICATIONTool to send a 6-digit verification code to a user's email address for setting up a notification channel. Use this action before creating an email notification channel to verify the email address. The verification code sent via this endpoint should be used when creating the actual email notification channel.
Input parameters
The name of the new notification channel (max 100 characters).
The ID of the organization that the notification channel belongs to.
The type of the new notification channel. For email verification, this should be 'email'.
The email address of the recipient where the 6-digit verification code will be sent.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTIFICATION_WEBHOOK_CHANNEL_TESTSTool to test webhook notification channel configuration by creating a test notification. Use when you need to validate webhook settings before creating a production notification channel.
Input parameters
The name of the new notification channel (max 100 characters)
The identifier of the organization that notification channel belongs to
The payload URL of the new notification channel. Required for Webhook channel type
The type of the new notification channel. Must be one of: Database, Email, InApp, InsightsComputations, MSTeams, Slack, Webhook
Content type for webhook messages.
Secret token to be used for new notification channel
Whether SSL will be validated in the notification channel. Defaults to true for Webhook channels
The email address to be used in the new notification channel. Required for Email channel type
Custom headers and their values to be sent in the new notification channel (max 100 headers)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_NOTIFY_EMAIL_CHANNEL_VERIFY_STATUSVerify the notification email channel verification code. Use when an admin needs to confirm their email address for notifications by entering a 6-digit verification code.
Input parameters
The email address of the recipient that received the verification code
The 6-digit verification code entered by the admin to verify email channel
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_OCR_JOB_RESOURCESTool to create an OCR (Optical Character Recognition) job resource in DataRobot. Use when you need to extract text from images or scanned documents in a dataset. The OCR job processes the input dataset and creates an output dataset with extracted text.
Input parameters
The language of the OCR input dataset. Must be one of the supported languages (ENGLISH or JAPANESE).
OCR input dataset ID. The dataset must exist and be accessible to the user.
OCR engine-specific parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_OTEL_METRICS_CONFIGSTool to create an OpenTelemetry metric configuration for a DataRobot entity (deployment, use case, etc.). Use when you need to set up custom metric tracking for monitoring entity performance.
Input parameters
Unit of measurement for metrics.
Whether the OTel metric is enabled. Defaults to true.
ID of the entity to which the metric belongs.
The OTel key of the metric. This is the unique identifier for the metric in the OpenTelemetry system.
Type of the entity to which the metric belongs. Supported types: deployment, use_case, experiment_container, custom_application, workload, workload_deployment.
The metric percentile for the percentile aggregation of histograms. Value must be between 0 and 1. Only relevant when aggregation is 'percentiles'.
Aggregation methods for metric display.
The display name of the metric. Human-readable name shown in the UI.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_OTEL_METRICS_VALUES_OVER_TIME_SEGMENTSTool to get OpenTelemetry metric values for a specified entity, grouped by multiple attributes. Use when analyzing metrics segmented by attributes like HTTP method, status code, or other OpenTelemetry dimensions.
Input parameters
End time of the metric list in ISO 8601 format (e.g., '2026-02-13T23:59:59Z')
ID of the entity to which the metric belongs (e.g., deployment ID)
Time interval for metric values
The OpenTelemetry metric name to query (e.g., 'http.server.request.duration')
List of segments to group results by. Each segment contains attribute filters.
Start time of the metric list in ISO 8601 format (e.g., '2026-02-12T00:00:00Z')
Type of the entity to which the metric belongs (e.g., deployment, use_case)
Aggregation method used for metric display
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PREDICTION_DATASET_FROM_DATA_SOURCEUpload a prediction dataset from a DataSource for making predictions on a DataRobot project. Returns immediately with a status URL - the upload happens asynchronously. Use when you need to make predictions using data from an external data source connector.
Input parameters
\[Deprecated\] The username for database authentication. Use credentialId or credentialData instead.
\[Deprecated\] The password for database authentication. Use credentialId or credentialData instead.
The project ID to which the data source will be uploaded.
A list of credentials for the secondary datasets used in feature discovery project (max 30 items).
If true, use Kerberos authentication for database authentication. Default is false.
The credential ID to use for database authentication.
The ID of the DataSource to use for prediction dataset.
For time series projects only. The time in the dataset relative to which predictions are generated. If not specified, defaults to the latest timestamp. Not valid for non-time-series projects.
The credentials to authenticate with the database, to use instead of user/password or credential ID.
The actual value column name, valid for prediction files if the project is unsupervised and the dataset is considered as bulk predictions dataset.
For time series projects only. The end date for bulk predictions (exclusive). Used for historical predictions with training data. Must be provided with predictionsStartDate, cannot be used with forecastPoint.
For time series projects only. The start date for bulk predictions. Used for historical predictions with training data. Must be provided with predictionsEndDate, cannot be used with forecastPoint.
For feature discovery projects only. The ID of the alternative secondary dataset config to use during prediction.
For time series projects only. If true, missing values in known-in-advance features are allowed in the forecast window at prediction time. Default is false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PREDICTION_EXPLANATIONS_INITIALIZATIONTool to initialize prediction explanations for a DataRobot model. Prediction explanations help understand which features most influenced individual predictions. Use after a model is trained to enable prediction explanation insights for that model.
Input parameters
The unique identifier of the model within the project. Obtain from DATAROBOT_LIST_MODEL_RECORDS using the project_id.
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
The lower threshold, below which a prediction must score in order for prediction explanations to be computed for a row in the dataset. If neither thresholdHigh nor thresholdLow is specified, prediction explanations will be computed for all rows.
The high threshold, above which a prediction must score in order for prediction explanations to be computed. If neither thresholdHigh nor thresholdLow is specified, prediction explanations will be computed for all rows.
The maximum number of prediction explanations to supply per row of the dataset. Must be between 1 and 10. Defaults to 3 if not specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTCreate a new DataRobot project from a dataset URL, existing dataset ID, or data source connector. Returns immediately with a project ID and status URL - project creation happens asynchronously. Use DATAROBOT_CHECK_PROJECT_STATUS or DATAROBOT_GET_PROJECT to verify the project is ready before starting modeling.
Input parameters
Public HTTP(S) URL pointing to a dataset file (CSV, Excel, etc.) to import. Use this for quick imports from public URLs.
\[Deprecated\] Database username for authentication. Use credentialId instead for better security.
\[Deprecated\] Database password for authentication. Use credentialId instead for better security.
ID of a wrangling recipe to apply during project creation. Use DATAROBOT_LIST_RECIPES to find available recipes.
ID of an existing DataRobot dataset (24-character hex string). Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
Human-readable name for the project. If omitted, defaults to 'Untitled Project' for database sources or the dataset filename for URL-based imports.
Set to true to use Kerberos authentication for database connections. Only valid with datasetId or dataSourceId.
ID of stored credentials for authenticating to dataSourceId or secured datasets. Use DATAROBOT_LIST_CREDENTIALS to find available credentials.
ID of an external data source connector (e.g., database connection). Use DATAROBOT_LIST_DATA_SOURCES to find available connectors.
Specific version ID of the dataset to use. Only valid when datasetId is also provided. If omitted, uses the latest version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECT_CLONESTool to clone an existing DataRobot project. Use when you need to create a copy of a project with its dataset and optionally its settings. Project cloning happens asynchronously - use DATAROBOT_CHECK_PROJECT_STATUS to verify completion.
Input parameters
The ID of the project to clone. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find available project IDs.
Whether all project options should be copied to the cloned project. Set to true to preserve all settings from the original project.
The name of the new cloned project. If omitted, DataRobot will generate a name based on the source project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_AUTOPILOTSTool to start Autopilot on a DataRobot project with a specific feature list. Use when you need to initiate automated model building with specified Autopilot settings. Prerequisites: The project must be in 'modeling' stage with a target already set.
Input parameters
Autopilot mode: 'auto' (default, DataRobot chooses optimal settings), 'quick' (faster execution with fewer models), or 'comprehensive' (more thorough analysis with longer runtime).
Use GPU workers for the Autopilot run.
The unique identifier of the DataRobot project. The project must be in 'modeling' stage (target already set). Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
ID of the feature list to use for Autopilot. Obtain from DATAROBOT_LIST_FEATURE_LISTS using the project_id. This is a required parameter.
Whether to blend best models during Autopilot run. Not supported in SHAP-only mode or multilabel projects.
Keep only models that can be converted to scorable Java code during Autopilot run.
List of cluster counts for unsupervised clustering projects. Each value must be between 2 and 100; list length max 10. Only valid when unsupervisedMode is true and unsupervisedType is 'clustering'.
Prepare model for deployment during Autopilot run. This includes creating reduced feature list models, retraining best model on higher sample size, computing insights and assigning 'RECOMMENDED FOR DEPLOYMENT' label.
Run Autopilot on the Leakage Removed feature list if it exists.
Include blenders when selecting a model to prepare for deployment. Not supported in SHAP-only mode or multilabel projects.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_BATCH_TYPE_TRANSFORM_FEATURESCreate multiple new features by transforming existing features to a different variable type. Use when you need to convert feature types in bulk (e.g., numeric to categorical, text to numeric). The operation is asynchronous - monitor the returned Location URL for completion status.
Input parameters
The string that will preface all feature names. Optional if suffix is present. One or both (prefix/suffix) are required.
The string that will be appended at the end to all feature names. Optional if prefix is present. One or both (prefix/suffix) are required.
The project ID to create the features in. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
List of feature names that will be transformed into a new variable type. Must contain 1-500 feature names.
The type of the new feature. Must be one of: 'text', 'categorical' (Deprecated in version v2.21), 'numeric', or 'categoricalInt'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_BIAS_MITIGATION_FEATURE_INFOTool to submit a job to create bias mitigation data quality information for a given project and feature. Use when you need to create bias mitigation feature info for fairness analysis.
Input parameters
ID of the DataRobot project for which to create bias mitigation feature information
Name of the feature for which to create bias mitigation information
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_BLENDER_MODELSTool to create a blender model from multiple existing models in a DataRobot project. Blenders combine predictions from multiple models using methods like averaging or stacking. Use this after training multiple models to create an ensemble that may improve prediction accuracy.
Input parameters
List of model IDs to blend together. Must contain at least one model ID. Use DATAROBOT_LIST_MODEL_RECORDS or similar actions to find available model IDs in the project.
The ID of the DataRobot project where the blender will be created. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
The blender method to use for combining models. Common choices: "AVG" for simple averaging, "GLM" for generalized linear model, "ENET" for elastic net.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_CROSS_SERIES_PROPERTIESTool to validate columns for potential use as the group-by column for cross-series functionality in a DataRobot project. Use when configuring multiseries or time series projects with cross-series features.
Input parameters
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_CREATE_PROJECT.
The name of the column that will be used as the multiseries ID column for this project.
The name of the column that will be used as the datetime partitioning column for the project.
If specified, these columns will be validated for usage as the group-by column for creating cross-series features. If not present, all columns from the dataset will be validated and only the eligible ones returned. To be valid, a column should be categorical or numerical (but not float), not be the series ID or equivalent to the series ID, not split any series, and not consist of only one value.
The name of the column that will be used as the user defined segment ID column for this project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_DATETIME_MODELS_FROM_MODELTool to retrain an existing datetime model with specified parameters. Use when you need to create a new version of a datetime model with different training settings, sample size, or feature list. This action is asynchronous and returns a job URL to monitor progress.
Input parameters
The ID of an existing model to use as the source for the training parameters.
The number of clusters to use in the specified unsupervised clustering model. Only valid in unsupervised clustering projects. Must be between 2 and 100.
The ID of the DataRobot project. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
If specified, the new model will be trained using this featurelist. Otherwise, the model will be trained on the same feature list as the source model.
Method for selecting training data when subsampling is used.
A datetime string representing the end date of the data to use for training this model. Note that only one of trainingDuration or trainingRowCount or trainingStartDate and trainingEndDate should be specified. If trainingStartDate and trainingEndDate are specified, the source model must be frozen.
A duration string representing the training duration to use for training the new model. If specified, the model will be trained using the specified training duration. Otherwise, the original model's duration will be used. Only one of trainingRowCount, trainingDuration, trainingStartDate and trainingEndDate, or useProjectSettings may be specified.
The number of rows of data that should be used to train the model. If not specified, the original model's row count will be used. Only one of trainingRowCount, trainingDuration, trainingStartDate and trainingEndDate, or useProjectSettings may be specified.
A datetime string representing the start date of the data to use for training this model. Note that only one of trainingDuration or trainingRowCount or trainingStartDate and trainingEndDate should be specified. If trainingStartDate and trainingEndDate are specified, the source model must be frozen.
If True, the model will be trained using the previously-specified custom backtest training settings. Only one of trainingRowCount, trainingDuration, trainingStartDate and trainingEndDate, or useProjectSettings may be specified.
An integer between 1 and 99 indicating the percentage of sampling within the time window. The points kept are determined by the samplingMethod option. If specified, trainingRowCount may not be specified, and the specified model must either be a duration or selectedDateRange model, or one of trainingDuration or trainingStartDate and trainingEndDate must be specified.
The ID of the featurelist that defines the set of features with a monotonically decreasing relationship to the target. If null, no such constraints are enforced.
The ID of the featurelist that defines the set of features with a monotonically increasing relationship to the target. If null, no such constraints are enforced.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_DEPLOYMENT_READY_MODELSTool to prepare a DataRobot model for deployment by marking it as deployment-ready. Use when you have a trained model that needs to be packaged for deployment. The operation is asynchronous - poll the returned location URL to check completion status. After the model is deployment-ready, use DATAROBOT_CREATE_MODEL_PACKAGE to create a deployable package.
Input parameters
ID of the model to prepare for deployment (24-character hex string). Use DATAROBOT_LIST_MODELS or DATAROBOT_LIST_PROJECT_MODELS to find model IDs within a project.
ID of the DataRobot project containing the model (24-character hex string). Use DATAROBOT_LIST_PROJECTS to find project IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_FEATURE_ASSOCIATION_MATRIXTool to compute a feature association matrix for a DataRobot project using a specific featurelist. Use when you need to analyze feature correlations and associations in a project. The computation is asynchronous and returns immediately with a job ID to monitor progress.
Input parameters
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
A featurelist ID to calculate feature association matrix for. Obtain from DATAROBOT_LIST_FEATURELISTS using the project_id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_FEATURELISTSTool to create a new featurelist in a DataRobot project. Use when you need to define a custom set of features for model training.
Input parameters
Name for the new featurelist. Must be unique within the project and not exceed 100 characters.
List of feature names to include in the featurelist. Must contain at least one feature. Feature names must exist in the project.
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_CREATE_PROJECT.
Whether featurelist should exclude the datetime partition column. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_FROZEN_MODELSTrain a new frozen model with parameters from an existing model. Frozen models replicate the training parameters and hyperparameters of a source model, allowing you to retrain with different sample sizes or cluster counts while maintaining consistent methodology. Use when you want to test how a model performs with different data sizes or clustering configurations without changing its fundamental approach.
Input parameters
The ID of an existing model to use as a source of training parameters. The frozen model will replicate this model's hyperparameters and training approach.
The number of clusters to use in the specified unsupervised clustering model. Only valid in unsupervised clustering projects. Must be between 2 and 100.
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
The percentage of the dataset to use with the model (between 0.0 and 100.0). Only one of samplePct and trainingRowCount should be specified.
The integer number of rows of the dataset to use with the model. Only one of samplePct and trainingRowCount should be specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELSTool to train a new model in a DataRobot project using a specific blueprint. Use this after obtaining a blueprintId from DATAROBOT_LIST_BLUEPRINTS or from existing models. The model training happens asynchronously - poll the returned location URL to monitor progress.
Input parameters
The number of clusters to use in the specified unsupervised clustering model. Only valid in unsupervised clustering projects. Must be between 2 and 100.
The ID of the DataRobot project where the model will be trained. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
The percentage of the dataset to use with the model. Only one of samplePct and trainingRowCount should be specified. The specified percentage should be between 0 and 100.
The ID of a blueprint to use to generate the model. Allowed blueprints can be retrieved using DATAROBOT_LIST_BLUEPRINTS or taken from existing models.
Scoring type for model training validation.
If specified, the model will be trained using this featurelist. If not specified, the recommended featurelist for the specified blueprint will be used. If there is no recommended featurelist, the project's default will be used.
The project the blueprint comes from. Required only if the blueprintId comes from a different project.
An integer representing the number of rows of the dataset to use with the model. Only one of samplePct and trainingRowCount should be specified.
The ID of the featurelist that defines the set of features with a monotonically decreasing relationship to the target. If null, no constraints will be enforced. If omitted, the project default is used.
The ID of the featurelist that defines the set of features with a monotonically increasing relationship to the target. If null, no constraints will be enforced. If omitted, the project default is used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELS_ADVANCED_TUNINGSubmit a job to create a new version of a DataRobot model with different advanced tuning parameters. Use this to fine-tune model hyperparameters beyond the default Autopilot settings. The operation is asynchronous - poll the returned location URL to check job status.
Input parameters
The model ID to create an advanced-tuned version from.
The project ID containing the model to tune.
List of parameters to tune with their new values. At least one parameter must be specified.
Human-readable description of this advanced-tuning request to help identify the tuned model version.
Grid search configuration for advanced model tuning.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELS_FEATURE_EFFECTSTool to request Feature Effects calculation for a DataRobot model. Feature Effects show how each feature impacts predictions, including partial dependence and predicted vs actual relationships. Use when you need to compute Feature Effects for model interpretability analysis. The computation is asynchronous - use the returned location URL to poll for completion status.
Input parameters
The unique identifier of the model
The number of rows from dataset to use for Feature Effects calculation. Must be between 10 and 100000, or the training sample size of the model, whichever is less. Optional.
The unique identifier of the DataRobot project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELS_FEATURE_IMPACTTool to add a request to calculate feature impact for a DataRobot model to the job queue. Use this to understand which features have the most influence on model predictions. The operation is asynchronous - poll the returned location URL to check job status.
Input parameters
The backtest value used for Feature Impact computation. Applicable for datetime aware models only. Can be an integer backtest index or string identifier.
The ID of the model for which to compute feature impact. Use DATAROBOT_LIST_PROJECTS_MODELS or DATAROBOT_GET_PROJECTS_MODELS to find model IDs.
The sample size to use for Feature Impact computation (10-100000 rows). If not specified, defaults to the training sample size of the model. Maximum is 100000 rows or the training sample size, whichever is less.
The ID of the DataRobot project containing the model. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELS_FROM_MODELTool to retrain an existing model with specified parameters. Use when you need to create a new version of a model with different training settings, sample size, or feature list. This action is asynchronous and returns a job URL to monitor progress.
Input parameters
The ID of an existing model to use as the source for the training parameters.
The number of clusters to use in the specified unsupervised clustering model. Only valid in unsupervised clustering projects. Must be between 2 and 100.
The ID of the DataRobot project. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
The percentage of the dataset to use to train the model. The specified percentage should be between 0 and 100. If not specified, original model sample percent will be used.
Validation type for model retraining.
If specified, the model will be trained using that featurelist, otherwise the model will be trained on the same feature list as before.
The number of rows to use to train the model. If not specified, original model training row count will be used.
The ID of the featurelist that defines the set of features with a monotonically decreasing relationship to the target. If null, no such constraints are enforced.
The ID of the featurelist that defines the set of features with a monotonically increasing relationship to the target. If null, no such constraints are enforced.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_MODELS_SHAP_IMPACTTool to create SHAP-based Feature Impact for a specific DataRobot model. DEPRECATED API - prefer CreateInsightsShapImpact for new implementations. This endpoint initiates an asynchronous calculation of SHAP values for feature importance. Poll the returned location URL to check status and retrieve results once the calculation completes.
Input parameters
The unique identifier of the model for which to calculate SHAP Impact.
The sample size to use for Feature Impact computation (10-100000 rows). It is possible to re-compute Feature Impact with a different row count.
The unique identifier of the DataRobot project containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_PAYOFF_MATRICESTool to create a payoff matrix for a binary classification project in DataRobot. Use when you need to define cost-benefit values for model predictions to evaluate profit curves. Only works with binary classification projects.
Input parameters
Name of the payoff matrix to be created.
The project ID to create a payoff matrix for. Must be a binary classification project.
True negative value to use for profit curve calculation. Value assigned when model correctly predicts negative class.
True positive value to use for profit curve calculation. Value assigned when model correctly predicts positive class.
False negative value to use for profit curve calculation. Value assigned when model incorrectly predicts negative class (Type II error).
False positive value to use for profit curve calculation. Value assigned when model incorrectly predicts positive class (Type I error).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_PRED_DATASETS_DATASET_UPLOADSTool to create a prediction dataset upload for a DataRobot project. Use when you need to upload a dataset that will be used for making predictions on a project. Returns a new dataset ID for the prediction dataset. For time series projects, you can specify forecast points or bulk prediction date ranges.
Input parameters
\[DEPRECATED\] The username for database authentication. Use credentialId or credentialData instead.
\[DEPRECATED\] The password (in cleartext) for database authentication. Use credentialId or credentialData instead.
The ID of the dataset entry to use for prediction dataset.
The ID of the project for which to create the prediction dataset upload.
List of credentials for the secondary datasets used in feature discovery project. Maximum 30 items.
If true, use kerberos authentication for database authentication. Default is false.
The ID of the set of credentials to authenticate with the database.
For time series projects only. The time in the dataset relative to which predictions are generated. If not specified, uses the row with the latest timestamp. Cannot be used with predictionsStartDate/predictionsEndDate.
The credentials to authenticate with the database, to be used instead of credential ID. Can be one of several credential types (basic, AWS, OAuth, SSH, GCP, Databricks, Azure).
The ID of the dataset version to use for the prediction dataset. If not specified, uses latest version associated with datasetId.
Actual value column name, valid for the prediction files if the project is unsupervised and the dataset is considered as bulk predictions dataset.
For time series projects only. The end date (exclusive) for bulk predictions using training data. Must be provided with predictionsStartDate. Cannot be used with forecastPoint.
For time series projects only. The start date for bulk predictions using training data (historical predictions, not future). Must be provided with predictionsEndDate. Cannot be used with forecastPoint.
For feature discovery projects only. The ID of the alternative secondary dataset config to use during prediction.
For time series projects only. If True, missing values in the known in advance features are allowed in the forecast window. Default is False.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_PREDICTION_DATASETS_URL_UPLOADSTool to upload a prediction dataset from a URL to a DataRobot project. Use when you need to add prediction data from a publicly accessible URL to an existing project for scoring. The upload happens asynchronously - use the returned statusId to monitor progress.
Input parameters
The URL to download the dataset from for predictions. Must be a valid HTTP/HTTPS URL pointing to a dataset file (CSV, Excel, etc.).
The project ID to which the data will be uploaded for prediction.
A list of credentials for the secondary datasets used in feature discovery project. Maximum 30 items.
For time series projects only. The time in the dataset relative to which predictions are generated. If not specified the default value is the value in the row with the latest specified timestamp. Specifying this value for a project that is not a time series project will result in an error.
Actual value column name, valid for the prediction files if the project is unsupervised and the dataset is considered as bulk predictions dataset. This value is optional.
Used for time series projects only. The end date for bulk predictions, exclusive. Note that this parameter is used for generating historical predictions using the training data, not for future predictions. If not specified, the dataset is not considered as a bulk predictions dataset. This parameter should be provided in conjunction with predictionsStartDate, and cannot be provided with the forecastPoint parameter.
Used for time series projects only. The start date for bulk predictions. Note that this parameter is used for generating historical predictions using the training data, not for future predictions. If not specified, the dataset is not considered as a bulk predictions dataset. This parameter should be provided in conjunction with predictionsEndDate, and cannot be provided with the forecastPoint parameter.
For feature discovery projects only. The ID of the alternative secondary dataset config to use during prediction.
For time series projects only. If true, missing values in the known in advance features are allowed in the forecast window at the prediction time. If omitted or false, missing values are not allowed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_PREDICTIONSTool to create new predictions for a dataset using a trained model within a DataRobot project. Returns immediately with a status URL - prediction computation happens asynchronously. Use the location URL to poll for completion and retrieve results.
Input parameters
The model ID to make predictions with. Use DATAROBOT_LIST_MODEL_RECORDS to find available models in the project.
The dataset ID to compute predictions for. Must have been previously uploaded. Use DATAROBOT_LIST_DATASETS to find available datasets.
The project ID to make predictions within. Use DATAROBOT_LIST_PROJECTS to find available projects.
For time series projects only. The time in the dataset relative to which predictions are generated (ISO 8601 date-time format). If not specified, defaults to the latest timestamp in the dataset.
Maximum number of explanation values to return for each row, ordered by absolute value. Defaults to null for datasets narrower than 100 columns, 100 for wider datasets. Only valid when explanationAlgorithm is set.
For time series projects with partial history only. Indicates if feature derivation window counts will be part of the response.
For time series projects only. Actual value column name, valid for prediction files if the project is unsupervised and the dataset is considered a bulk predictions dataset.
For time series projects only. The end date for bulk predictions, exclusive (ISO 8601 date-time format). Used for generating historical predictions using training data. Must be provided with predictionsStartDate, cannot be used with forecastPoint.
Threshold used for binary classification in predictions (0.0-1.0). If not specified, model default prediction threshold will be used.
Explanation algorithm for predictions.
For time series projects only. The start date for bulk predictions (ISO 8601 date-time format). Used for generating historical predictions using training data. Must be provided with predictionsEndDate, cannot be used with forecastPoint.
Represents the percentile to use for the size of the prediction intervals (1-100). Defaults to 80 if includePredictionIntervals is True.
Specifies whether prediction intervals should be calculated. Defaults to True if predictionIntervalsSize is specified, otherwise False.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_RATING_TABLESTool to upload a modified rating table file to a DataRobot project. Use when you need to create a new rating table from a parent model. Returns the created rating table ID and name.
Input parameters
The unique identifier of the DataRobot project that owns this rating table data. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
The parent model ID from which this rating table file was derived. This links the rating table to a specific model in the project.
Rating table file to upload.
Human-readable name for the new rating table to create.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_TRAINING_PREDICTIONSTool to create training predictions for a DataRobot project. Use when you need to compute predictions on the training data using a trained model. Returns immediately with a status URL - computation happens asynchronously.
Input parameters
The model ID to make predictions with. Use DATAROBOT_LIST_MODEL_RECORDS to find available models in the project.
Project ID to compute training predictions for. Use DATAROBOT_LIST_PROJECTS to find available projects.
Subset of data predicted on: 'all' returns predictions for all rows including training, validation, holdout and discarded rows (not available for large datasets or Date/Time partitioning). 'validationAndHoldout' returns predictions for validation and holdout scores (not available for large projects or Date/Time projects trained into validation). 'holdout' returns predictions for holdout score calculation (not available without holdout or for large datasets). 'allBacktests' returns predictions for backtesting scores in Date/Time projects. 'validation' returns predictions for validation score calculation. 'crossValidation' returns cross-validation predictions.
Specifies the maximum number of explanation values that should be returned for each row, ordered by absolute value, greatest to least. Defaults to null for datasets narrower than 100 columns, 100 for wider datasets. Cannot be set if explanationAlgorithm is omitted.
If set to 'shap', the response will include prediction explanations based on the SHAP explainer (SHapley Additive exPlanations). Defaults to null (no prediction explanations).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_PROJECTS_TYPE_TRANSFORM_FEATURESCreate a new feature by changing the type of an existing feature in a DataRobot project. Use when you need to convert a single feature to a different variable type (e.g., numeric to text, categorical to numeric). The operation is asynchronous - monitor the returned Location URL for completion status.
Input parameters
The name of the new feature. Must not be the same as any existing features for this project. Must not contain '/' character.
The project ID to create the feature in. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
The name of the parent feature to transform.
The replacement value in case of a failed transformation. Can be string, boolean, number, or null.
The type of the new feature. Must be one of: 'text', 'categorical' (Deprecated in version v2.21), 'numeric', or 'categoricalInt'.
Enum for date extraction values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RECIPE_FROM_RECIPETool to clone an existing wrangling recipe in DataRobot. Use when you need to create a copy of an existing recipe. The cloned recipe will have the same operations and settings as the original recipe.
Input parameters
The recipe name for the cloned recipe. If omitted, a default name will be generated.
Recipe ID to create a Recipe from. Use DATAROBOT_LIST_RECIPES to find available recipe IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RECIPES_FROM_DATASETTool to create a DataRobot recipe from a dataset. Use when creating wrangling, SQL, or feature discovery recipes. Supports two modes: simple mode (requires dialect and status) or extended mode (requires recipeType with optional inputs and settings).
Input parameters
List of input data sources for the recipe. Optional in extended mode.
Recipe publication status. Required in simple mode, optional in extended mode.
Source type data was retrieved from. Required in simple mode, optional in extended mode.
ID of the dataset to create the recipe from. Use DATAROBOT_LIST_DATASETS to find available datasets.
ID of the use case to associate with the recipe. Optional in extended mode.
Type of the recipe workflow. Required in extended mode, optional in simple mode.
Snapshot policy for the dataset version. Optional in extended mode.
Specific version ID of the dataset. If omitted, uses the latest version. Optional in extended mode.
ID of the experiment container. Optional in extended mode.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RECIPES_FROM_DATA_STORECreate a recipe and data source from a DataRobot data store. Use when connecting to external databases like Snowflake, BigQuery, Databricks, or Postgres to create a wrangling or SQL recipe. Requires an existing data store ID (from DATAROBOT_LIST_DATA_SOURCES) and use case ID (from GET /api/v2/useCases/).
Input parameters
List of recipe inputs (data sources). Must contain at least 1 input and no more than 1000.
SQL dialect of the data source: 'snowflake', 'bigquery', 'databricks', 'spark', or 'postgres'
ID of the Use Case to associate with the recipe. Use GET /api/v2/useCases/ to find available use cases. This field is required in practice even though marked as optional in the schema.
Type of recipe workflow: 'sql' or 'wrangling'
ID of the data store to use. Use DATAROBOT_LIST_DATA_SOURCES or API endpoint GET /api/v2/externalDataStores/ to find available data store IDs.
Data source type: 'dr-database-v1' or 'jdbc'
\[DEPRECATED - use useCaseId instead\] ID of the experimental container for the recipe
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RECIPES_PREVIEWTool to start the job that generates a preview of the data after applying a wrangling recipe. Returns immediately with a status URL - preview generation happens asynchronously.
Input parameters
The ID of the recipe to generate a preview for. Use DATAROBOT_LIST_RECIPES to find available recipe IDs.
The ID of the credentials to use for the connection. If not given, the default credentials for the connection will be used.
The number indicating how many operations from the beginning to compute a preview for. If not specified, all operations in the recipe will be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RECIPES_SQLTool to build SQL query for a DataRobot recipe. Use when you need to generate SQL from recipe operations or preview the SQL that would be executed. You can optionally override recipe operations or use input aliases instead of real table names.
Input parameters
The ID of the recipe to generate SQL for. Use DATAROBOT_LIST_RECIPES to find available recipe IDs.
List of operations to override the recipe operations when building SQL. If null or omitted, uses the original recipe operations. If empty list, produces basic SELECT query: 'SELECT <columns> FROM <table>'. Maximum 1000 operations allowed.
Produce SQL that uses input aliases instead of real table names. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_RELATIONSHIPS_CONFIGURATIONSTool to create a relationships configuration in DataRobot for connecting multiple datasets for feature engineering. Use when you need to define how datasets relate to each other for time-aware or multi-table machine learning projects. The relationships configuration enables DataRobot to automatically generate features from related datasets by defining join keys and temporal relationships.
Input parameters
List of relationships between the datasets. Defines how datasets are joined together for feature engineering.
List of dataset definitions that will be used in the relationships. Each dataset must have a unique identifier within this configuration.
Mode of feature discovery.
List of feature discovery settings to customize the feature discovery process. Only applicable when featureDiscoveryMode is 'manual'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_REMOTE_EVENTSTool to post a remote deployment event to DataRobot. Use when you need to record custom events related to deployments such as health changes, model replacements, or prediction failures.
Input parameters
Event payload for model replacement events.
The identifier of the organization associated with the event.
The title of the event.
Descriptive message for health events.
The type of the event. Labels in all_lower_case are deprecated.
The time when the event occurred in ISO 8601 format (e.g., '2026-02-13T20:00:00Z').
The identifier of the deployment associated with the event.
Moderation event information.
Spooler channel event payload.
Prediction event payload.
The identifier of the prediction environment associated with the event.
External NaN Predictions event payload.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_SECURE_CONFIGTool to create a secure configuration for storing credentials and sensitive data. Use when you need to securely store OAuth tokens, API keys, database credentials, or LLM provider credentials. The configuration can then be referenced in data sources, deployments, or other DataRobot resources.
Input parameters
Human-readable name for the secure configuration. Must be unique within your organization.
Array of key-value pairs containing the secure configuration values. Required keys depend on the schemaName selected. For example, 'OAuth 2.0' requires: clientId, clientSecret, tokenEndpointUrl, authorizationEndpointUrl.
Type of secure configuration schema to use. Determines which keys are required in the values array.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_STRING_ENCRYPTIONSTool to encrypt a string which DataRobot can decrypt when needed. Use when storing sensitive data like passwords or credentials that DataRobot needs to access data stores.
Input parameters
String to be encrypted. DataRobot will decrypt the string when needed to access data stores.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USAGE_DATA_EXPORTSTool to create a customer usage data artifact request in DataRobot. Use when you need to export usage tracking data for audit, billing, or compliance purposes. Requires "CAN_ACCESS_USER_ACTIVITY" permission. The artifact generation is asynchronous. Poll the returned location URL to check status and retrieve the artifact ID once generation completes. The artifact will be in .zip format.
Input parameters
The upper bound of stored events timestamp to include within the artifact (ISO 8601 date-time format, e.g., '2025-12-31T23:59:59Z').
The lower bound of stored events timestamp to include within the artifact (ISO 8601 date-time format, e.g., '2025-01-01T00:00:00Z').
Only actions performed by this user will be retrieved. Use Get Account Info or List Organization Users to obtain user IDs.
Additional fields to be included in the export.
Switches off caching when set to true. When false or not specified, uses cached data if available.
Only actions that are connected with the project will be retrieved. Use List Projects to obtain project IDs.
The list of reports that should be generated. Will default to None if not specified. Options: ADMIN_USAGE (admin actions), APP_USAGE (application usage), PREDICTION_USAGE (prediction activity), SYSTEM_INFO (system information).
Indicates if identifying information like user names, project names, etc. should be included. Defaults to True.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USE_CASETool to create a new DataRobot use case. Use when you need to create a container for organizing related projects, deployments, models, and other resources around a business problem or initiative.
Input parameters
Name of the use case (max 100 characters). If omitted, DataRobot will generate a default name.
Description of the use case providing context about its purpose and goals.
Advanced tour options for use cases.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USE_CASES_MULTILINKTool to link multiple entities to a DataRobot use case in bulk. Use when you need to associate projects, notebooks, deployments, datasets, or other resources with a use case for organizational purposes.
Input parameters
The workflow that is attaching this entity. Used for analytics only, does not affect the operation. Options: migration, creation, move, or unspecified (default).
The ID of the use case to link entities to. Use LIST_USE_CASES or GET_USE_CASES to find available use case IDs.
List of entities to link to this use case. Minimum 1, maximum 100 entities per request.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USER_BLUEPRINT_FROM_BLUEPRINT_IDClone a blueprint from a project to create a user blueprint. Use when you need to save a project blueprint to your catalog for reuse in other projects. The created user blueprint can be customized and applied to different datasets.
Input parameters
The title/name to give to the blueprint (max 1000 characters).
The ID of the project where the user blueprint will be created. This is the active project context.
The ID of the blueprint to clone. Obtain from project blueprints list.
Optional description for the user blueprint.
Whether to save the blueprint to the catalog. Default is True.
Whether the request is sent from the in-place user blueprint editor. Default is False.
Whether to add dynamic labels to a decompressed blueprint. Only valid when decompressedBlueprint is True.
Whether to retrieve the blueprint in decompressed format. Default is False.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USER_BLUEPRINTS_BULK_VALIDATIONSTool to validate multiple user blueprints in bulk and check their configuration correctness. Use when you need to verify that custom blueprints are properly configured before running them in a project.
Input parameters
String representation of ObjectId for the currently active project. The user blueprint is validated against this project context. Required when blueprints contain project-specific tasks like column selection.
List of user blueprint IDs to validate (at least 1 required). Each ID should be a valid ObjectId string (24-character hex or UUID format).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USER_BLUEPRINTS_PROJECT_BLUEPRINTSAdd user blueprints to a DataRobot project's repository. Use when you want to make custom blueprints available for modeling in a specific project.
Input parameters
The ID of the project to add the user blueprints to. Use DATAROBOT_LIST_PROJECTS to find available projects.
Whether to delete the user blueprint(s) after adding them to the project menu. Default is False.
Whether to include extra fields describing why any blueprints were not added to the project. When True, the notAddedToMenu field will contain detailed error information. Default is False.
List of user blueprint IDs to add to the project's repository. Use DATAROBOT_LIST_USER_BLUEPRINTS to find available user blueprint IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USER_BLUEPRINTS_TASK_PARAMETERSTool to validate task parameters for custom tasks in DataRobot User Blueprints. Use when building custom blueprints to verify that parameter values are acceptable before saving. Returns validation errors for any invalid parameters, or an empty errors list if all are valid.
Input parameters
The task code identifying the custom task to validate parameters for. Examples: PNI2, RDT5, BINNING, KERASC, ENETCD, PDM3.
The project ID where this user blueprint is being edited. Optional context for validation.
The method representing how the task will output data. Valid values: P, Pm, S, Sm, T, TS.
A list of task parameters with their proposed values to be validated. Can be an empty array to validate the task itself without specific parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_USER_GROUPTool to create a new user group. Use when you need to add a group to an existing DataRobot organization after confirming orgId.
Input parameters
Unique name for the new user group (max length 100).
Optional contact email for this user group.
Identifier of the organization to which the group will belong.
Optional human-readable description for the group (max length 1000).
Identifier of the access role to assign to the group.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_VALUE_TRACKERSTool to create a new DataRobot value tracker for tracking ML project value and lifecycle stages. Use when you need to register a new ML initiative and track its business impact, feasibility, and stage progression. Value trackers help measure ROI and manage the lifecycle from ideation through production to retirement.
Input parameters
Name of the value tracker (max 512 characters)
User notes about the value tracker
Current stage of the value tracker lifecycle (required). Options: ideation, queued, dataPrepAndModeling, validatingAndDeploying, inProduction, retired, onHold
Description of the value tracker (max 1024 characters)
Assessment of how the value tracker can be accomplished across multiple dimensions, rated from 1 (low) to 5 (high)
Array of target dates for different stages
Expected effects on overall business operations, rated from 1 (low) to 5 (high)
Monetary value with currency and optional details.
List of prediction target names associated with this value tracker
Template type and parameter information for potential value calculation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_CREATE_VALUE_TRACKERS_ATTACHMENTSTool to attach resources to a DataRobot value tracker. Use when you need to link datasets, projects, deployments, or other objects to a value tracker for monitoring. Returns the list of successfully attached objects. Requires that the value tracker is writable and all specified objects are readable.
Input parameters
The unique identifier of the value tracker to attach objects to (24-character hex string).
An array of attachment objects specifying the resources to attach to the value tracker. At least one object is required.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_ACCESS_ROLETool to delete a custom Access Role. Use when you need to remove a custom role by its ID after verifying the ID.
Input parameters
The ID of the custom Access Role to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_BATCH_JOBTool to cancel a DataRobot batch job. Use when you need to abort a queued or running batch prediction job.
Input parameters
ID of the batch job to cancel. Obtain from DATAROBOT_LIST_BATCH_JOBS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_BATCH_MONITORING_JOB_DEFINITIONTool to delete a Batch Prediction job definition. Use when you need to permanently remove a batch monitoring job definition by its ID. Cannot delete if there are currently running jobs in the queue.
Input parameters
ID of the Batch Prediction job definition to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_BATCH_PREDICTIONTool to cancel a DataRobot Batch Prediction job. Use when you need to abort a running or queued batch prediction job.
Input parameters
ID of the Batch Prediction job to cancel. Obtain from DATAROBOT_LIST_BATCH_JOBS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_BATCH_PREDICTION_JOB_DEFINITIONTool to delete a Batch Prediction job definition. Use when you need to permanently remove a job definition by its ID.
Input parameters
ID of the Batch Prediction job definition to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CALENDARSTool to delete a DataRobot calendar. Use when you need to permanently remove a calendar by its unique ID.
Input parameters
The unique identifier of the calendar to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_COMMENTTool to delete a DataRobot comment. Use when you need to permanently remove a comment by its unique ID.
Input parameters
The unique identifier of the comment to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_COMPLIANCE_DOC_TEMPLATETool to delete a compliance documentation template. Use when you need to permanently remove a compliance doc template by its ID.
Input parameters
The ID of the model compliance document template to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CREDENTIALSTool to delete a credentials set. Use when you need to permanently remove credentials by their unique ID.
Input parameters
Credentials entity ID to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CUSTOM_APPLICATIONTool to delete a DataRobot custom application. Use when you need to permanently remove an application by its unique ID.
Input parameters
Marks that this application should be hard deleted instead of soft deleted. Defaults to false (soft delete).
The ID of the custom application to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CUSTOM_APPLICATION_SOURCESTool to delete a custom application source with all its versions. Use when you need to permanently remove a custom application source by its ID.
Input parameters
Marks that this application source should be hard deleted instead of soft deleted. Defaults to 'false' for soft delete.
The ID of the application source to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CUSTOM_APPLICATION_SOURCES_VERSIONSTool to delete a custom application source version if it is still mutable. Use when you need to remove a specific version of a custom application source by its ID.
Input parameters
The ID of the application source.
The ID of the application source version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CUSTOM_JOBTool to delete a DataRobot custom job. Use when you need to permanently remove a custom job by its ID.
Input parameters
ID of the custom job to delete. Obtain from DATAROBOT_LIST_CUSTOM_JOBS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_CUSTOM_MODELTool to delete a custom model in DataRobot. Use when you need to permanently remove a custom model by its unique ID. Cannot delete models that are currently deployed.
Input parameters
The unique identifier of the custom model to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASETTool to delete a dataset from DataRobot. Use when you need to permanently remove a dataset by its unique ID.
Input parameters
The unique identifier of the dataset to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASET_DEFINITIONSTool to soft delete a dataset definition by ID. Use when you need to remove a dataset definition without permanently deleting the underlying data.
Input parameters
The ID of the dataset definition to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASET_DEFINITIONS_CHUNK_DEFINITIONSTool to soft delete a chunk definition by ID. Use when you need to remove a chunk definition from a dataset definition.
Input parameters
The ID of the chunk definition to delete.
The ID of the dataset definition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASET_FEATURELISTTool to delete a dataset featurelist. Use when you need to permanently remove a featurelist from a dataset by its unique ID.
Input parameters
The unique identifier of the dataset.
The unique identifier of the featurelist to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASETS_REFRESH_JOBSTool to delete a DataRobot dataset refresh job. Use when you need to remove a scheduled dataset refresh job.
Input parameters
ID of the user scheduled dataset refresh job.
The dataset associated with the scheduled refresh job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASETS_RELATIONSHIPSTool to delete a dataset relationship. Use when you need to permanently remove a relationship between datasets by their unique IDs.
Input parameters
The unique identifier of the dataset.
The unique identifier of the dataset relationship to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATASETS_VERSIONSTool to delete a specific version of a dataset from DataRobot's catalog. Use when you need to permanently remove a dataset version that is no longer needed.
Input parameters
The ID of the dataset entry.
The ID of the dataset version to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATA_SLICESTool to delete multiple data slices in bulk. Use when you need to remove one or more data slices by their IDs. Supports deletion of up to 20 data slices in a single request.
Input parameters
List of data slice IDs to delete. Must provide between 1 and 20 data slice IDs (24-character hex strings).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DATA_SLICES_BY_IDTool to delete a data slice. Use when you need to permanently remove a data slice by its unique ID.
Input parameters
The unique identifier of the data slice to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DEPLOYMENTTool to delete a DataRobot deployment. Use when you need to permanently remove a deployment by its unique ID.
Input parameters
Unique identifier of the DataRobot deployment to delete.
If true/True, do not wait for the management agent to delete the deployment first.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DEPLOYMENTS_ACTUALS_DATA_EXPORTTool to delete an actuals data export job from a deployment. Use when you need to remove an export by its unique ID.
Input parameters
ID of the actuals data export job.
ID of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DEPLOYMENTS_CUSTOM_METRICTool to delete a custom metric from a deployment. Use when you need to permanently remove a custom metric by its unique ID.
Input parameters
Unique identifier of the deployment.
Unique identifier of the custom metric to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DEPLOYMENTS_MONITORING_BATCHESTool to delete a monitoring batch from a deployment. Use when you need to permanently remove a monitoring batch by its unique ID.
Input parameters
Unique identifier of the deployment.
ID of the monitoring batch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_DEPLOYMENTS_RETRAINING_POLICIESTool to delete a retraining policy from a deployment. Use when you need to permanently remove a retraining policy by its unique ID.
Input parameters
Unique identifier of the deployment.
ID of the retraining policy.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_ENTITY_NOTIFICATION_CHANNELTool to delete an entity notification channel. Use when you need to remove a notification channel from a deployment or custom job.
Input parameters
The ID of the entity notification channel to delete.
The ID of the related entity (deployment ID or custom job ID).
Type of related entity (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_ENTITY_NOTIFICATION_POLICYTool to delete an entity notification policy. Use when you need to remove a notification policy for a deployment or custom job.
Input parameters
The unique identifier of the notification policy to delete.
The unique identifier of the related entity (e.g., deployment ID or custom job ID).
Type of related entity (deployment or customjob, case-insensitive variants supported).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_ENTITY_TAGSTool to delete an entity tag. Use when you need to remove an entity tag by its unique ID.
Input parameters
The ID of the entity tag to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_EXTERNAL_DATA_SOURCETool to delete an external data source. Use when you need to permanently remove a data source by its unique ID. Note: deletion will fail if the data source is in use by one or more datasets.
Input parameters
The ID of the external data source to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_EXTERNAL_DATA_STORETool to delete an external data store. Use when you need to permanently remove a data store by its unique ID. Note: deletion will fail if the data store is in use by one or more data sources.
Input parameters
ID of the data store.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_EXTERNAL_O_AUTH_PROVIDERSTool to delete an external OAuth provider from DataRobot. Use when removing OAuth integrations for external services. This is an asynchronous operation that returns a job location URL for tracking deletion progress.
Input parameters
The unique identifier of the OAuth provider to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_FILESTool to delete a file from DataRobot. Use when you need to permanently remove a file by its catalog ID.
Input parameters
The catalog item ID of the file to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_FILES_ALL_FILESTool to delete files or folders from a DataRobot catalog item. Use when you need to remove specific files or folders by their paths. Folder paths should end with a slash '/'. Maximum 1000 paths can be deleted in a single request.
Input parameters
File and folder paths to delete. Folder paths should end with slash '/'. Minimum 1 path, maximum 1000 paths.
The catalog item ID from which to delete files or folders.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_COST_METRIC_CONFIGURATIONTool to delete a GenAI cost metric configuration. Use when you need to remove a cost metric configuration by its unique ID.
Input parameters
The identifier of the cost metric configuration to remove.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_CUSTOM_MODEL_LLM_VALIDATIONTool to delete a custom model LLM validation from DataRobot. Use when you need to remove a specific LLM validation by its ID.
Input parameters
The identifier of the custom model LLM validation to remove.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_CUSTOM_MODEL_VECTOR_DB_VALIDATIONSTool to delete a custom model vector database validation in DataRobot. Use when you need to remove a validation test for a custom model's vector database compatibility.
Input parameters
The unique identifier of the custom model vector database validation to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_LLM_BLUEPRINTSTool to delete a GenAI LLM blueprint in DataRobot. Use when you need to remove an LLM blueprint configuration by its unique ID.
Input parameters
The unique identifier of the LLM blueprint to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_LLM_TEST_CONFIGURATIONSTool to delete an LLM test configuration in DataRobot. Use when you need to remove a test configuration for LLM robustness testing.
Input parameters
The unique identifier of the LLM test configuration to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_OOTB_METRIC_CONFIGURATIONTool to delete a GenAI out-of-the-box (OOTB) metric configuration. Use when you need to remove an OOTB metric configuration by its unique ID.
Input parameters
The identifier of the OOTB metric configuration to remove.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GENAI_PLAYGROUNDTool to delete a GenAI playground. Use when you need to permanently remove a playground by its unique ID.
Input parameters
The unique identifier of the GenAI playground to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GROUPSTool to delete multiple user groups by their IDs in a single request. Use when you need to remove several groups at once (limit 100 per request).
Input parameters
List of user groups to delete; must contain between 1 and 100 items.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_GROUPS_USERSTool to remove one or more users from a DataRobot user group by groupId. Use when you need to revoke group membership for existing users. Limit 100 users per request.
Input parameters
List of users to remove; must contain between 1 and 100 items.
The identifier of the user group from which users will be removed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_MODELING_FEATURELISTTool to delete a specified modeling featurelist from a DataRobot project. Use when you need to remove a modeling featurelist by its ID. Supports dry-run mode to preview deletion impact and automatic deletion of dependencies.
Input parameters
Enum for dry run option values.
The project ID.
The featurelist ID.
Enum for delete dependencies option values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOK_CELLTool to delete a specific cell from a DataRobot notebook. Use when you need to permanently remove a cell from a notebook by its unique ID. Use after confirming the cell is no longer needed.
Input parameters
The unique identifier of the cell to delete from the notebook. Must be a valid MongoDB ObjectId (24-character hexadecimal string).
The unique identifier of the notebook containing the cell to delete. Must be a valid MongoDB ObjectId (24-character hexadecimal string).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOK_ENVIRONMENT_VARIABLES_BY_IDTool to delete a notebook environment variable by ID. Use when you need to remove an environment variable from a specific notebook.
Input parameters
The ID of the environment variable to delete.
The ID of the notebook containing the environment variable.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOK_EXECUTION_ENVIRONMENTS_PORTSTool to delete an exposed port from a notebook execution environment in DataRobot. Use when you need to remove a specific port that was previously exposed for a notebook.
Input parameters
The unique identifier of the exposed port to delete.
The unique identifier of the notebook execution environment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOK_JOBSTool to delete a notebook job in DataRobot. Use when you need to permanently remove a scheduled or manual notebook job by its unique ID.
Input parameters
The ID of the notebook job to delete. Must be a valid 24-character hex ObjectId. Obtain from DATAROBOT_LIST_NOTEBOOK_JOBS or DATAROBOT_CREATE_NOTEBOOK_JOBS_MANUAL_RUN.
The ID of the use case this notebook job is associated with. Must be a valid 24-character hex ObjectId. Required for authorization. Obtain from DATAROBOT_LIST_USE_CASES.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOK_REVISIONTool to delete a specific notebook revision by its ID. Use when you need to permanently remove a notebook revision.
Input parameters
The unique identifier of the notebook containing the revision to delete.
The unique identifier of the specific revision to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTEBOOKSTool to delete a notebook in DataRobot. Use when you need to permanently remove a notebook by its unique ID.
Input parameters
The ID of the notebook to delete. Must be a valid 24-character hex ObjectId (MongoDB ObjectId format).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_NOTIFICATION_CHANNEL_TEMPLATETool to delete a notification channel template. Use when you need to permanently remove a notification channel template by its ID.
Input parameters
The id of the notification channel template to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_OTEL_METRICS_CONFIGTool to delete an OpenTelemetry metric configuration for a specified entity. Use when you need to remove a metric configuration by its ID.
Input parameters
ID of the entity to which the metric belongs.
Type of the entity to which the metric belongs. Must be one of: deployment, use_case, experiment_container, custom_application, workload, or workload_deployment.
The ID of the OpenTelemetry metric configuration to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PAYOFF_MATRIXTool to delete a payoff matrix from a DataRobot project. Use when you need to permanently remove a payoff matrix by its unique ID.
Input parameters
The unique identifier of the DataRobot project containing the payoff matrix.
ObjectId of the payoff matrix to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PREDICTION_EXPLANATIONS_INITIALIZATIONTool to delete an existing prediction explanations initialization for a model. Use when you need to remove prediction explanation configuration from a specific model in a project.
Input parameters
The unique identifier of the model.
The unique identifier of the DataRobot project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PROJECTTool to delete a DataRobot project. Use when you need to permanently remove a project by its unique ID. Use after confirming the project is no longer needed.
Input parameters
The unique identifier of the DataRobot project to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PROJECT_MODELTool to delete a model from a DataRobot project's leaderboard. Use when you need to permanently remove a model by its ID.
Input parameters
The ID of the model to delete from the project leaderboard. Obtain from DATAROBOT_LIST_MODELS.
The ID of the DataRobot project containing the model to delete. Obtain from DATAROBOT_LIST_PROJECTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PROJECT_MODEL_JOBTool to cancel a modeling job for a DataRobot project. Use when you need to stop a queued or running model job by its ID. The job must not have already completed.
Input parameters
The ID of the model job to cancel. This is the modeling job identifier that you want to cancel. Obtain from listing model jobs for the project.
The ID of the DataRobot project containing the model job to cancel. Obtain from DATAROBOT_LIST_PROJECTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PROJECTS_FEATURELISTSTool to delete a specified featurelist from a DataRobot project. Use when you need to remove a featurelist by its ID. Supports dry-run mode to preview deletion impact and automatic deletion of dependencies.
Input parameters
Enum for dry run option values.
The project ID.
The featurelist ID.
Enum for delete dependencies option values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_PROJECTS_PREDICTION_DATASETSTool to delete a prediction dataset that was uploaded for a DataRobot project. Use when you need to permanently remove a prediction dataset by its unique ID.
Input parameters
The dataset ID to delete.
The project ID that owns the dataset.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_QUOTATool to delete a quota by its ID. Use when you need to permanently remove a quota from the system.
Input parameters
Specific quota ID to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_RECIPETool to delete a wrangling recipe. Use when you need to permanently remove a recipe by its unique ID.
Input parameters
The unique identifier of the wrangling recipe to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_REGISTERED_MODELSTool to archive a registered model in DataRobot. Use when you need to remove a registered model by its unique ID.
Input parameters
Unique identifier of the registered model to archive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_SECURE_CONFIGSTool to delete a secure configuration and its values. Use when you need to permanently remove a secure configuration by its unique ID.
Input parameters
The id of the secure configuration to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_SPARK_SESSIONSTool to stop a DataRobot Spark wrangling session by size. Use when you need to terminate an active Spark session to free up resources.
Input parameters
The Spark instance size to stop. Options: small, medium, or large.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_STATUSTool to delete a task status object. Use when you need to remove a status entry by its unique ID.
Input parameters
The ID of the status object to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USE_CASETool to delete a DataRobot use case. Use when you need to permanently remove a use case by its unique ID.
Input parameters
The ID of the use case to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USE_CASE_REFERENCETool to remove a related entity from a DataRobot use case. Use when you need to unlink a resource (dataset, project, deployment, etc.) from a use case.
Input parameters
The primary id of the entity to remove from the use case.
The id linking the Use Case with the entity type.
If True, delete the linked resource itself; if False, only remove the association with the use case.
The reference collection type (e.g., datasets, projects, deployments).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USER_BLUEPRINTTool to delete a user-owned blueprint in DataRobot. Use when you need to permanently remove a user blueprint by its unique ID.
Input parameters
Used to identify a specific user-owned blueprint.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USER_BLUEPRINTSTool to delete one or more user blueprints by their IDs. Use when you need to remove custom blueprints from DataRobot. Returns lists of successfully and unsuccessfully deleted blueprint IDs.
Input parameters
List of user blueprint IDs to delete. Each ID must be a valid MongoDB ObjectId (24-character hexadecimal string). At least one ID is required.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USER_GROUPTool to delete a user group by its ID. Use after confirming the group ID to remove that group.
Input parameters
ID of the user group to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USER_NOTIFICATIONTool to delete a user notification by ID. Use when you need to permanently remove a specific notification from the user's notification list.
Input parameters
Unique identifier of the notification.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_USER_NOTIFICATIONSTool to delete all user notifications in DataRobot. Use when you need to clear all notifications for the authenticated user.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DELETE_VALUE_TRACKERTool to delete a DataRobot value tracker. Use when you need to permanently remove a value tracker by its unique ID.
Input parameters
The unique identifier of the value tracker to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DETECT_EXT_DS_STANDARD_USER_DEF_FUNCTIONSTool to start the job that detects standard user-defined functions for an external data store. Use when you need to detect rolling_median or rolling_most_frequent functions in a database schema.
Input parameters
Forces detection to be submitted, even if a cache with detected standard user-defined functions for given parameters is already present.
The schema to create or detect user-defined functions in.
ID of the external data store to detect functions in.
ID of the set of credentials to use for authenticating to the data store. Use DATAROBOT_LIST_CREDENTIALS to find available credentials.
Standard user-defined function type to detect.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DOWNLOAD_CUSTOM_MODELTool to download the latest custom model version content from DataRobot. Use when you need to retrieve a custom model archive.
Input parameters
Download model version from PPS tab. If 'true' or 'True', model archive includes dependencies install script. If 'false' or 'False', dependencies script is not included.
The ID of the custom model to download.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DOWNLOAD_CUSTOM_MODEL_VERSIONTool to download custom model version content from DataRobot as a file archive. Use when you need to retrieve the full model version package including code and dependencies.
Input parameters
Options for including PPS dependencies in the download.
The ID of the custom model.
The ID of the custom model version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DOWNLOAD_FILETool to download file data from a DataRobot catalog item by streaming it. Use when you need to retrieve the actual file content from the catalog.
Input parameters
The name of a file to download from an unstructured dataset. If not specified, it will download either the original archive file or, if there is only one file, it will download that.
The catalog item ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_DOWNLOAD_SCORING_CODETool to download scoring code for a DataRobot deployment. Use after deployment is active.
Input parameters
Whether to return source code (not executable) instead of a compiled JAR.
Unique identifier of the deployment.
Include DataRobot tracking agent in the package. Cannot be true when requesting source code.
Include prediction intervals in the downloaded package.
Include prediction explanations in the downloaded package.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_EVALUATE_ENTITLEMENTSTool to evaluate which entitlements are enabled for the authenticated user's DataRobot account. Use when checking feature availability or permissions before attempting operations that require specific entitlements.
Input parameters
Array of entitlements to evaluate (maximum 100 items). Each entitlement should specify a name to check.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_EXPORT_TENANT_USAGEExport tenant resource usage data for billing and cost analysis. Retrieves detailed usage records including CPU, GPU, and LLM workloads for a specified tenant and date range. Use the Get Account Info action first to obtain the required tenantId. Note: Start date cannot be before 2025-07-01.
Input parameters
End date for usage export in YYYY-MM-DD format. Must be on or after the start date.
Start date for usage export in YYYY-MM-DD format. Note: Start date cannot be before 2025-07-01.
Optional user ID to filter usage by a specific user. Obtain user IDs from the Get Account Info or List Organization Users actions.
The UUID of the tenant to export usage for. Obtain this from the Get Account Info action (tenantId field).
Optional workload category to filter usage. Allowed values: 'all' (all categories), 'gpuUsage' (GPU workloads), 'llmUsage' (LLM workloads), 'cpuUsage' (CPU workloads).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_FINALIZE_BATCH_PREDICTIONS_CSV_UPLOADTool to finalize a multipart CSV upload for batch predictions. Use after uploading all CSV parts via PUT requests to submit the job to the scoring queue. Only works for jobs created with multipart=true.
Input parameters
ID of the Batch Prediction job to finalize the multipart upload for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ACCESS_ROLETool to retrieve details for a specific Access Role by ID. Use when you need confirmation of role permissions.
Input parameters
ID of the Access Role to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ACCOUNT_INFORetrieves account information for the currently authenticated user, including user ID (uid), email, name, tenant ID, and organization ID (orgId). No parameters required. Use this action to get the current user's orgId for listing organization users or tenantId for tenant-level operations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ACCURACY_METRICS_CONFIGTool to retrieve which accuracy metrics are displayed and their order for a deployment. Use when you need the configured metrics order for a deployment.
Input parameters
Unique identifier of the deployment to retrieve accuracy metrics configuration for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ACCURACY_OVER_TIMETool to retrieve baseline and accuracy metric values over time buckets for a deployment. Use when analyzing model performance trends; call after confirming the deployment is live.
Input parameters
End of time range (RFC3339 ‘top of the hour’). Defaults to next top of hour if not provided.
Start of time range (RFC3339 ‘top of the hour’). Defaults to 7 days before end if not provided.
Duration of each bucket in ISO 8601 duration format. Examples: 'PT1H' (1 hour), 'P1D' (1 day), 'P7D' (7 days). Must not exceed total period; auto-computed if omitted.
Unique identifier of the deployment (24-character alphanumeric ID).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_BATCH_JOBTool to retrieve a DataRobot batch job by ID. Use when you need details about a specific batch prediction or monitoring job.
Input parameters
ID of the Batch job to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_BATCH_PREDICTION_JOB_DEFINITIONTool to retrieve a Batch Prediction job definition by ID. Use when you need to inspect configuration or check scheduling status.
Input parameters
ID of the Batch Prediction job definition to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_BATCH_PREDICTION_JOB_DEFINITION_PORTABLETool to retrieve a portable batch prediction job definition snippet. Use when you need the configuration to run portable batch predictions outside DataRobot.
Input parameters
ID of the Batch Prediction job definition to retrieve as portable snippet.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_BATCH_PREDICTIONSTool to retrieve a Batch Prediction job by ID. Use when you need to check the status or details of a batch prediction job.
Input parameters
ID of the Batch Prediction job
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CALENDARSTool to retrieve information about a calendar by ID. Use when you need calendar details including events and format.
Input parameters
The ID of the calendar to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CATALOG_ITEMTool to retrieve catalog item details by ID. Use when you need information about a specific catalog item including its status, type, and metadata.
Input parameters
Catalog item ID to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CHANGE_REQUESTTool to retrieve a DataRobot change request by ID. Use when you need details about a pending or completed change request for a deployment.
Input parameters
ID of the Change Request to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_COMPLIANCE_DOC_TEMPLATETool to retrieve a compliance documentation template by ID. Use when you need to view template details, structure, or sections before generating compliance documents.
Input parameters
The ID of a model compliance document template accessible by the user
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CREDENTIALSTool to retrieve the credentials set by ID. Use when you need to fetch details of a specific credential.
Input parameters
Credentials entity ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CREDENTIALS_ASSOCIATIONSTool to list credentials associated with a specific object. Use when you need to retrieve credentials linked to a data connection or batch prediction job definition.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip (for pagination).
Sort order for credentials associations list.
The compound ID of the data connection. <association_id> == <object_type>:<object_id> Where: <object_id> is the ID of the data connection; <object_type> is the type of data connection from CredentialMappingResourceTypes Enum: dataconnection, batch_prediction_job_definition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_APPLICATION_SOURCETool to retrieve a custom application source by ID. Use when you need to get details about a specific custom application source.
Input parameters
The ID of the custom application source to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_JOBTool to retrieve a custom job by ID. Use when you need details about a specific DataRobot custom job.
Input parameters
ID of the custom job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_JOB_ITEMTool to retrieve custom job file content by custom job ID and item ID. Use when you need to access the contents of a specific file associated with a DataRobot custom job.
Input parameters
ID of the file item.
ID of the custom job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_MODELSTool to retrieve a DataRobot custom model by ID. Use when you need custom model metadata and version details before deployment or testing.
Input parameters
The ID of the custom model to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_MODEL_VERSIONTool to retrieve a specific custom model version in DataRobot. Use when you need details about a particular version of a custom model.
Input parameters
The ID of the custom model.
The ID of the custom model version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_TEMPLATETool to retrieve a single custom template by ID from DataRobot. Use when you need to get detailed information about a specific custom template.
Input parameters
The unique identifier of the custom template to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_CUSTOM_TEMPLATES_FILESTool to retrieve a single custom template file by its ID. Use when you need to access the content and metadata of a specific file within a custom template.
Input parameters
The ID of the file.
The ID of the custom template.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATA_ENGINE_WORKSPACE_STATETool to retrieve a data engine workspace state by ID. Use when you need details about a specific data engine query execution.
Input parameters
ID of the data engine workspace state to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETTool to retrieve a dataset by ID from DataRobot's catalog. Use when you need detailed metadata about a specific dataset.
Input parameters
The ID of the dataset to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASET_DEFINITIONTool to retrieve a dataset definition by ID. Use when you need to inspect dataset schema, size, or metadata before using it in modeling or predictions.
Input parameters
The version of the dataset definition information to retrieve. If not specified, returns the latest version.
The ID of the dataset definition to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASET_FEATURELISTTool to retrieve a specific featurelist from a dataset. Use when you need to get details of a dataset featurelist including its features and metadata.
Input parameters
The ID of the dataset.
The ID of the featurelist.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASET_FILETool to download the original dataset file from DataRobot. Use when you need to retrieve the raw data for a dataset. Note: dataset must have dataPersisted=true and be a snapshot to be downloadable.
Input parameters
The ID of the dataset to download.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_FEATURE_HISTOGRAMSTool to retrieve histogram data for a specific feature in a dataset. Use when you need to analyze the distribution of values for a feature in the DataRobot dataset catalog.
Input parameters
Only required for Summarized categorical feature. Name of the top 50 key for which plot to be retrieved.
Maximum number of bins in the returned plot.
Use frequent values plot data instead of histogram for supported feature types.
The ID of the dataset entry to retrieve.
The name of the feature to get histogram for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_FEATURE_TRANSFORMSTool to retrieve a feature transform for a specific dataset feature. Use when you need details about how a feature was transformed in DataRobot.
Input parameters
The dataset to select feature from.
The name of the feature. Note that DataRobot renames some features, so the feature name may not be the one from your original data. Non-ascii features names should be utf-8-encoded (before URL-quoting).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_REFRESH_JOBTool to retrieve a scheduled dataset refresh job by ID. Use when you need details about a specific dataset refresh schedule configuration.
Input parameters
The ID of the scheduled dataset refresh job to retrieve.
The ID of the dataset associated with the scheduled refresh job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_VERSIONSTool to retrieve detailed information about a specific dataset version. Use when you need to inspect dataset metadata, schema, and processing state for a particular version.
Input parameters
The ID of the dataset entry.
The ID of the dataset version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_VERSIONS_FEATURE_HISTOGRAMSTool to retrieve dataset feature histogram from DataRobot. Use when you need to visualize feature value distributions or understand feature characteristics.
Input parameters
Only required for the Summarized categorical feature. Name of the top 50 key for which plot to be retrieved.
Maximum number of bins in the returned plot.
Use frequent values plot data instead of histogram for supported feature types.
The ID of the dataset entry to retrieve.
The name of the feature.
The ID of the dataset version to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATASETS_VERSIONS_FEATURELISTSTool to retrieve a specific featurelist from a dataset version. Use when you need to get details of a featurelist associated with a specific version of a dataset.
Input parameters
The ID of the dataset to retrieve featurelist for.
The ID of the featurelist.
The ID of the dataset version to retrieve featurelists for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATA_SLICETool to retrieve a Data Slice by ID. Use when you need to inspect a data slice configuration or filters for a project.
Input parameters
ID of the data slice to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DATETIME_PARTITIONINGTool to retrieve datetime partitioning configuration for a project. Use when you need to inspect a project's time-series settings before modeling.
Input parameters
The project ID for which to retrieve datetime partitioning configuration. Only projects with datetime partitioning configured (cvMethod='datetime') will return data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTTool to retrieve a deployment by ID. Use after creating or updating a deployment to fetch its full metadata and status.
Input parameters
Unique identifier of the deployment to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENT_ACCURACYTool to retrieve accuracy metrics for a deployment over a time period. Use when you need to analyze model performance trends or drift for a specific deployment.
Input parameters
Period end; top-of-hour RFC3339; defaults to next top of the hour.
Period start; top-of-hour RFC3339; defaults to 7 days before end.
Metric name; required if requesting multiple models.
Batch ID to filter metrics.
ID(s) of model(s) to retrieve metrics for.
Target class filter.
Unique identifier of the DataRobot deployment.
Segment attribute value.
Model ID to use as baseline for comparison. Must be one of the IDs specified in modelId.
Segment attribute name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENT_CAPABILITIESTool to retrieve the capabilities for a deployment. Use after creating or loading a deployment to check supported features.
Input parameters
Unique identifier of the deployment to retrieve capabilities for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENT_CHAMPION_MODEL_PACKAGETool to retrieve the champion model package for a deployment. Use when you need detailed information about the model package currently deployed as champion.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENT_FEATURESTool to retrieve features in the universe dataset associated with a deployment. Use after deployment creation to explore its feature set.
Input parameters
Number of features to return; defaults to 0 (all features).
Number of features to skip; defaults to 0.
Case-insensitive search against names of the deployment’s features.
Sort order to apply to the list of features. Allowed values: name, -name, importance, -importance.
Unique identifier of the deployment.
When true, return only features usable for segmented analysis.
When true, return all raw features in the universe dataset; when false, only raw features used for predictions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTS_ACTUALS_DATA_EXPORTTool to retrieve a single actuals data export for a deployment. Use when you need to check the status or results of an actuals data export job.
Input parameters
ID of the actuals data export job.
ID of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTS_CUSTOM_METRICTool to retrieve a single custom metric metadata for a deployment. Use when you need detailed information about a specific custom metric configured for a deployment.
Input parameters
ID of the deployment
ID of the custom metric
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENT_SETTINGS_CHECKLISTTool to return a checklist of deployment settings and their configuration state. Use when you need to verify which settings are set, partial, or not set for a given deployment.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTS_MONITORING_BATCHESTool to retrieve a monitoring batch in a deployment. Use when you need to check the status or details of a specific monitoring batch.
Input parameters
Unique identifier of the deployment
ID of the monitoring batch
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTS_PREDICTION_DATA_EXPORTSTool to retrieve a single prediction data export for a deployment. Use when you need to check the status or results of a prediction data export job.
Input parameters
Unique identifier of the export.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_DEPLOYMENTS_TRAINING_DATA_EXPORTSTool to retrieve a single training data export for a deployment. Use when you need to get details of a training data export by ID.
Input parameters
Unique identifier of the export.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_CHANNEL_BY_IDTool to retrieve an entity notification channel by ID for a specific deployment or custom job. Use when you need to get details about a notification channel configuration.
Input parameters
The ID of the entity notification channel to retrieve. Obtain from DATAROBOT_LIST_ENTITY_NOTIFICATION_CHANNELS.
The ID of the related entity (deployment ID or custom job ID). Obtain from DATAROBOT_LIST_DEPLOYMENTS or DATAROBOT_LIST_CUSTOM_JOBS.
Type of related entity (deployment or customjob). Use deployment for deployment-related notifications or customjob for custom job notifications.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_CHANNELSTool to list notification channels related to a specific entity. Use when retrieving notification channels for a deployment or custom job.
Input parameters
Maximum number of notification channels to return (1-1000).
Number of notification channels to skip for pagination.
Filter channels whose names contain this substring (case-sensitive).
The ID of the related entity.
Type of related entity (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_POLICIESTool to list entity notification policies for deployments or custom jobs. Use when retrieving notification configurations for a specific entity.
Input parameters
At most this many notification channels to return.
How many notification channels to skip.
Only return the notification channels whose names contain the given substring.
Return policies with this channel.
Return policies with this event group.
Scope of the channel.
The id of related entity.
Type of related entity.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_POLICY_BY_IDTool to retrieve an entity notification policy by ID. Use when you need to fetch details about a specific notification policy for a deployment or custom job.
Input parameters
The ID of the notification policy to retrieve.
The ID of the related entity (deployment or custom job).
Type of related entity: 'deployment' for deployments or 'customjob' for custom jobs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_POLICY_TEMPLATESTool to list entity notification policy templates for a specific entity type. Use when retrieving notification policy templates for deployments or custom jobs.
Input parameters
At most this many notification channels to return.
How many notification channels to skip.
Only return the notification channels whose names contain the given substring.
Return policies with this channel.
Event group filter for notification policy templates.
Type of related entity (deployment or customjob, case-insensitive).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_ENTITY_NOTIFICATION_POLICY_TEMPLATES_BY_IDTool to retrieve a specific entity notification policy template by ID. Use when you need to fetch details about a specific notification policy template for a deployment or custom job.
Input parameters
The id of the notification policy template
Type of related entity (deployment or customjob, case-insensitive).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXECUTION_ENVIRONMENTTool to retrieve details about a specific execution environment by its ID. Use when you need to check environment configuration, versions, and deployment status.
Input parameters
The ID of the execution environment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXECUTION_ENVIRONMENTS_VERSIONSTool to retrieve a specific execution environment version by ID. Use when you need details about a particular environment version's build status, Docker context, and configuration.
Input parameters
Execution environment Id.
Execution environment version Id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXTERNAL_DATA_DRIVERSTool to retrieve external data driver details by driver ID. Use when you need driver metadata, configuration, or authentication types.
Input parameters
Driver ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXTERNAL_DATA_SOURCETool to retrieve external data source details by ID. Use when you need to inspect data source configuration or metadata.
Input parameters
The ID of the Data Source.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXTERNAL_DATA_STORESTool to retrieve external data store details by ID. Use when you need information about a specific data store configuration.
Input parameters
ID of the data store to retrieve
Enum for substituteUrlParameters query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXTERNAL_DRIVER_CONFIGURATIONSTool to retrieve external driver configuration details by ID. Use when you need driver configuration metadata including JDBC settings, field schemas, and authentication types.
Input parameters
Driver configuration ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_EXTERNAL_O_AUTH_PROVIDERTool to retrieve an external OAuth provider by ID. Use when you need the provider's configuration and connection details.
Input parameters
The unique identifier of the external OAuth provider to retrieve. Obtain this from the List External OAuth Providers action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_FEATURELISTTool to retrieve a specific feature list by ID. Use when you need detailed information about a particular feature list in a DataRobot project.
Input parameters
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS.
Unique identifier of the feature list to retrieve. Obtain from DATAROBOT_LIST_FEATURELISTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_FROZEN_MODELTool to retrieve a frozen model from a DataRobot project. Use when you need details about a specific frozen model's configuration and performance metrics.
Input parameters
The model ID
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_CHATTool to retrieve a GenAI chat by ID. Use when you need to fetch chat details including status, associated LLM blueprint, and prompt count.
Input parameters
The chat ID to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_CHAT_PROMPTTool to retrieve a GenAI chat prompt by ID. Use when you need to fetch details about a specific chat prompt interaction.
Input parameters
The unique identifier for the chat prompt to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_COMPARISON_CHATSTool to retrieve a GenAI comparison chat by ID. Use when you need to fetch details about a specific comparison chat in DataRobot's GenAI playground.
Input parameters
The ID of the comparison chat to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_CUSTOM_MODEL_LLM_VALIDATIONSTool to retrieve a GenAI custom model LLM validation by ID. Use when you need validation details, status, or configuration for a custom model deployment.
Input parameters
The ID of the custom model LLM validation to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_LLMTool to retrieve details for a specific GenAI LLM by its ID. Use when you need to get configuration, settings, or metadata for a particular language model.
Input parameters
The unique identifier for the LLM resource to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_LLM_TEST_SUITETool to retrieve a GenAI LLM test suite by ID. Use when you need details about a specific LLM test suite configuration.
Input parameters
The identifier of the LLM test suite to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_OOTB_METRIC_CONFIGURATIONTool to retrieve a GenAI OOTB metric configuration by ID. Use when you need details about a specific out-of-the-box metric configuration for GenAI playgrounds.
Input parameters
ID of the OOTB metric configuration to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GENAI_PLAYGROUNDSTool to retrieve a DataRobot GenAI playground by ID. Use when you need playground details for GenAI operations.
Input parameters
The unique identifier of the playground to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GUARD_CONFIGURATIONTool to retrieve a DataRobot guard configuration by ID. Use when you need to inspect or verify guard settings for custom models, playgrounds, or other entities.
Input parameters
ID of the guard configuration to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_GUARD_TEMPLATESTool to retrieve information about a guard template by ID. Use when you need details about a specific guardrail template.
Input parameters
ID of the guard template to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_DATA_QUALITY_REPORT_DATASET_VERSIONSTool to retrieve data quality report for a feature of a dataset version. Use when you need to assess data quality issues for a specific feature.
Input parameters
The ID of the entity (dataset version).
The name of the feature that the report is retrieved for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_DATA_QUALITY_SUMMARY_DATASETSTool to retrieve data quality summary for a dataset. Use when you need to assess data quality issues, check for anomalies, or review data quality check results before modeling.
Input parameters
The ID of the entity (dataset, dataset version, or project)
The ID of the feature list to provide the summary for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_DATA_QUALITY_SUMMARY_DATASET_VERSIONSTool to retrieve data quality summary for a dataset version. Use when you need to check data quality issues, warnings, or recommendations for a specific dataset version.
Input parameters
The ID of the dataset version entity.
The ID of the feature list to provide the summary for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_FEATURE_EFFECTS_MODELSTool to retrieve feature effects insights for a DataRobot model. Use when analyzing feature importance and impact on model predictions for a specific data source (validation, training, or backtest).
Input parameters
The number of items to return per page. Maximum value is 10.
The number of items to skip before starting to collect the result set.
The subset of data used to compute the insight (e.g., validation, training, backtest_0, holdout).
The ID of the model to retrieve feature effects for.
ID of the data slice to filter feature effects. If not specified, returns feature effects for all slices.
Filter for unsliced insights only.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_FEATURE_IMPACT_MODELSTool to retrieve feature impact insights for a DataRobot model. Use when you need to understand which features are most important in model predictions. Supports filtering by data slice, source partition, and pagination for large result sets.
Input parameters
The number of items to return per page.
The number of items to skip before starting to collect the result set.
The subset of data used to compute the insight.
The ID of the model to retrieve feature impact insights for.
ID of the data slice to filter feature impact insights. If not specified, returns insights for all slices.
Return only insights without a data_slice_id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_LIFT_CHART_MODELSTool to retrieve Lift chart insights for a DataRobot model. Use when you need to analyze model performance across different population segments, comparing predicted vs actual outcomes. Supports filtering by data slice, source partition, and pagination for large result sets.
Input parameters
The number of items to return per page.
The number of items to skip before starting to collect the result set.
The subset of data used to compute the insight.
The ID of the model to retrieve Lift chart insights for.
ID of the data slice to filter Lift chart insights. If not specified, returns insights for all slices.
Return only insights without a data_slice_id.
The ID of the external dataset to filter insights by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_ROC_CURVE_MODELSTool to retrieve paginated ROC curve insights for a specific model. Use when you need to analyze model performance using ROC curves for different data sources or slices.
Input parameters
The number of items to return per page.
The number of items to skip before starting to collect the result set (for pagination).
The subset of data used to compute the ROC curve insight.
The ID of the model to retrieve ROC curve insights for.
ID of the data slice to filter insights by. If not specified, returns insights for all slices.
Boolean values for unsliced filter.
The ID of the external dataset to filter insights by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_SHAP_DISTRIBUTIONS_MODELSTool to retrieve SHAP (SHapley Additive exPlanations) distribution insights for a DataRobot model. Use when you need to understand how feature values contribute to model predictions across the dataset. SHAP distributions show how features impact predictions for different data subsets, helping explain model behavior. Supports filtering by data slice, source partition, external datasets, and pagination for large result sets.
Input parameters
The number of items to return per page.
Requested MIME type for the returned data.
The number of items to skip before starting to collect the result set.
The subset of data used to compute the insight.
The ID of the model to retrieve SHAP distributions insights for.
The series ID used to filter records. Required for multiseries time-series projects to identify which series to analyze.
ID of the data slice to filter SHAP distributions insights. If not specified, returns insights for all slices.
When enabled (default true), limits the rows used from the selected subset (training sample or slice) for faster computation. Disable for complete but slower computation.
Return only insights without a data_slice_id.
Order SHAP distributions by the specified field value.
The forecast distance used to retrieve insight data. For time-series projects, specifies how many time units ahead to analyze.
The ID of the external dataset to filter SHAP distributions insights.
The name of a specific feature to return. Use when analyzing a particular feature's SHAP distribution.
The maximum number of features to return in the SHAP distributions. Use to focus on top N features.
The maximum number of distribution rows to return. Limits the number of prediction rows included in the response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_SHAP_IMPACT_MODELSTool to retrieve paginated SHAP Impact insights for a specific model. Use when analyzing feature importance and impact on model predictions for a given model ID.
Input parameters
The number of items to return. Use this to control page size for pagination.
The number of items to skip before starting to collect the result set. Use this with limit for pagination.
Subset of data used to compute the insight.
The ID of the model to retrieve SHAP Impact insights for.
ID of the data slice to filter insights. If not specified, returns insights for all slices.
Whether to return only insights without a data_slice_id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_INSIGHTS_SHAP_PREVIEW_MODELSTool to retrieve SHAP Preview insights for a DataRobot model. Use when analyzing feature importance and SHAP values for model predictions.
Input parameters
The number of items to return.
Requested MIME type for the returned data.
The number of items to skip before starting to collect the result set.
Data source for SHAP preview insights.
The ID of the model to retrieve SHAP Preview insights for.
The series ID used to filter records (for multiseries projects).
ID of the data slice to filter insights.
When enabled, limits the rows used from the selected source subset by default. When disabled, all rows are used. Defaults to true.
Whether to return only insights without a data slice ID.
The forecast distance used to retrieve insight data.
The ID of the external dataset to filter by.
The names of specific features to return for each preview.
The maximum number of features to return for each preview.
Operator to apply to filtered predictions.
The maximum number of preview rows to return.
The number of percentile intervals to select from the total number of rows. This field supersedes predictionFilterRowCount if both are present.
The first operand to apply to filtered predictions.
The second operand to apply to filtered predictions. Required when using 'between' or 'notBetween' operators.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_MLOPS_COMPUTE_BUNDLETool to retrieve a specific MLOps compute bundle by ID. Use when you need to check resource specifications (CPU, memory, GPU) for deployments or custom models.
Input parameters
ID of the compute bundle to retrieve (e.g., 'cpu.nano')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_MODEL_NUM_ITERATIONS_TRAINEDTool to retrieve the number of iterations trained for a DataRobot model. Use when you need early stopping information for a specific model.
Input parameters
ID of the model to retrieve iteration count for
ID of the DataRobot project containing the model
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_MODEL_PACKAGETool to retrieve a model package by ID. Use when you need detailed information about a specific model package including capabilities, datasets, target info, and deployment status.
Input parameters
ID of the model package to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_MODEL_WORD_CLOUDTool to retrieve word cloud data for a DataRobot text-based model. Returns the most important ngrams (words/phrases) with their coefficients, frequencies, and counts. Use when analyzing feature importance for NLP models or understanding which text features drive predictions.
Input parameters
The unique identifier of the model within the project
The unique identifier of the DataRobot project
Enum for exclude stop words parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOKTool to retrieve a specific DataRobot notebook by ID. Use when you need detailed information about a specific notebook.
Input parameters
The ID of the notebook to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_CODE_SNIPPETTool to retrieve a notebook code snippet by ID. Use when you need to fetch details of a specific code snippet from DataRobot notebooks.
Input parameters
ID of the notebook code snippet to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_ENVIRONMENT_VARIABLESTool to retrieve notebook environment variables by ID. Use when you need to view configured environment variables for a specific notebook.
Input parameters
The notebook ID whose environment variables to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_EXECUTION_ENVIRONMENTTool to retrieve a notebook execution environment by ID. Use when you need details about a specific execution environment configuration.
Input parameters
The ID of the notebook execution environment to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_EXECUTION_STATUSTool to retrieve the execution status of a DataRobot notebook. Use when you need to check the current execution state of a notebook, including running status and queued cells.
Input parameters
The notebook ID (24-character hex string ObjectId format). Note: Only certain notebook types support execution status - notebooks that don't support this will return 'Operation not supported for notebook type.'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_JOBSTool to retrieve a DataRobot notebook job by ID. Use when you need to inspect the configuration, schedule, or status of a specific notebook job.
Input parameters
The ID of the notebook job to retrieve. Must be a valid 24-character hex ObjectId.
The ID of the use case associated with the notebook job. Required for authorization.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTEBOOK_REVISIONS_BY_IDTool to retrieve a specific notebook revision by notebook ID and revision ID. Use when you need details about a particular saved version of a notebook.
Input parameters
Valid ObjectId (12-byte input or 24-character hex string) for the notebook
Valid ObjectId (12-byte input or 24-character hex string) for the revision
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTIFICATION_CHANNEL_TEMPLATESTool to retrieve a specific notification channel template by ID. Use when you need to fetch details about a notification channel template configuration.
Input parameters
The ID of the notification channel template to retrieve. Obtain from DATAROBOT_LIST_NOTIFICATION_CHANNEL_TEMPLATES.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_NOTIFICATION_WEBHOOK_CHANNEL_TESTSTool to retrieve the status of a notification webhook channel test. Use when checking test results after creating a webhook channel test.
Input parameters
The identifier of the notification webhook channel test to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_OTEL_METRICS_CONFIGSTool to retrieve an OpenTelemetry metric configuration for a specific entity. Use when you need details about OTel metrics for deployments, use cases, or other DataRobot entities.
Input parameters
ID of the entity to which the metric belongs.
Type of the entity to which the metric belongs.
The ID of the OpenTelemetry metric configuration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_OTEL_METRICS_VALUES_OVER_TIME_SEGMENTSTool to get OpenTelemetry metric values grouped by segments attribute. Use when analyzing metrics across different segment values.
Input parameters
The end time of the metric list.
ID of the entity to which the metric belongs.
The OTel key of the metric.
The start time of the metric list.
Type of the entity to which the metric belongs.
Time period resolution for metric values.
The aggregation method used for metric display.
The maximum number of segment values to return when segmentValues is not provided.
The values for grouping metrics by segment.
Name of the attribute by which to group results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_OTEL_METRICS_VALUES_SEGMENTSTool to retrieve OpenTelemetry metric values grouped by a segment attribute over a time period. Use when analyzing metrics segmented by attributes like model version or deployment ID.
Input parameters
The end time of the metric period in RFC3339 format (e.g., 2023-09-08T00:00:00Z).
ID of the entity to which the metric belongs.
The OTel key/name of the specific metric to retrieve. If not provided, all available metrics are returned.
The start time of the metric period in RFC3339 format (e.g., 2023-09-01T00:00:00Z).
Type of the entity to which the metric belongs (e.g., deployment, use_case).
The aggregation method used for metric display (e.g., avg, sum, count, min, max).
The maximum number of segment values to return when segmentValue is not provided.
The specific values for grouping metrics by segment. If not provided, top segments are returned.
Name of the attribute by which to group results (e.g., model_version, deployment_id).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_OTEL_TRACESTool to retrieve OpenTelemetry traces for monitoring and debugging. Use when you need to inspect trace details for deployments, use cases, or other entities.
Input parameters
OTel Trace ID (32 character hexadecimal string).
ID of the entity to which the trace belongs.
Type of the entity to which the trace belongs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTTool to retrieve a DataRobot project by ID. Use when you need project metadata before further operations.
Input parameters
ID of the DataRobot project to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECT_ACCESS_CONTROLTool to list users with their roles on a project. Use after assigning permissions or when auditing project access. Example prompt: "List access control entries for project 5f6a7b8c9d0e1f2a3b4c5d6e, first page of 20."
Input parameters
Maximum number of items to return per page. Defaults to 20.
Number of items to skip for pagination. Defaults to 0 (start from beginning).
Filter results to a specific user ID.
Filter results to a specific username.
Unique identifier of the project to retrieve access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECT_BLUEPRINTTool to retrieve a blueprint by its ID. Use when you need blueprint metadata and model details for a specific project.
Input parameters
The ID of the project containing the blueprint.
The ID of the blueprint to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECT_BLUEPRINT_JSONTool to retrieve the JSON representation of a DataRobot blueprint. Use when you need the detailed blueprint structure with task configurations.
Input parameters
The ID of the project containing the blueprint.
The ID of the blueprint to retrieve JSON for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECT_JOBTool to retrieve details for an in-progress project job. Use after starting a project job to monitor its status before completion.
Input parameters
The ID of the job to retrieve details for.
The ID of the project containing the job to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECT_MULTICATEGORICAL_INVALID_FORMAT_FILETool to retrieve a file with format errors of potential multicategorical features for a DataRobot project. Use when you need to inspect formatting issues in multicategorical features.
Input parameters
The ID of the project to retrieve the multicategorical invalid format file from.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_BATCH_TYPE_TRANSFORM_FEATURES_RESULTTool to retrieve the result of a batch variable type transformation. Use when you need to check the status and outcome of a feature type transformation job.
Input parameters
ID of the batch variable type transformation job.
The project containing transformed features.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_DUPLICATE_IMAGESTool to get a list of duplicate images containing the number of occurrences of each image. Use when analyzing Visual AI projects for duplicate images.
Input parameters
At most this many results are returned.
Column parameter to filter the list of duplicate images returned
This many results will be skipped.
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_FEATURE_HISTOGRAMSTool to retrieve feature histogram data for a specific feature in a DataRobot project. Use when you need to visualize feature distributions or analyze feature value patterns.
Input parameters
Name of the top 50 key for which plot to be retrieved. Only required for summarized categorical features.
Maximum number of bins in the returned histogram plot.
ID of the DataRobot project.
The name of the feature. Note: DataRobot renames some features, so the feature name may not be the one from your original data. You can use List Features action to check the actual feature names.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_FEATURESTool to retrieve detailed information about a specific feature in a DataRobot project. Use when you need to inspect feature properties, statistics, or metadata for a given feature name.
Input parameters
The ID of the DataRobot project
The name of the feature. Note: DataRobot renames some features, so the feature name may not be the one from your original data. You can use list_featurelists to check the feature name. For non-ASCII feature names, the feature name should be utf-8-encoded (before URL-quoting).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_MODELING_FEATURELISTSTool to retrieve a single modeling featurelist by ID. Use when you need details about a specific featurelist within a DataRobot project.
Input parameters
The project ID.
The featurelist ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_MODELING_FEATURESTool to retrieve detailed information about a specific modeling feature in a DataRobot project. Use when you need to inspect modeling feature properties, statistics, importance, or metadata for a given feature name.
Input parameters
The ID of the DataRobot project
The name of the feature. Note: DataRobot renames some features, so the feature name may not be the one from your original data. You can use list features endpoint to check the feature name. For non-ASCII feature names, the feature name should be utf-8-encoded (before URL-quoting).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_MODELSTool to retrieve a model from a DataRobot project. Use when you need details about a specific model's configuration, performance metrics, and training settings.
Input parameters
The model ID
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_MODELS_LIFT_CHARTTool to retrieve lift chart data from a single source for a project model. Use when you need to analyze lift chart performance metrics for a specific data source like validation, crossValidation, holdout, or backtests.
Input parameters
Source of the data (e.g., validation, crossValidation, holdout, or backtest_N)
The model ID
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_MODELS_ROC_CURVETool to retrieve ROC curve data for a specific model from a single data source. Use when analyzing binary classification model performance across different thresholds.
Input parameters
Source of the data to retrieve ROC curve from (e.g., validation, holdout, crossValidation, or backtest partitions).
ID of the model to retrieve ROC curve data for.
ID of the DataRobot project containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_PREDICTION_DATASETSTool to get metadata of a specific prediction dataset in a DataRobot project. Use when you need to retrieve details about a dataset uploaded for prediction.
Input parameters
The dataset ID to query for
The project ID that owns the prediction dataset
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_RATING_TABLE_MODELSTool to retrieve a rating table model from a DataRobot project. Use when you need details about a specific rating table model's configuration, performance metrics, and training settings.
Input parameters
The model to retrieve
The project to retrieve the model from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_RATING_TABLESTool to retrieve rating table information from a DataRobot project. Use when you need details about a specific rating table including validation status and associated models.
Input parameters
The project that owns this rating table
The rating table ID to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_PROJECTS_TRAINING_PREDICTIONSTool to retrieve training predictions for a project. Use when you need to access prediction results from model training for analysis or validation purposes.
Input parameters
At most this many results are returned
This many results will be skipped
Project ID to retrieve training predictions for
Prediction ID to retrieve training predictions for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_QUOTASTool to retrieve a specific quota by ID. Use when you need details about resource quotas and policies.
Input parameters
Unique identifier of the quota to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_QUOTA_TEMPLATETool to retrieve a specific quota template by ID. Use when you need details of a particular quota template.
Input parameters
Specific quota template ID to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_RECIPE_OPERATIONTool to retrieve details of a specific operation from a wrangling recipe. Use when inspecting individual data transformation steps.
Input parameters
ID of the wrangling recipe to retrieve the operation from.
Zero-based index of the operation within the recipe.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_RECIPESTool to retrieve a DataRobot wrangling recipe by ID. Use when you need details about a specific recipe.
Input parameters
The ID of the recipe to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_RECOMMENDED_SETTINGSTool to retrieve configured recommended settings for an entity type. Use when you need to get recommended configuration settings for deployments or other entities.
Input parameters
Type of the entity to get the recommended settings for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_REGISTERED_MODELTool to retrieve a registered model by ID. Use when you need to fetch metadata about a specific registered model.
Input parameters
ID of the registered model to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_REGISTERED_MODEL_VERSIONTool to retrieve a specific version of a registered model. Use when you need detailed information about a registered model version including its capabilities, datasets, target info, and deployment status.
Input parameters
ID of the registered model's version.
ID of the registered model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_SECURE_CONFIGTool to retrieve a secure configuration by ID. Use when you need to inspect secure configuration metadata before performing operations.
Input parameters
The ID of the secure configuration to retrieve (32-36 character identifier).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_SECURE_CONFIG_SCHEMATool to retrieve a secure configuration schema by ID. Use when you need the schema definition for a secure config.
Input parameters
The ID of the secure configuration schema to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_TENANT_ACTIVE_USERSRetrieve active users in a tenant over a date range. Returns a list of users who were active during the specified period. Use when an admin needs to audit user activity or generate usage reports. Note: The start date must be on or after 2025-07-01.
Input parameters
Inclusive end date for the period (YYYY-MM-DD). Must be on or after the start date.
Inclusive start date for the period (YYYY-MM-DD). Must be on or after 2025-07-01.
The ID of the tenant to retrieve active users for. Can be obtained from the Get Account Info action (tenant.id field).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_USE_CASESTool to retrieve a DataRobot use case by ID. Use when you need to get details about a specific use case including its metadata, associated resources, and member information.
Input parameters
The ID of the use case to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_USE_CASES_DATASETSTool to get dataset details in the scope of a use case. Use when you need detailed information about a specific dataset within a use case context.
Input parameters
The ID of the dataset
The ID linking the use case with the entity type
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_USER_GROUPTool to retrieve a user group by its ID. Use when you need the group's properties and permissions.
Input parameters
The unique identifier of the user group to retrieve. Obtain this from the List User Groups action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_VALUE_TRACKERTool to retrieve a value tracker by ID. Use when you need to get details about a specific value tracker.
Input parameters
The id of the value tracker to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_GET_VALUE_TRACKER_VALUE_TEMPLATESTool to retrieve a value tracker value template by its type. Use when you need to understand the schema and parameters for classification or regression value tracking.
Input parameters
The type of value tracker template to retrieve: classification or regression
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_INITIALIZE_MODEL_COMPLIANCE_DOCSTool to initialize compliance documentation pre-processing for a model or model package. Use when you need to prepare a model for compliance document generation. The initialization is asynchronous. Poll the returned location URL to check status and wait for completion before generating compliance documents.
Input parameters
The ID of the model or model package the document corresponds to. This is a 24-character hex string representing the model ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_INVITE_USERSTool to invite multiple users by email to join the DataRobot platform. Use when you need to send invitation emails to new users. The API returns a 202 status with a Location header to poll for job status.
Input parameters
Organization ID to invite users to. If not specified, users are invited to the default organization.
List of email addresses to invite (1-20 emails). Each must be a valid email format.
Language options for invitation emails.
Seat type for invited users.
List of resources (projects, datasets, etc.) to share with invited users (1-20 resources).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LINK_ENTITY_TO_USE_CASETool to link a single entity to a DataRobot use case. Use when you need to associate a project, dataset, notebook, deployment, or other resource with a use case for organizational purposes.
Input parameters
The ID of the entity to link to the use case (e.g., dataset ID, project ID, notebook ID).
The workflow that is attaching this entity. Used for analytics only, does not affect the operation. Options: migration, creation, move, or unspecified (default).
The ID of the use case to link the entity to. Use LIST_USE_CASES or GET_USE_CASES to find available use case IDs.
The type of entity to link. Specifies the reference collection type (projects, datasets, files, notebooks, etc.).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LINK_NOTEBOOKS_BULK_TO_USE_CASETool to bulk link multiple DataRobot notebooks to a use case. Use when you need to associate multiple notebooks with a specific use case in DataRobot Workbench. All notebook IDs and the use case ID must be valid 24-character hexadecimal ObjectIds.
Input parameters
The use case ID (24-character hex ObjectId) to link the notebooks to. Must be a valid MongoDB ObjectId format (24 hexadecimal characters).
Array of notebook IDs (24-character hex ObjectIds) to link to the use case. Each ID must be a valid MongoDB ObjectId format (24 hexadecimal characters). Must contain at least one notebook ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ACCESS_ROLESTool to list access roles. Use when you need to retrieve available access roles, with optional global filtering.
Input parameters
Maximum number of results to return; must be at least 1.
Number of results to skip; must be non-negative.
Whether to include global roles: 'included' (default, returns both global and org-specific roles), 'excluded' (only org-specific roles), or 'only' (only global roles).
Restrict roles to those usable by this organization; ignored when globalRoles='only'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ACCESS_ROLE_USERSTool to list users assigned to an Access Role. Use when you need to fetch all users directly, via groups, or via organization by role ID.
Input parameters
Maximum number of users to return in this call.
Number of results to skip (for pagination).
Identifier of the Access Role to list users for.
Filter where name or username partially matches.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_APPLICATIONSTool to list DataRobot applications created by the authenticated user. Use when retrieving a paginated list of applications.
Input parameters
Filter by application ID.
Maximum number of results to return. If 0, all results are returned.
Number of results to skip (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_APPLICATION_TEMPLATESTool to list application templates the user has access to. Use when browsing available application templates in DataRobot.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_APPLICATION_TEMPLATES_MEDIATool to retrieve an application template image from DataRobot. Use when you need to download the media/image associated with a specific application template.
Input parameters
The ID of the application template.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_APPROVAL_POLICY_MATCHTool to find approval policy ID matching the query. Use when determining which approval policy applies to a specific entity type and action.
Input parameters
Policy action to search for (create, update, or delete).
Optional name of the entity field to filter policies by.
Type of the entity to search approval policies for.
Optional value of the entity field to filter policies by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_APPROVAL_POLICY_TRIGGERSTool to get a list of available approval policy triggers. Use when you need to view all possible triggers that can be configured for approval policies.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_AUTOMATED_DOCUMENT_OPTIONSTool to list all available automated document types and locales. Use when determining which document types can be generated for compliance documentation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_AUTOMATED_DOCUMENTSTool to list all automated documents in DataRobot. Use when retrieving compliance documents, model reports, or other generated documentation.
Input parameters
Maximum number of results to return per page. Defaults to 10, max 100.
Number of results to skip for pagination. Defaults to 0.
Filter documents by entity ID (e.g., project ID, deployment ID, model ID).
Filter documents by output format (e.g., DOCX, HTML).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_BATCH_JOBSTool to list DataRobot batch jobs. Use when you need to retrieve batch job records filtered by status or source.
Input parameters
Maximum number of items to return (1-1000)
Number of items to skip for pagination
Filter by job source. Prefix with '-' to exclude a source. Valid values include: other, api_client_r, api_client_python, integration_snippet_requests, integration_snippet_api_client, integration_snippet_standalone_python, integration_snippet_standalone_powershell, ui_make_prediction, ui_leaderboard_make_prediction, ui_uxr_make_prediction, integration_job, scheduled_from_job_definition, manual_run_from_job_definition, model_package_insights, portable_batch_predictions, data_pipelines, challenger_replay
Filter by job status. Can specify multiple statuses to include jobs matching any of them. Valid values: INITIALIZING, RUNNING, COMPLETED, ABORTED, FAILED
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_BATCH_MONITORING_JOB_DEFINITIONSTool to list DataRobot batch monitoring job definitions. Use when you need to retrieve scheduled batch monitoring job configurations with optional filtering by name or deployment ID.
Input parameters
Maximum number of items to return (1-10000)
Number of items to skip for pagination
Filter by name. Returns definitions with names containing this string (case-insensitive search)
Filter to include only job definitions for a specific deployment ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_BATCH_PREDICTION_JOB_DEFINITIONSTool to list batch prediction job definitions. Use when retrieving scheduled or manual batch prediction configurations.
Input parameters
Maximum number of results to return
Number of results to skip for pagination
Filter by name (case-insensitive partial match)
Filter by deployment ID to get definitions for a specific deployment
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_BATCH_PREDICTIONSTool to list DataRobot batch prediction jobs. Use when you need to retrieve batch prediction job records filtered by status, source, deployment, or other criteria.
Input parameters
Filter to only job by specific id
Maximum number of results to return
Number of results to skip for pagination
Filter by job source. Prefix values with a dash (-) to exclude those sources. Repeat the parameter for filtering on multiple sources.
Filter by job status. Repeat the parameter for filtering on multiple statuses. Can specify multiple statuses to include jobs matching any of them.
\[DEPRECATED - replaced with RBAC permission model\] - No effect
ID of leaderboard model which is used in job for processing predictions dataset
Sort order for batch prediction list.
Filter to only jobs for this particular prediction instance hostname
Filter to only jobs for these particular intakes type
Filter to only jobs for these particular outputs type
Only list jobs created at most this amount of hours ago
ISO-formatted datetime of the latest time the job was added (inclusive). For example "2008-08-24T12:00:00Z".
Filter to only jobs for this particular deployment
ISO-formatted datetime of the earliest time the job was added (inclusive). For example "2008-08-24T12:00:00Z". Will ignore cutoffHours if set.
Filter to only jobs for this particular definition
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CALENDAR_COUNTRY_CODESTool to retrieve the list of allowed country codes for preloaded calendar generation. Use when you need to find which country codes are supported for calendar features in DataRobot.
Input parameters
Maximum number of results to return; must be at least 1. Default is 100.
Number of results to skip; must be non-negative.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CALENDARSTool to list all available calendars for a user in DataRobot. Use when you need to browse or filter calendars for time-series modeling.
Input parameters
Optional (default: 0), at most this many results will be returned. If 0, all results will be returned.
Optional (default: 0), this many results will be skipped.
Optional, if provided will filter returned calendars to those being used in the specified project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CALENDARS_ACCESS_CONTROLTool to list users with their roles on a calendar. Use when you need to retrieve access control information for a specific calendar.
Input parameters
Optional (default: 0), at most this many results will be returned. If 0, all results will be returned.
Optional (default: 0), this many results will be skipped.
Optional, only return the access control information for a user with this user ID. Should not be specified if username is specified.
Optional, only return the access control information for a user with this username. Should not be specified if userId is specified.
The ID of the calendar to retrieve access control information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CATALOG_ITEMSTool to list all catalog items accessible by the user. Use when you need to browse or search available datasets, user blueprints, and files in the DataRobot catalog.
Input parameters
Filter results to display only items with the specified catalog item tags, in lower case, with no spaces.
Filter results by catalog type. The 'dataset' option matches both 'snapshot_dataset' and 'remote_dataset'.
Sets the maximum number of results returned. Enter 0 to specify no limit.
Specifies the number of results to skip for pagination.
The attribute sort order applied to the returned catalog list: 'catalogName', 'originalName', 'description', 'created', or 'relevance'. For all options other than 'relevance', prefix the attribute name with a dash to sort in descending order. e.g., orderBy='-catalogName'. Defaults to '-created'.
Category type(s) used for filtering. Searches are case sensitive and support '&' and 'OR' operators.
Sets whether to use the cache, for Mongo search only.
A value to search for in the dataset's name, description, tags, column names, categories, and latest errors. The search is case insensitive. If no value is provided, or if the empty string is used, or if the string contains only whitespace, no filtering occurs. Partial matching is performed on the dataset name and description fields; all other fields require an exact match.
Access type used to filter returned results. Valid options are 'owner', 'shared', 'created', and 'any' (the default): 'owner' items are owned by the requester, 'shared' items have been shared with the requester, 'created' items have been created by the requester, and 'any' items matches all.
Filter results to display only those owned by user(s) identified by the specified UID.
Sets whether to exclude from the search results all catalog items that failed during import. If True, invalid catalog items will be excluded; default is False.
Filter results to display only those owned by user(s) identified by the specified username.
Data source types used for filtering.
The initial cache size, for Mongo search only.
Filter results by catalogType = 'snapshot_dataset' and catalogType = 'remote_dataset' and data_origin in \['snowflake', 'bigquery-v1'\]
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CHANGE_REQUESTSTool to list change requests in DataRobot. Use when you need to retrieve change requests for deployments or other entities, optionally filtering by status, owner, or entity.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip for pagination.
Filter change requests by their current status (e.g., 'pending', 'approved', 'rejected').
Sort order for change requests.
ID of the entity to filter change requests by. Use to get change requests for a specific deployment or entity.
Type of the entity to filter requests by. Required parameter.
Boolean filter values (API expects string 'true'/'false').
Boolean filter values (API expects string 'true'/'false').
Boolean filter values (API expects string 'true'/'false').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CODE_SNIPPETSTool to retrieve available code snippets from DataRobot. Use when you need to get code examples for models, predictions, or workloads in various languages.
Input parameters
Optional comma-separated list of sub filters to limit the returned notebooks.
The selected language the generated snippet or notebook should be written in (curl, powershell, python, or qlik).
The selected template type the generated snippet or notebook should be for (model, prediction, or workload).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_COMPLIANCE_DOC_TEMPLATESTool to list compliance documentation templates in DataRobot. Use when you need to browse or filter available templates for compliance documentation.
Input parameters
Maximum number of results to return. The default may change without notice.
Name of labels to filter by
Number of results to skip for pagination
Sort order for compliance doc template list.
When present, only return templates with names that contain the given substring
Type of project templates to search for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_COMPLIANCE_DOC_TEMPLATES_DEFAULTTool to retrieve the default compliance documentation template from DataRobot. Use when you need to get the template structure for creating compliance documentation for AutoML projects, time series projects, or text generation models.
Input parameters
Specifies the type of the default template to retrieve. The 'normal' template is applicable for all AutoML projects that are not time series. The 'timeSeries' template is only applicable to time series projects. The 'textGeneration' template is only applicable to text generation registry models.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CREDENTIALSTool to list all available credentials. Use when you need to retrieve credentials accessible to the authenticated user.
Input parameters
Maximum number of results to return.
Include only credentials of the specified type; repeat to filter multiple types.
Number of results to skip (for pagination).
Sort order; defaults to creationDate descending. Allowed values: creationDate, -creationDate.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CREDENTIALS_ASSOCIATIONSTool to list all objects associated with specific credentials. Use when you need to find which deployments, data sources, or other objects are using a particular credential.
Input parameters
Maximum number of results to return. The default may change without notice.
Includes only credentials of the specified type. Repeat the parameter for filtering on multiple statuses.
Number of results to skip (for pagination).
Order by options for credentials associations.
Credentials entity ID to retrieve associations for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_APPLICATIONSTool to list custom applications created by the authenticated user. Use when retrieving a paginated list of custom applications from DataRobot.
Input parameters
Search custom applications by name.
Maximum number of results to return.
Number of results to skip (for pagination).
Sort order options for custom applications.
Whether to only fetch apps created from a custom application source.
Whether to include the name of the application source and the label of the source version.
Filter custom applications created only from specific sources. To find apps not linked to a custom application source, use the value 'null'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_APPLICATION_SOURCESTool to list custom application sources created by the authenticated user. Use when retrieving a paginated list of custom application sources for managing application deployments.
Input parameters
Filter custom application sources by name (partial match).
Maximum number of results to return (1-100).
Number of results to skip (for pagination).
Sort order for custom application sources list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_APPLICATION_SOURCES_VERSIONSTool to list custom application source versions of a specified application source. Use when you need to retrieve paginated versions of a custom application source.
Input parameters
At most this many results are returned.
This many results will be skipped.
The ID of the application source.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_JOB_LIMITSTool to retrieve custom job limits from DataRobot. Use when you need to check parallel job run limits or timeout settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_JOBSTool to list custom jobs in DataRobot. Use when you need to browse or filter available custom jobs, optionally filtering by running status, search term, or job type.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
Filter to include only custom jobs whose name or description contain this string (case-sensitive).
List of job types to filter by. Include multiple types to match any of them.
Filter for whether to show only running custom jobs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_JOBS_CUSTOM_METRICSTool to list all custom metrics associated with a custom job in DataRobot. Use when you need to browse or retrieve custom metrics linked to a specific custom job.
Input parameters
At most this many results are returned.
This many results will be skipped.
ID of the custom job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_JOBS_RUNSTool to list custom job runs for a specific custom job in DataRobot. Use when you need to browse execution history of a custom job, optionally filtering by scheduled job ID.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
ID of the custom job to list runs for.
If supplied, only include custom job runs that are scheduled with this scheduled job ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_JOBS_SHARED_ROLESTool to get the access control list for a custom job. Use when you need to view who has access to a specific custom job and their roles.
Input parameters
Only return roles for a user, group or organization with this identifier.
Only return roles for a user, group or organization with this name.
At most this many results are returned per page. Defaults to 10.
This many results will be skipped for pagination. Defaults to 0.
ID of the custom job.
List access controls for recipients with this type.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODEL_DEPLOYMENTSTool to list custom model deployments in DataRobot. Use when retrieving custom model deployments sorted by creation time.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip (for pagination).
Comma-separated list of custom model IDs to filter deployments.
Comma-separated list of execution environment IDs to filter deployments.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODEL_DEPLOYMENTS_LOGSTool to retrieve custom model deployment logs. Use when debugging or monitoring custom model deployments.
Input parameters
The ID of the custom model deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODEL_LIMITSTool to get custom model resource limits in DataRobot. Use when you need to check memory, replica, and testing constraints for custom models.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODELSTool to list custom models in DataRobot. Use when retrieving paginated custom models from DataRobot.
Input parameters
At most this many results are returned.
This many results will be skipped.
Sort order for custom models.
List of tag keys to filter by.
String to search for occurrence in custom model's description, language and name. Search is case insensitive. If not specified, all custom models will be returned.
List of tag values to filter by.
Deployment status filter.
Target type of the custom model.
Type of custom model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODELS_ACCESS_CONTROLTool to list users with their roles on a custom model. Use when you need to retrieve access control information for a specific custom model.
Input parameters
At most this many results are returned. Defaults to 1000.
This many results will be skipped. Defaults to 0.
The ID of the custom model to retrieve access control information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODELS_VERSIONSTool to list custom model versions in DataRobot. Use when retrieving all versions of a specific custom model.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip (for pagination).
The ID of the custom model.
Specifies the commit SHA-1 in GitHub repository from the main branch that corresponds to a given custom model version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_MODEL_TESTSTool to list custom model tests for a specific custom model in DataRobot. Use when you need to retrieve testing history and results for a custom model.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
A fixed number of replicas that will be set for the given custom-model.
Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
ID of the Custom Model to retrieve testing history for. This is required.
The amount of memory that is expected to be allocated by the custom model. This setting is incompatible with setting the resourceBundleId.
The maximum memory that might be allocated by the custom-model. If exceeded, the custom-model will be killed. This setting is incompatible with setting the resourceBundleId.
A single identifier that represents a bundle of resources: Memory, CPU, GPU, etc. A list of available bundles can be obtained via the resource bundles endpoint.
Network egress policy options for custom model tests.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_TEMPLATESTool to retrieve a list of custom templates from DataRobot. Use when you need to browse, filter, or search available custom templates for applications.
Input parameters
Only return custom templates with a matching tag.
Maximum number of results to return (1-100).
Number of results to skip for pagination.
Only return custom templates whose name or description contain this text.
Sort order options for custom templates.
Only return custom templates with this category (use case).
Only return custom templates with this publisher.
Set to true to include hidden templates that are not visible in the UI.
Only return custom templates of this type.
Only return custom templates of this sub-type.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_CUSTOM_TRAINING_BLUEPRINTSTool to list custom training blueprints in DataRobot. Use when you need to retrieve blueprints for custom model training, optionally filtered by model ID or target types.
Input parameters
Maximum number of results to return (max 1000).
Number of results to skip (for pagination).
List blueprints in reverse order. Accepts 'true', 'True', 'false', or 'False'.
Filter by custom model target types. Provide a list of target types to filter by.
Filter blueprints for a specific custom model ID. If not provided, returns all blueprints.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASET_DEFINITIONSTool to list all dataset definitions for the user. Use when you need to browse or retrieve available dataset definitions.
Input parameters
Maximum number of results to return (1-100).
Number of results to skip (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASET_DEFINITIONS_VERSIONSTool to list all dataset definition versions for a given dataset definition. Use when you need to view version history or select a specific version of a dataset definition.
Input parameters
Maximum number of results to return (at most 100).
Number of results to skip (for pagination).
The ID of the dataset definition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASET_PERMISSIONSTool to retrieve permissions for a specific dataset in DataRobot. Use when you need to check what operations the current user can perform on a dataset.
Input parameters
The ID of the dataset to retrieve permissions for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETSTool to list all datasets in the DataRobot global catalog. Use when you need to browse or filter available datasets before modeling or prediction.
Input parameters
Maximum number of results to return. Default: 100, max: 100.
Number of results to skip. Default: 0.
Sort order for returned datasets. Use 'created' for ascending or '-created' for descending order by creation date. Only 'created' field is supported for sorting.
Filter datasets by intended-use category. Common values: 'PREDICTION', 'TRAINING'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_ACCESS_CONTROLTool to list users with their roles on a dataset. Use when you need to retrieve access control information for a specific dataset.
Input parameters
At most this many results are returned.
This many results will be skipped.
Only return the access control information for a user with this user ID.
Only return the access control information for a user with this username.
The ID of the dataset to retrieve access control information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_ALL_FEATURES_DETAILSTool to retrieve detailed information about all features in a DataRobot dataset. Use when you need feature statistics, types, and metadata for analysis or model preparation.
Input parameters
At most this many results are returned. The default may change and a maximum limit may be imposed without notice.
This many results will be skipped for pagination.
How the features should be ordered. Use negative prefix (e.g., '-name') for descending order.
The ID of the dataset to retrieve features for.
A value to search for in the feature name. The search is case insensitive. If no value is provided, an empty string is used, or the string contains only whitespace, no filtering occurs.
Boolean value for including plot data.
ID of a featurelist. If specified, only returns features that are present in the specified featurelist.
Boolean value for including data quality information.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_FEATURELISTSTool to retrieve featurelists associated with a specific dataset in DataRobot. Use when you need to browse or filter featurelists for a dataset.
Input parameters
Maximum number of results to return per page.
Number of results to skip before returning results.
Field to order featurelists by. Prefix with '-' for descending order. Options: name, description, featuresNumber, creationDate, userCreated.
The ID of the dataset to retrieve featurelists for.
Search term to filter featurelists by name (case-insensitive). If empty or whitespace-only, no filtering is applied.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_FEATURE_TRANSFORMSTool to list all feature transforms applied to a dataset. Use when you need to understand the transformations applied to dataset features before modeling.
Input parameters
Maximum number of feature transforms to return per page.
Number of feature transforms to skip for pagination.
Unique identifier of the dataset to list feature transforms for. Obtain from DATAROBOT_LIST_DATASETS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_PROJECTSTool to list all projects associated with a specific dataset. Use when you need to find which projects are using a particular dataset.
Input parameters
Maximum number of items to return per page.
Number of items to skip for pagination.
The ID of the dataset to retrieve projects for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_REFRESH_JOBSTool to list scheduled refresh jobs for a specific dataset. Use when you need to view or manage dataset refresh schedules.
Input parameters
Maximum number of refresh jobs to return.
Number of refresh jobs to skip before returning results.
The ID of the dataset to retrieve refresh jobs for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_REFRESH_JOBS_EXECUTION_RESULTSTool to list execution results of a dataset refresh job. Use when you need to view the history and status of refresh job executions.
Input parameters
Maximum number of results returned. The default may change and a maximum limit may be imposed without notice.
ID of the user scheduled dataset refresh job.
Number of results that will be skipped.
The dataset associated with the scheduled refresh job.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_RELATIONSHIPSTool to list related datasets for a specific dataset. Use when you need to discover relationships between datasets in DataRobot's catalog.
Input parameters
At most this many results are returned.
This many results will be skipped.
The ID of the dataset to list relationships for.
Providing linkedDatasetId will filter such that only relationships between datasetId (from the path) and linkedDatasetId will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_SHARED_ROLESTool to list shared roles for a dataset. Use when you need to view who has access to a dataset and their permission levels.
Input parameters
Only return the access control information for an organization, group, or user with this ID.
Only return the access control information for an organization, group, or user with this name.
At most this many results are returned per page. Defaults to 100.
This many results will be skipped for pagination. Defaults to 0.
The ID of the dataset.
Describes the type of share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_VERSIONSTool to list all versions of a specific dataset in DataRobot. Use when you need to browse or filter different versions of a dataset before selecting one for modeling or prediction.
Input parameters
At most this many results are returned.
This many results will be skipped for pagination.
Sorting order for dataset versions.
Dataset category indicating intended use.
The ID of the dataset to list versions for.
Whether to exclude failed datasets from results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_VERSIONS_ALL_FEATURES_DETAILSTool to retrieve detailed information about all features in a specific DataRobot dataset version. Use when you need feature statistics, types, and metadata for a particular version of a dataset.
Input parameters
At most this many results are returned. The default may change and a maximum limit may be imposed without notice.
This many results will be skipped for pagination.
How the features should be ordered. Use negative prefix (e.g., '-name') for descending order.
The ID of the dataset entry.
A value to search for in the feature name. The search is case insensitive. If no value is provided, an empty string is used, or the string contains only whitespace, no filtering occurs.
Boolean value for including plot data.
ID of a featurelist. If specified, only returns features that are present in the specified featurelist.
The ID of the dataset version.
Boolean value for including data quality information.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_VERSIONS_FEATURELISTSTool to retrieve feature lists for a specific dataset version in DataRobot. Use when you need to list, search, or filter feature lists associated with a particular version of a dataset.
Input parameters
Maximum number of feature lists to return per page. Default is 100.
Number of feature lists to skip for pagination. Default is 0.
Field to sort feature lists by. Prefix with '-' for descending order. Options: name, description, featuresNumber, creationDate, userCreated.
Unique identifier of the dataset. Obtain from DATAROBOT_LIST_DATASETS.
Filter feature lists by name using case-insensitive substring search. If empty or contains only whitespace, no filtering is applied.
Unique identifier of the dataset version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASETS_VERSIONS_FILETool to download original dataset data from a specific dataset version. Use when you need to retrieve the raw file for a dataset version.
Input parameters
The ID of the dataset entry.
The ID of the dataset version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATASET_VERSION_PROJECTSTool to list all projects that use a specific dataset version. Use when you need to find which projects are using a particular version of a dataset.
Input parameters
Maximum number of items to return in the response.
Number of items to skip before returning results (for pagination).
The ID of the dataset entry.
The ID of the dataset version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATA_SLICES_SLICE_SIZESTool to retrieve the number of rows available after applying a data slice to a specified dataset subset. Use when you need to check the size of a data slice for a specific source (e.g., crossValidation, training, holdout).
Input parameters
The source of data to use to calculate the size. Use 'externalTestSet' with externalDatasetId parameter, or 'training' with modelId parameter.
The model ID whose training dataset should be sliced. Use this parameter only when the source is 'training'.
The project ID.
ID of the data slice.
The external dataset ID to use when calculating the size of a slice. Use this parameter only when the source is 'externalTestSet'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DATA_SOURCESTool to list all available data sources. Use when retrieving the catalog of data connections.
Input parameters
Optional filter by data source type. Allowed values: `all`, `databases`, `dr-connector-v1`, `dr-database-v1`, `jdbc`.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DELETED_CUSTOM_JOBSTool to list all deleted custom jobs in DataRobot. Use when you need to retrieve information about custom jobs that have been deleted from the system.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENT_CHALLENGERSTool to list challenger models for a deployment. Use when retrieving challenger models that can replace the current champion model.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENT_RUNTIME_PARAMETERSTool to list runtime parameters for a deployment. Use when retrieving deployment runtime parameter configurations.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The sort order to apply to the runtime parameters list. Prefix the attribute name with a dash to sort in descending order.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTSTool to list deployments a user can view. Use when retrieving paginated deployments from DataRobot.
Input parameters
Filter by user role on the deployment.
Number of deployments to return (1-100).
Number of deployments to skip.
Case-insensitive match on label and description.
Filter by deployment status.
Sort order. Defaults to lastPredictionTimestamp desc. Allowed values: label, -label, serviceHealth, -serviceHealth, modelHealth, -modelHealth, accuracyHealth, -accuracyHealth, recentPredictions, -recentPredictions, lastPredictionTimestamp, -lastPredictionTimestamp, currentModelDeployedTimestamp, -currentModelDeployedTimestamp, createdAtTimestamp, -createdAtTimestamp, importance, -importance, fairnessHealth, -fairnessHealth, customMetricsHealth, -customMetricsHealth, actualsTimelinessHealth, -actualsTimelinessHealth, predictionsTimelinessHealth, -predictionsTimelinessHealth
List of tag keys; OR match across provided values.
Filter by creator user ID.
List of tag values; OR match across provided values.
Filter by deployment importance levels.
Filter to deployments created by current user.
Filter by model health. Allowed: failing, not_started, passing, unavailable, unknown, warning.
Filter by service health. Allowed: failing, not_started, passing, unavailable, unknown, warning.
Filter by accuracy health. Allowed: failing, not_started, passing, unavailable, unknown, warning.
Filter by current model build environment type.
Filter by champion target type.
Filter by execution environment type.
Filter by default prediction server ID.
Filter by champion model execution type.
Include deployments with predictions before timestamp.
Include deployments with predictions on/after timestamp.
Filter by prediction environment platform.
Avg daily predictions over last week less than value.
Avg daily predictions over last week greater than value.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_ACCURACY_OVER_BATCHTool to retrieve accuracy metrics over batches for a deployment. Use when analyzing batch-level model accuracy trends or comparing performance across batches.
Input parameters
Enum for accuracy metrics available in DataRobot.
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_ACTUALS_DATA_EXPORTSTool to retrieve a list of asynchronous actuals data exports for a deployment. Use when you need to monitor or retrieve actuals data export status for a specific deployment.
Input parameters
At most this number of objects to retrieve.
Offset this number of objects to retrieve.
Status of an actuals data export.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_BATCH_SERVICE_STATSTool to retrieve service health metrics for a deployment's batch predictions. Use when analyzing batch service performance, execution times, or error rates.
Input parameters
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on. Required if segmentAttribute is specified.
Segment attribute for segment analysis.
Quantile for responseTime metric (0.0 to 1.0). Default is 0.5 (median).
Quantile for executionTime metric (0.0 to 1.0). Default is 0.5 (median).
Threshold in milliseconds for slowRequests metric. Default is 1000ms.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CHALLENGER_REPLAY_SETTINGSTool to retrieve challenger replay settings for a deployment. Use when checking scheduled replay configuration for challenger models.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICSTool to retrieve a list of custom metrics for a deployment. Use when you need to view all custom metrics configured for a specific deployment.
Input parameters
At most this number of objects to retrieve.
Offset this number of objects to retrieve.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICS_BATCH_SUMMARYTool to retrieve the summary of deployment batch custom metric. Use when you need to get aggregated custom metric data for a specific deployment batch.
Input parameters
End of the period to retrieve monitoring stats, defaults to the next top of the hour from now.
Start of the period to retrieve monitoring stats, defaults to 7 days ago from the end of the period.
The id of the batch for which metrics are being retrieved.
The model ID of related champion/challenger to retrieve custom metric values for.
ID of the deployment.
The value of the segmentAttribute to segment on.
ID of the custom metric.
The model package ID of related champion/challenger to retrieve custom metric values for.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICS_SUMMARYTool to retrieve the summary of a deployment custom metric. Use when you need to view aggregated statistics and performance metrics for a specific custom metric within a deployment over a time period.
Input parameters
End of the period to retrieve monitoring stats, defaults to the next top of the hour from now.
Start of the period to retrieve monitoring stats, defaults to 7 days ago from the end of the period.
The id of the batch for which metrics are being retrieved.
The model ID of related champion/challenger to retrieve custom metric values for.
ID of the deployment.
The value of the segmentAttribute to segment on.
ID of the custom metric.
The model package ID of related champion/challenger to retrieve custom metric values for.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICS_SUMMARY_BY_IDTool to retrieve the bulk summary of deployment custom metrics. Use when you need to get an overview of all custom metric values for a deployment over a specific time period.
Input parameters
End of the period to retrieve monitoring stats, defaults to the next top of the hour from now.
Start of the period to retrieve monitoring stats, defaults to 7 days ago from the end of the period.
The id of the batch for which metrics are being retrieved.
The model ID of related champion/challenger to retrieve custom metric values for.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The model package ID of related champion/challenger to retrieve custom metric values for.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICS_VALUES_OVER_BATCHTool to retrieve custom metric values over batch for a deployment. Use when you need to analyze custom metric performance across different batches for a specific deployment and custom metric.
Input parameters
The id of the batch for which metrics are being retrieved.
The model ID of related champion/challenger to retrieve batch custom metric values for.
ID of the deployment.
The value of the `segmentAttribute` to segment on.
ID of the custom metric.
The model package ID of related champion/challenger to retrieve batch custom metric values for.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_CUSTOM_METRICS_VALUES_OVER_TIMETool to retrieve custom metric values over time for a deployment. Use when analyzing custom metric trends or monitoring custom metrics across time periods.
Input parameters
End of the period to retrieve monitoring stats, defaults to the next top of the hour from now.
Start of the period to retrieve monitoring stats, defaults to 7 days ago from the end of the period.
The model ID of related champion/challenger to retrieve custom metric values for.
Time duration of a bucket, default to seven days.
ID of the deployment
The value of the segmentAttribute to segment on.
ID of the custom metric
The model package ID of related champion/challenger to retrieve custom metric values for.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENT_SEGMENT_ATTRIBUTESTool to retrieve segment attributes for a deployment based on monitoring type. Use when you need to analyze deployment segmentation for service health, data drift, accuracy, or other monitoring metrics.
Input parameters
Unique identifier of the deployment.
The monitoring type for which segment attributes are being retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_FEATURE_DRIFTTool to retrieve feature drift scores for a deployment over a time period. Use when you need to analyze feature drift metrics to monitor data quality and distribution changes in production.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
The number of features to return, defaults to 200.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Metric used to calculate drift score.
The number of features to skip, defaults to 0.
The id of the batch for which metrics are being retrieved.
ID of the model in the deployment. If not set, defaults to the deployment current model.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of a segment attribute used for segment analysis.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_FEATURE_DRIFT_OVER_BATCHTool to retrieve drift over batch info for features of a deployment. Use when analyzing feature drift across batches to monitor data quality.
Input parameters
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
The metric used to calculate data drift scores.
Unique identifier of the deployment.
Comma-separated list of feature names, limited to two per request.
The value of the segmentAttribute to segment on.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_HEALTH_SETTINGSTool to retrieve deployment health settings. Use when you need to check the configuration for health monitoring of a deployment.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_HEALTH_SETTINGS_DEFAULTSTool to retrieve default deployment health settings for a deployment. Use when you need to understand the default health monitoring configuration.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_HUMILITY_STATSTool to retrieve humility stats for a deployment. Use when you need to analyze humility metrics and rule violations for a specific deployment over a time period.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
The id of the model for which metrics are being retrieved.
The time duration of a bucket. Needs to be multiple of one hour. Can not be longer than the total length of the period. If not set, a default value will be calculated based on the start and end time.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
Enum for segment attribute values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_HUMILITY_STATS_OVER_TIMETool to retrieve humility statistics over time for a deployment. Use when monitoring humility rule performance and trends across time periods.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
The id of the model for which metrics are being retrieved.
The time duration of a bucket. Needs to be multiple of one hour. Can not be longer than the total length of the period. If not set, a default value will be calculated based on the start and end time.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
Segment attribute for segment analysis.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_MODEL_HISTORYTool to retrieve champion model history for a deployment. Use when examining model changes and deployment history over time.
Input parameters
Maximum number of results to return (1-100).
Number of results to skip.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_MONITORING_BATCHESTool to list monitoring batches for a deployment in DataRobot. Use when you need to retrieve paginated monitoring batches with optional filtering by creator, search term, creation time, or prediction timestamps.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Search by matching batch name in a case-insensitive manner or exact match of batch ID.
Order of the returning batches.
ID of the user who created a batch.
Filter for batches with an end time before the given time
Filter for batches with a start time after the given time
Filter for batches created after the given time
Unique identifier of the deployment.
Filter for batches created before the given time
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_MONITORING_BATCHES_MODELSTool to list information about models that have data in a monitoring batch. Use when you need to view which models contributed predictions to a specific batch.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
ID of the model associated with a batch.
Unique identifier of the deployment.
ID of the monitoring batch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_MONITORING_BATCH_LIMITSTool to retrieve the limits related to monitoring batches for a deployment. Use when you need to check constraints on batch size and prediction counts for monitoring operations.
Input parameters
Unique identifier of the deployment
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTION_DATA_EXPORTSTool to list prediction data exports for a deployment. Use when retrieving paginated prediction data exports from DataRobot for observability and data exploration.
Input parameters
Filter for batch vs real-time exports.
Specifies the number of rows to return after the offset.
Specifies the number of rows to skip before starting to return rows from the query.
Status of prediction data export processing.
Id of model used for prediction data export.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTION_RESULTSTool to retrieve predictions results for a deployment. Use when you need to analyze prediction outputs and compare them with actual values.
Input parameters
End of the period for which prediction results are being retrieved.
At most this many results are returned. The default may change without notice.
Start of the period for which prediction results are being retrieved.
Number of results to skip.
The id of the batch for which prediction results are being retrieved.
The id of the model for which prediction results are being retrieved.
Unique identifier of the deployment.
Filters predictions results to only those who have actuals present or with missing actuals.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTIONS_OVER_BATCHTool to retrieve prediction metadata over batches for a deployment. Use when analyzing batch prediction performance and trends.
Input parameters
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of the segment on which segment analysis is being performed.
Include percentiles in the response, only applicable to deployments with binary classification, location and regression target. Allowed values: false, False, true, True.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTIONS_OVER_TIMETool to retrieve metrics about predictions over time for a deployment. Use when analyzing prediction patterns, distribution trends, or monitoring prediction characteristics across time periods for a specific deployment.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
The ID of the models for which metrics are being retrieved.
Time duration of prediction buckets.
Target class to filter out results.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of the segment on which segment analysis is being performed.
Include percentiles in the response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTIONS_VS_ACTUALS_OVER_BATCHTool to retrieve metrics about predictions and actuals over a specific set of batches. Use when you need to analyze mean predicted & actual values, predicted & actual class distributions for a deployment.
Input parameters
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
Target class to filter out results.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_PREDICTIONS_VS_ACTUALS_OVER_TIMETool to retrieve predictions vs actuals over time for a deployment. Use when analyzing prediction quality and comparing predicted values with actual outcomes across time periods.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: ``2019-08-01T00:00:00Z``.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: ``2019-08-01T00:00:00Z``.
The ID of the models for which metrics are being retrieved.
Time duration options for buckets.
Target class to filter out results.
Unique identifier of the deployment.
The value of the `segmentAttribute` to segment on.
The name of the segment on which segment analysis is being performed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_QUOTA_CONSUMERSTool to retrieve deployment quota consumers. Use when querying resource consumption or quota allocation for a specific deployment.
Input parameters
Maximum number of results to return per page. Defaults to 10, max 100.
Number of results to skip for pagination. Defaults to 0.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_RETRAINING_POLICIESTool to list retraining policies for a deployment. Use when retrieving policies that automate model retraining based on triggers.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_RETRAINING_SETTINGSTool to fetch deployment retraining settings. Use when you need to retrieve the retraining configuration for a specific deployment.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SEGMENT_VALUESTool to retrieve deployment segment values for monitoring and analytics. Use when filtering or analyzing deployment predictions by segment attributes.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The search query to filter the list of segment values.
Unique identifier of the deployment.
The name of the segment attribute whose values the user wants to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SERVICE_STATSTool to retrieve service health metrics for a deployment. Use when analyzing deployment service performance, request rates, error rates, or execution times.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
The id of the model for which metrics are being retrieved.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
Segment attribute for segment analysis.
Quantile for responseTime metric (0.0 to 1.0). Default is 0.5 (median).
Quantile for executionTime metric (0.0 to 1.0). Default is 0.5 (median).
Threshold in milliseconds for slowRequests metric. Default is 1000ms.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SERVICE_STATS_OVER_BATCHTool to retrieve service health metrics over batch for a deployment. Use when analyzing service performance across different batches.
Input parameters
Service health metric types.
The id of the batch for which metrics are being retrieved.
The id of the model for which metrics are being retrieved.
Quantile for executionTime and responseTime metrics
Threshold for slowQueries metric.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
Segment attribute for segment analysis.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SERVICE_STATS_OVER_TIMETool to retrieve service health metrics over time for a deployment. Use when analyzing service performance trends and patterns across time periods.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Service health metric types.
The ID of the models for which metrics are being retrieved.
A quantile for resulting data, used if metric is executionTime or responseTime, defaults to 0.5.
A threshold for filtering results, used if metric is slowQueries, defaults to 1000.
The time duration of a bucket. Needs to be multiple of one hour. Can not be longer than the total length of the period. If not set, a default value will be calculated based on the start and end time.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
Segment attribute for segment analysis.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SETTINGSTool to retrieve deployment settings. Use when you need to check configuration settings for data drift, predictions, accuracy, and other deployment features.
Input parameters
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_SHARED_ROLESTool to get a model deployment's access control list. Use when you need to view who has access to a deployment and their permission levels.
Input parameters
Only return roles for a user, group or organization with this identifier.
Only return roles for a user, group or organization with this name.
At most this many results are returned per page. Defaults to 10.
This many results will be skipped for pagination. Defaults to 0.
The ID of the deployment.
Describes the type of share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_TARGET_DRIFTTool to retrieve target drift for a deployment over a specified time period. Use when analyzing target distribution changes between training and prediction data.
Input parameters
End of the period to retrieve monitoring data, defaults to the next top of the hour. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Start of the period to retrieve monitoring data, defaults to 7 days ago from the end of the period. Note: this field only accepts top of the hour RFC3339 datetime strings, for example: 2019-08-01T00:00:00Z.
Metrics used to calculate drift score.
The id of the batch for which metrics are being retrieved.
An ID of the model in the deployment. If not set, defaults to the deployment current model.
Unique identifier of the deployment.
The value of the segmentAttribute to segment on.
The name of a segment attribute used for segment analysis.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOYMENTS_TRAINING_DATA_EXPORTSTool to list training data exports for a deployment. Use when retrieving paginated training data exports from DataRobot for observability and data exploration.
Input parameters
Specifies the number of rows to return after the offset.
Specifies the number of rows to skip before starting to return rows from the query.
Id of model used for training data export.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_DEPLOY_MODEL_SECONDARY_DS_CONFIG_HISTORYTool to list the secondary datasets configuration history for a deployment. Use when tracking changes to secondary dataset configurations over time.
Input parameters
Number of items to return, defaults to 100 if not provided.
Number of items to skip. Defaults to 0 if not provided.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ENTITLEMENT_SET_LEASESTool to retrieve entitlement set leases from DataRobot. Use when you need to list or filter entitlement set leases by entitlement set ID, tenant ID, or status.
Input parameters
Pagination limit (max 100).
Pagination offset.
Status to filter leases by (e.g., ACTIVE, EXPIRED).
UUID of the tenant to filter leases by.
UUID of the entitlement set to filter leases by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ENTITY_NOTIFY_POLICY_TPL_RELATED_POLICIESTool to retrieve all policies created from a notification policy template. Use when you need to view policies associated with a specific template that are visible to the user.
Input parameters
At most this many notification channels to return.
How many notification channels to skip (for pagination).
The ID of the notification policy template.
Type of related entity (deployment or custom job).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ENTITY_NOTIFY_POLICY_TPL_SHARED_ROLESTool to list shared roles for an entity notification policy template. Use when retrieving the access control list for notification policy templates.
Input parameters
Filter roles for a user, group, or organization with this identifier.
Filter roles for a user, group, or organization with this name.
Maximum number of results to return.
Number of results to skip for pagination.
The ID of the notification policy template.
Type of related entity (deployment or customjob).
Type of share recipient for filtering access controls.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ENTITY_TAGSTool to retrieve a list of entity tags from DataRobot. Use when you need to list or search for entity tags.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
The number of records to skip over. Default 0.
Returns only Entity Tags with names that match the given string.
The order in which to sort and return Entity Tags. Valid values: id, -id, name, -name, entityType, -entityType (prefix with - for descending order).
Entity type for filtering entity tags.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EVENT_LOGSTool to retrieve audit log records from DataRobot. Use when you need to track user actions, administrative events, or system activities for compliance and monitoring.
Input parameters
Enum for audit log event types.
Enum for sort order.
The organization to select log records for.
This many results will be skipped. Defaults to 0.
The user to select log records for.
The project to select log records for.
The upper bound for timestamps. E.g. '2016-12-13T11:12:13.141516Z'.
The lower bound for timestamps. E.g. '2016-12-13T11:12:13.141516Z'.
Enum for audit report type.
Enum for includeIdentifyingFields parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EVENT_LOGS_EVENTSTool to retrieve all available events from DataRobot event logs. Use when you need to list event labels for filtering or querying event logs. Note: This is a deprecated API.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EVENT_LOGS_PREDICTION_USAGETool to retrieve prediction usage event logs from DataRobot. Use when you need to track prediction activity within a specified time range (max 24 hours).
Input parameters
Sort order for prediction usage rows.
This many results will be skipped. Defaults to 0.
The user to retrieve prediction usage for.
The project to retrieve prediction usage for.
The upper bound for timestamps. Time range should not exceed 24 hours. ISO 8601 format (e.g., '2016-12-13T11:12:13.141516Z').
The lower bound for timestamps. ISO 8601 format (e.g., '2016-12-13T11:12:13.141516Z').
Whether to include identifying information.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXECUTION_ENVIRONMENTSTool to list execution environments in DataRobot. Use when retrieving available execution environments for custom models, notebooks, or other use cases.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
If set, only return execution environments matching this public/private setting.
Execution environment use case types.
String to search for in execution environment description and label. Search is case insensitive.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXECUTION_ENVIRONMENTS_VERSIONS_BUILD_LOGTool to download execution environment build log. Use when you need to retrieve build logs for a specific execution environment version.
Input parameters
Execution environment Id.
Execution environment version Id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXECUTION_ENVIRONMENTS_VERSIONS_DOWNLOADTool to download execution environment version files from DataRobot. Downloads either a Docker image tarball or Docker context depending on the imageFile parameter. Use when you need to retrieve the built environment for deployment or inspection.
Input parameters
If true, the built Docker image will be downloaded as a tar archive, otherwise the Docker context will be returned.
The ID of the execution environment.
The ID of the environment version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXECUTION_ENVIRONMENT_VERSIONSTool to list all versions of an execution environment in DataRobot. Use when you need to browse available versions of a specific execution environment, optionally filtered by build status or search criteria.
Input parameters
Maximum number of results to return (1-1000).
Number of results to skip for pagination.
Case-insensitive search string to filter by version ID, image ID, label, or description.
Build status of execution environment version.
The ID of the execution environment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXT_DS_STANDARD_USER_DEF_FUNCTIONSTool to retrieve detected standard user-defined functions for a given external data store. Use when you need to list available standard UDFs for a specific data store, credentials, function type, and schema.
Input parameters
The schema to create or detect user-defined functions in.
ID of the external data store.
ID of the set of credentials to use instead of username and password.
Standard user-defined function name to filter results by.
Standard user-defined function type to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_DRIVER_CONFIGURATIONTool to retrieve external data driver configuration details by driver ID. Use when you need to understand JDBC connection requirements for a specific driver.
Input parameters
ID of the external data driver to retrieve configuration for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_DRIVERSTool to list all available external data drivers in DataRobot. Use when retrieving the catalog of data drivers for data connectivity.
Input parameters
Driver type filter. Either 'jdbc', 'dr-database-v1', 'dr-connector-v1', or 'all'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_SOURCES_ACCESS_CONTROLTool to list users with their roles on an external data source. Use when you need to retrieve access control information for a specific data source.
Input parameters
At most this many results are returned.
This many results will be skipped.
Optional, only return the access control information for a user with this user ID.
Optional, only return the access control information for a user with this username.
The ID of the external data source to retrieve access control information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_SOURCES_PERMISSIONSTool to list permissions for the current user on an external data source. Use when you need to check what actions the user can perform on a specific data source.
Input parameters
The ID of the Data Source.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_SOURCES_SHARED_ROLESTool to get an external data source's access control list. Use when you need to view who has access to a data source and their permission levels.
Input parameters
Only return roles for a user, group, or organization with this identifier.
Only return roles for a user, group, or organization with this name.
At most this many results are returned per page. Defaults to 10.
This many results will be skipped for pagination. Defaults to 0.
The ID of the external data source.
Describes the type of share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_STORESTool to list external data stores in DataRobot. Use when you need to browse available data stores, filter by type, database type, connector type, or search by name.
Input parameters
Search for data stores whose canonicalName matches or contains the specified name. The search is case insensitive.
Filter for data store types.
Maximum number of results to return; defaults to 100.
Number of results to skip; defaults to 0.
Filter for data types supported by data stores.
Options for showing hidden OAuth fields.
Includes only data stores of the specified database type. For JDBC based data stores, the database_type value is the string between the first and the second colons of a jdbc url. For example, a snowflake jdbc url is jdbc:snowflake://, the database_type is hence snowflake. If an empty string is used, or if the string contains only whitespace, no filtering occurs.
Includes only data stores of the specified connector type.
Options for substituting URL parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_STORES_CREDENTIALSTool to list credentials associated with a specified external data store. Use when you need to retrieve all credentials linked to a data store.
Input parameters
At most this many results are returned. The default may change without notice.
Includes only credentials of the specified type. Repeat the parameter for filtering on multiple statuses.
Number of results to skip.
Enum for ordering credentials.
ID of the data store.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_STORES_PERMISSIONSTool to retrieve permissions for an external data store. Use when you need to check what actions a user can perform on a specific data store.
Input parameters
ID of the external data store to retrieve permissions for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DATA_STORES_SHARED_ROLESTool to list access control entries (shared roles) for an external data store. Use when you need to retrieve who has access to a specific data store and their roles.
Input parameters
Filter results to roles for a user, group, or organization with this identifier.
Filter results to roles for a user, group, or organization with this name.
Maximum number of results to return per page. Defaults to 10.
Number of results to skip for pagination. Defaults to 0.
Unique identifier of the external data store.
Type of recipient for the shared role.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_DRIVER_CONFIGURATIONSTool to list available external driver configurations in DataRobot. Use when you need to retrieve driver configurations for data connectivity, optionally filtered by type or visibility.
Input parameters
Enum for driver configuration types.
At most this many results are returned. The default may change without notice.
Number of results to skip.
Options for showing hidden configurations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_EXTERNAL_O_AUTH_PROVIDERSTool to list external OAuth providers configured in DataRobot. Use when retrieving available OAuth integrations for external services like GitHub, GitLab, Bitbucket, Google, Box, Microsoft, Jira, or Confluence.
Input parameters
Filter by provider IDs. Multiple IDs can be specified.
Filter by host URL. Multiple hosts can be specified.
Filter by provider types. Multiple types can be specified.
Sort results by creation date. Use 'createdAt' for ascending or '-createdAt' for descending order.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_FEATURE_ASSOCIATION_FEATURELISTSTool to list all featurelists with feature association matrix availability flags for a project. Use when you need to check which featurelists have feature association matrices available.
Input parameters
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_FEATURE_LISTSTool to list all feature lists for a project. Use when you need to retrieve and filter feature lists associated with a DataRobot project.
Input parameters
Property to sort feature lists by. Allowed values: name, description, features, numModels, created, isUserCreated. Prefix with '-' for descending order.
Unique identifier of the DataRobot project to list feature lists for. Obtain from DATAROBOT_LIST_PROJECTS.
Substring to filter feature list names by partial match.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_FILES_ALL_FILESTool to list all files associated with a catalog item in DataRobot. Use when you need to browse or retrieve files from a specific catalog entry, with support for pagination and filtering by file type or path prefix.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
If specified, will only return files with paths that start with the given folder prefix. Must end with '/'.
If specified, will only return files that match the specified type(s).
The catalog item ID.
Whether to list all files recursively. If a prefix is specified, whether to list all files under that prefix recursively.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_CHAT_PROMPTSTool to list GenAI chat prompts in DataRobot. Use when retrieving chat prompts associated with playgrounds, LLM blueprints, or chat sessions.
Input parameters
Retrieve only the specified number of values (for pagination).
Only retrieve the chat prompts associated with this chat ID.
Skip the specified number of values (for pagination).
Only retrieve the chat prompts associated with this playground ID.
Only retrieve the chat prompts associated with this LLM blueprint ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_CHATSTool to list GenAI chats available to the user. Use when retrieving paginated chats from DataRobot GenAI.
Input parameters
The property to sort chats by. Prefix with dash (-) for descending order. Default is creation time descending.
Maximum number of chats to return (for pagination).
Number of chats to skip (for pagination).
Returns only those chats associated with a particular LLM blueprint, specified by either the entity or the ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_COMPARISON_PROMPTSTool to list GenAI comparison prompts filtered by comparison chat ID or LLM blueprint IDs. Use when retrieving comparison prompts for analysis or testing.
Input parameters
Maximum number of results to return. Default: 100, max: 100.
Number of results to skip. Default: 0.
Filter comparison prompts by LLM blueprint IDs. Exactly one of comparison_chat_id or llm_blueprint_ids must be supplied.
Filter comparison prompts by comparison chat ID. Exactly one of comparison_chat_id or llm_blueprint_ids must be supplied.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_CUSTOM_MODEL_EMBEDDING_VALIDATIONSTool to list GenAI custom model embedding validations. Use when retrieving paginated custom model embedding validation records from DataRobot.
Input parameters
Sort option supporting 'name', 'deploymentName', 'userName', or 'creationDate'. Prefix with '-' for descending order (e.g., '-creationDate' for newest first).
Pagination limit for result set size - maximum number of records to return.
Pagination offset - number of records to skip.
Search parameter to match validation names.
Filter by model ID.
Filter by associated use case identifiers.
Filter by deployment ID.
Boolean flag to show only finished validations (true) or all validations (false).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_CUSTOM_MODEL_VECTOR_DB_VALIDATIONSTool to list custom model vector database validations for GenAI use cases. Use when retrieving validations for custom models used as vector databases in RAG workflows.
Input parameters
Sort results by field name. Allowed values: name, deploymentName, userName, creationDate. Prefix with '-' for descending order (e.g., '-creationDate').
Maximum number of records to retrieve.
Number of records to skip for pagination.
Filter by matching search query against validation fields.
Filter by model ID.
Filter by associated use case IDs.
Filter by deployment ID.
Filter by playground ID.
Return only completed validations. Default is false.
Filter by prompt input column name.
Filter by prediction output column name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_EVALUATION_DATASET_CONFIGURATIONSTool to list GenAI evaluation dataset configurations. Use when you need to retrieve evaluation dataset configurations for a specific use case and playground.
Input parameters
Apply sorting; valid options include name, creationUserId, creationDate, datasetId, userName, datasetName, promptColumnName, responseColumnName.
Retrieve only the specified number of values.
Skip the specified number of values for pagination.
Only retrieve the evaluation dataset configurations matching the search query.
Only retrieve the evaluation dataset configurations associated with this use case ID.
Only retrieve the evaluation dataset configuration associated with this playground ID.
If true, retrieve only configurations where the dataset has completed status (default: false).
If true, retrieve only configurations with correctness enabled (default: false).
Filter by specific configuration ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_BLUEPRINTSTool to list LLM blueprints for building generative AI applications with various large language models. Use when you need to browse available LLM blueprints for GenAI deployments.
Input parameters
Apply this sort order to the results.
Retrieve only the specified number of values.
Skip the specified number of values.
Only retrieve the LLM blueprints matching the search query.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLMSTool to list all available GenAI LLMs in DataRobot. Use when you need to retrieve available language models for GenAI applications.
Input parameters
Maximum number of results to return. Default: 100, max: 100.
Number of results to skip. Default: 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_TEST_CONFIG_SUPPORTED_INSIGHTSTool to list supported insights for LLM test configurations in DataRobot. Use when retrieving available insight types for a use case or playground.
Input parameters
Filter by Use Case ID. Exactly one of useCaseId or playgroundId must be specified.
Filter by Playground ID. Exactly one of useCaseId or playgroundId must be specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_TEST_CONFIGURATIONSTool to list GenAI LLM test configurations. Use when retrieving paginated LLM test configurations from DataRobot AI Robustness Tests.
Input parameters
Order results by specified fields. Prefix with dash for descending order.
Maximum number of results to return.
Number of results to skip (for pagination).
Filter configurations by name or content matching the search query.
Filter configurations by associated use case ID.
Filter configurations by associated playground ID.
Filter to return only completed configurations.
Retrieve specific configuration by ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_TEST_CONFIGURATIONS_OOTB_DATASETSTool to list out-of-the-box (OOTB) datasets for GenAI LLM test configurations. Use when you need to retrieve available datasets for LLM compliance and robustness testing.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_TEST_RESULTSTool to list GenAI LLM test results filtered by use case and playground. Use when retrieving test results for LLM robustness evaluations.
Input parameters
Supports sorting by name, creationUserId, creationDate; prefix with dash for descending order (e.g., '-creationDate').
Retrieve only the specified number of values.
Skip the specified number of values for pagination.
Only retrieve the LLM test results matching the search query.
Only retrieve the LLM test results associated with this use case ID.
Only retrieve the LLM test results associated with this playground ID.
Only retrieve the LLM test result with this ID.
Filters results by associated test configuration ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_LLM_TEST_SUITESTool to list GenAI LLM test suites in DataRobot. Use when retrieving AI robustness test suites for LLM models.
Input parameters
Apply sorting to results. Use field name for ascending or -field for descending (e.g., 'name' or '-createdAt').
Retrieve only a specified number of records for pagination.
Skip a specified number of records for pagination.
Filter results using search queries. Searches across test suite names and descriptions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_PLAYGROUNDSTool to list all GenAI playgrounds accessible by the user. Use when you need to browse or filter available playgrounds for LLM blueprint development.
Input parameters
Property to sort playgrounds by.
Maximum number of results to return per page. Defaults to 10, max 100.
Number of results to skip for pagination. Defaults to 0.
String for filtering playgrounds. Playgrounds that contain the string in name will be returned.
Filter playgrounds to those associated with a specific Use Case ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_PLAYGROUNDS_OOTB_METRIC_CONFIGURATIONSTool to list OOTB metric configurations for a GenAI playground. Use when you need to retrieve all out-of-the-box metric configurations associated with a specific playground.
Input parameters
The playground identifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_PLAYGROUNDS_SUPPORTED_INSIGHTSTool to list supported insights for a GenAI playground. Use when you need to retrieve all available insight configurations for a specific playground.
Input parameters
The playground identifier for which to retrieve supported insights
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_PLAYGROUNDS_TRACETool to list all prompt traces for a GenAI playground. Use when you need to retrieve execution history and tracing data from playground prompts.
Input parameters
The playground ID to retrieve traces from.
Maximum number of results to return; must be at least 1.
Number of results to skip for pagination; must be non-negative.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_SIDECAR_MODEL_METRIC_VALIDATIONSTool to list GenAI sidecar model metric validations from DataRobot. Use when retrieving available metric validation configurations for generative AI models.
Input parameters
Maximum number of items to return.
Number of results to skip for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_USER_LIMITS_LLM_API_CALLSTool to retrieve the count of LLM API calls made by the authenticated user. Use when you need to check how many LLM API requests the user has made that count towards their usage limits.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_USER_LIMITS_VECTOR_DATABASESTool to retrieve the number of vector databases the user has created which count towards the usage limit. Use when checking GenAI user limits for vector database resources.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_VECTOR_DATABASESTool to list all GenAI vector databases used for RAG (Retrieval Augmented Generation) applications. Use when you need to retrieve or filter vector databases.
Input parameters
Applies sorting; valid options include name and creationDate.
Retrieve only the specified number of values.
Skip the specified number of values.
Filters results matching a search query.
Filters by associated use case ID.
Filters by associated playground ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_VECTOR_DBS_SUPPORTED_RETRIEVAL_SETSTool to list all supported retrieval settings for GenAI vector databases. Returns configuration options for retrieval parameters including retriever names, retrieval modes, and document retrieval limits.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GENAI_VECTOR_DBS_SUPPORTED_TEXT_CHUNKINGSTool to list all supported text chunking configurations for GenAI vector databases. Returns recommended chunking parameters for each supported embedding model including recursive and semantic chunking methods.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GUARD_CONFIG_PRED_ENVS_IN_USETool to show prediction environments in use for moderation by a specific custom model version. Use when you need to identify which prediction environments are using a particular guard configuration custom model.
Input parameters
At most this many results are returned per page.
This many results will be skipped for pagination.
Show prediction environment information for this custom model version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GUARD_CONFIGURATIONSTool to list guard configurations for a specific entity in DataRobot. Use when you need to retrieve guard configurations associated with a custom model, custom model version, or playground.
Input parameters
At most this many results are returned.
This many results will be skipped (for pagination).
Filter guard configurations by the given entity ID.
Entity type of the given entity ID (customModel, customModelVersion, or playground).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_GUARD_TEMPLATESTool to list guard templates in DataRobot. Use when retrieving available guardrails templates for LLM deployments.
Input parameters
Search for templates by name.
Maximum number of results to return.
Number of results to skip for pagination.
Boolean values as strings for API query parameters.
Boolean values as strings for API query parameters.
Boolean values as strings for API query parameters.
Boolean values as strings for API query parameters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_IMAGE_AUGMENTATION_LISTSTool to list image augmentation lists for a DataRobot project. Use when retrieving augmentation lists for image-based projects.
Input parameters
At most this many results are returned. To specify no limit, use 0. The default may change without notice.
This many results will be skipped (for pagination).
Project ID to retrieve augmentation lists from.
Name of the image feature that the augmentation list is associated with.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MLOPS_COMPUTE_BUNDLESTool to list resource bundles for MLOps compute. Use when retrieving available compute bundles for custom models, jobs, or applications.
Input parameters
Maximum number of results to return.
Number of results to skip.
Identifier used to return recommended resource bundles. Must be used together with entityType parameter.
Use cases for compute bundles.
Type of entity for which to get recommended bundles.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_FEATURESTool to retrieve the list of features used in a specific DataRobot model. Use when you need to understand which features a model is using for predictions or analysis.
Input parameters
The unique identifier of the model to retrieve features for.
The unique identifier of the DataRobot project containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_PACKAGE_FEATURESTool to retrieve features in a model package. Use after model package creation to explore its feature set.
Input parameters
Number of features to return; defaults to 50.
Number of features to skip; defaults to 0.
Case-insensitive search against names of the deployment's features.
Sort order to apply to the list of features. Allowed values: name, -name, importance, -importance.
ID of the model package.
When True, return only features usable for segmented analysis.
When True, return all raw features in the universe dataset; when False, only raw features used for predictions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_PACKAGESTool to list model packages. Use when you need to search or page through model packages.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Term to search in package name, model name, or description.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_PACKAGES_CAPABILITIESTool to retrieve capabilities of a model package. Use after creating or loading a model package to check supported features.
Input parameters
ID of the model package.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_PACKAGES_MODEL_LOGSTool to list model logs for a specific model package. Use when you need to retrieve log entries generated during model package operations.
Input parameters
At most this many results will be returned
Number of results that will be skipped
ID of the model package to retrieve logs for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_PACKAGES_SHARED_ROLESTool to get model package's access control list. Use when you need to retrieve shared roles for a specific model package.
Input parameters
Filter results to only return roles for a user, group, or organization with this identifier.
Filter results to only return roles for a user, group, or organization with this name.
Maximum number of results to return per page. Defaults to 10.
Number of results to skip for pagination. Defaults to 0.
ID of the model package to retrieve shared roles for.
Type of the share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_RECORDSRetrieve a paginated list of trained model records from a DataRobot project. Returns model metadata including model type, metrics, training info, and configuration. Use this to explore models built during AutoML or manually submitted models. Supports filtering by characteristics, search terms, labels, blueprints, model families, and sorting by metrics.
Input parameters
Maximum number of model records to return per page. Defaults to 100.
Filter by user-applied labels
Number of records to skip for pagination. Use with limit for paging through results. Defaults to 0.
Filter by model families
The unique identifier of the DataRobot project to retrieve models from.
Filter by comma-separated blueprint IDs
Case-insensitive substring search in descriptions
Only include scores for this metric
Filter by comma-separated featurelist names
Metric name to sort results by
Filter by model characteristics
Partition to use for sorting by metric
Filter by training length/type
Filter by number of clusters (unsupervised)
Include in-sample scores where available
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODEL_SUPPORTED_CAPABILITIESTool to retrieve supported capabilities for a model. Use after training a model to check which insights and features are available.
Input parameters
ID of the model
ID of the DataRobot project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MODERATION_SUPPORTED_LLMSTool to list supported LLMs for moderation in DataRobot. Use when retrieving available LLM models for moderation purposes.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_MULTILABEL_INSIGHTS_PAIRWISE_MANUAL_SELSTool to retrieve all manually selected label lists for pairwise multilabel insights analysis. Use when analyzing multilabel features to get user-defined label combinations for pairwise comparison.
Input parameters
Key for multilabel insights, unique per project, feature, and EDA stage. The most recent key can be retrieved via GET /api/v2/projects/{projectId}/features/ or GET /api/v2/projects/{projectId}/features/{featureName}/
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_CODE_SNIPPETSTool to retrieve all available notebook code snippets from DataRobot. Use when you need to discover or browse code snippets for notebooks.
Input parameters
Maximum number of results to return (pagination).
Number of results to skip (pagination offset).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_CODE_SNIPPETS_TAGSTool to retrieve available tags for notebook code snippets from DataRobot. Use when you need to discover or filter code snippet tags.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_EXECUTION_ENVIRONMENT_NOTEBOOKSTool to list notebooks that use a specific execution environment in DataRobot. Use when you need to see which notebooks are using a particular execution environment.
Input parameters
The execution environment ID (24-character hexadecimal string in MongoDB ObjectId format).
Maximum number of results to return per page. Defaults to 10, max 100.
Number of results to skip for pagination. Defaults to 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_EXECUTION_ENVIRONMENTSTool to list all notebook execution environments in DataRobot. Use when you need to browse available execution environments for notebooks.
Input parameters
Maximum number of results to return per page.
Number of items to skip before starting to return results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_EXECUTION_ENVIRONMENTS_MACHINESTool to list available machine types for notebook execution environments. Use when you need to retrieve machine specifications for notebooks.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_EXECUTION_ENVIRONMENTS_PORTSTool to list exposed ports for a notebook execution environment. Use when you need to retrieve port information for a specific notebook environment.
Input parameters
Notebook execution environment ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_EXECUTION_ENVIRONMENTS_VERSIONSTool to list all versions of a notebook execution environment. Use when retrieving version history for a specific notebook execution environment.
Input parameters
The execution environment ID.
Maximum number of results to return.
Number of results to skip for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_JOBS_RUN_HISTORYTool to list notebook job run history in DataRobot. Use when you need to retrieve historical execution records of scheduled or manually triggered notebook jobs.
Input parameters
Maximum number of items to return (1-1000)
Number of items to skip for pagination
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOKSTool to list Jupyter notebooks in DataRobot workspace. Use when you need to browse or filter available notebooks for data exploration and model development.
Input parameters
Maximum number of items to return. Maximum is 1000.
Number of items to skip for pagination.
Filter notebooks by project ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOKS_CELLSTool to retrieve all cells from a DataRobot notebook. Use when you need to inspect or analyze the contents of a specific notebook.
Input parameters
The notebook ID to retrieve cells from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOK_SESSIONS_TERMINALSTool to list all terminals in a DataRobot notebook session. Use when you need to retrieve terminal sessions for a running notebook.
Input parameters
The notebook session ID (24-character hex ObjectId). Must be a running notebook session.
Maximum number of results to return. Default: 100, max: 100.
Number of results to skip. Default: 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOKS_FILTER_OPTIONSTool to retrieve available filter options for notebooks, including tags and owners. Use when you need to get valid filter values before filtering notebooks.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTEBOOKS_SHARED_ROLESTool to get access control lists for multiple notebooks. Use when you need to retrieve shared roles for several notebooks at once.
Input parameters
Comma separated notebook IDs to get info of.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTIFICATION_CHANNEL_TEMPLATESTool to list notification channel templates in DataRobot. Use when retrieving available notification channel templates for setting up alerts and notifications.
Input parameters
Maximum number of notification channels to return.
Number of notification channels to skip for pagination.
Filter to return only notification channels whose names contain the given substring.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTIFICATION_CHANNEL_TEMPLATES_SHARED_ROLESTool to get channel template's access control list. Use when you need to view who has access to a notification channel template and their permission levels.
Input parameters
Only return roles for a user, group or organization with this identifier.
Only return roles for a user, group or organization with this name.
At most this many results are returned per page. Defaults to 10.
This many results will be skipped for pagination. Defaults to 0.
The ID of the notification channel template.
Describes the type of share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTIFICATION_EVENTSTool to list notification event types and groups available for notification policies. Use when creating or updating notification policies to see available event types.
Input parameters
Enum for related entity types.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTIFY_CHANNEL_TPL_POLICY_TEMPLATESTool to retrieve list of all policy templates using a specific notification channel template. Use when you need to identify which policies are configured to use a particular channel.
Input parameters
At most this many policy templates to return. Maximum is 1000.
How many policy templates to skip for pagination.
The id of the notification channel template. Obtain from DATAROBOT_LIST_NOTIFICATION_CHANNEL_TEMPLATES or DATAROBOT_GET_NOTIFICATION_CHANNEL_TEMPLATES.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_NOTIFY_CHANNEL_TPL_RELATED_POLICIESTool to retrieve all policies created from a notification channel template. Use when you need to view policies associated with a specific channel template that are visible to the user.
Input parameters
At most this many notification channels to return.
How many notification channels to skip (for pagination).
The ID of the notification channel template.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OCR_JOB_RESOURCESTool to retrieve user's OCR job resources from DataRobot. Use when you need to list and browse OCR job resources with pagination support.
Input parameters
The max number of results to return.
The number of results to skip (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_ORGANIZATION_USERSTool to list memberships (users) in an organization. Use when you need to page through or filter users by ID.
Input parameters
Optional list of user IDs to filter the results. Only users with these IDs will be returned.
Maximum number of users to return per page. Defaults to 100. Use 0 to return all users.
Number of users to skip before starting to collect the result set. Defaults to 0.
The unique identifier of the organization to list users for. Use DATAROBOT_GET_ACCOUNT_INFO to get your organization ID (orgId field).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_LOGSTool to retrieve OpenTelemetry logs for a specified entity. Use when debugging deployments or investigating issues with custom applications, workloads, or other entities.
Input parameters
The minimum log level of logs to include.
At most this many results are returned. The default may change without notice.
Number of results to skip.
The OTel span ID logs must be associated with (if any).
The end time of the log list.
The OTel trace ID logs must be associated with (if any).
ID of the entity to which the logs belong.
A list of values which must be excluded from log entry.
A list of strings which must be included in log entry.
The start time of the log list.
Type of the entity to which the logs belong.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_AUTOCOLLECTED_VALUESTool to get aggregated values of OpenTelemetry metrics that DataRobot automatically collects for a specified entity. Use when monitoring deployments, use cases, or workloads with auto-collected metrics.
Input parameters
The end time of the metric list (ISO 8601 format recommended).
ID of the entity to which the metric belongs.
The start time of the metric list (ISO 8601 format recommended).
Type of the entity to which the metric belongs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_CONFIGSTool to list OpenTelemetry metric configurations for a specified entity. Use when you need to retrieve metric collection settings for deployments, use cases, or other DataRobot entities.
Input parameters
Maximum number of results to return (1-1000). The default may change without notice
Number of results to skip for pagination
ID of the entity to which the metric belongs
Type of the entity to which the metric belongs. Valid values: deployment, use_case, experiment_container, custom_application, workload, workload_deployment
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_POD_INFOTool to list pods and containers found in OpenTelemetry metrics of the specified entity. Use when retrieving pod and container information from deployment, use case, or workload monitoring data.
Input parameters
The end time of the metric list (ISO 8601 format).
ID of the entity to which the metric belongs.
The start time of the metric list (ISO 8601 format).
Type of the entity to which the metric belongs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_SUMMARYTool to list reported OpenTelemetry metrics of the specified entity. Use when retrieving available OTEL metrics for deployments, use cases, or other DataRobot entities.
Input parameters
Only show reported metrics whose name contains this string.
ID of the entity to which the metric belongs.
Type of the entity to which the metric belongs.
Only show reported metrics of this type.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_VALUE_OVER_TIMETool to get a single OpenTelemetry metric value of the specified entity over time. Use when analyzing container resource usage, performance metrics, or custom telemetry for deployments, use cases, or other DataRobot entities.
Input parameters
The unit of measurement for the metric
The end time of the metric list in ISO 8601 format
ID of the entity to which the metric belongs
The OTel key of the metric (e.g., container_usageNanoCores)
The start time of the metric list in ISO 8601 format
Type of the entity to which the metric belongs (deployment, use_case, etc.)
The metric percentile for the percentile aggregation of histograms
Period resolution for metric values.
The aggregation method used for metric display
The display name of the metric
Bucket size used for histogram aggregation
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_VALUESTool to get OpenTelemetry metrics values for a specific entity over a single time period. Use when retrieving OTEL performance metrics for deployments, use cases, or other entities.
Input parameters
End time of the metric period (ISO 8601 format).
ID of the entity to retrieve metrics for.
Start time of the metric period (ISO 8601 format).
Type of the entity (deployment, use_case, etc.).
Return histograms as buckets instead of percentile values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_METRICS_VALUES_OVER_TIMETool to retrieve OpenTelemetry configured metrics values for a specific entity over time. Use when monitoring or analyzing entity performance metrics over time periods.
Input parameters
The end time of the metric list (ISO 8601 format). If not provided, defaults to current time.
ID of the entity to which the metric belongs.
The start time of the metric list (ISO 8601 format). If not provided, defaults to a system-determined start time.
Type of the entity to which the metric belongs (e.g., deployment, use_case, custom_application).
Period for values of the metric list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OTEL_TRACESTool to list OpenTelemetry traces for a specified entity (deployment, use case, etc.). Use when retrieving observability data to debug or monitor AI applications.
Input parameters
Maximum number of results to return per page. Defaults to 10, max 100.
Number of results to skip for pagination. Defaults to 0.
The end time of the trace (ISO 8601 format or timestamp).
ID of the entity to which the trace belongs.
The start time of the trace (ISO 8601 format or timestamp).
Type of the entity to which the trace belongs.
A comma-separated list of search keys to filter traces by specific attributes.
Maximum cost of the trace.
Minimum cost of the trace.
A comma-separated list of search values corresponding to the search keys.
Maximum duration of the span in nanoseconds.
Minimum duration of the span in nanoseconds.
Minimum duration of the trace in nanoseconds.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_OVERALL_MODERATION_CONFIGURATIONTool to get overall moderation configuration for an entity. Use when you need to retrieve moderation settings for custom models, custom model versions, or playgrounds.
Input parameters
Retrieve overall moderation configuration for the given entity ID.
Entity type of the given entity ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PINNED_USECASESTool to list all pinned use cases in DataRobot. Use when you need to retrieve the user's pinned use cases (up to 8).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PREDICTION_ENVIRONMENTSLists all available prediction environments. Use this to find an environment ID for deploying models. Returns environment details including platform type, supported model formats, and management status.
Input parameters
Maximum number of results to return (default is 100).
Number of results to skip for pagination.
Filter environments by platform type (e.g., 'datarobotServerless', 'aws').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PREDICTION_SERVERSTool to list prediction servers available to the user. Use after authenticating to retrieve real-time and batch scoring endpoints.
Input parameters
Maximum number of results to return
Number of results to skip (for pagination)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECT_IMAGESTool to retrieve image metadata for a DataRobot project. Use when you need to list images from a project with image data, optionally filtering by column or target values.
Input parameters
Maximum number of results to return.
Name of the column to query.
Number of results to skip (for pagination).
The ID of the DataRobot project.
For classification projects - when specified, only images corresponding to this target value will be returned. Mutually exclusive with targetBinStart/targetBinEnd.
For regression projects - when specified, only images corresponding to the target values below this will be returned. Mutually exclusive with targetValue. Must be specified with targetBinStart.
For regression projects - when specified, only images corresponding to the target values above this will be returned. Mutually exclusive with targetValue. Must be specified with targetBinEnd.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECT_JOBSTool to list all jobs for a given DataRobot project. Use when you need to inspect or monitor the status of jobs within a project, optionally filtering by status.
Input parameters
Maximum number of results to return. Default: 100, max: 100.
Number of results to skip. Default: 0.
Optional filter to return only jobs with this status. Allowed values: queue, inprogress, error.
The ID of the project to list jobs for. Get this ID from the list_projects action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECT_MODELSTool to list models for a DataRobot project. Use when retrieving models from a specific project.
Input parameters
If specified, filters for models with a model type matching `name`.
Sorting options for models.
Boolean string values for isStarred filter.
The project ID.
If specified, filters for models with a matching sample percentage.
If specified, the returned models will only have scores for this metric. If not, all metrics will be included.
If specified, will return metric scores for models trained into validation/holdout for projects that do not have stacked predictions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTSTool to list all available DataRobot projects. Use when retrieving a catalog of projects to select from.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Sort order, either 'projectName' or '-projectName'.
Filter by project ID (exact match).
Filter by project name (exact match).
Filter to return only Feature Discovery projects: true/false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BIAS_MITIGATED_MODELSTool to list bias-mitigated models for a DataRobot project. Use when retrieving models that have been created with bias mitigation techniques applied.
Input parameters
Maximum number of results to return.
Number of results to skip for pagination.
The project ID to retrieve bias-mitigated models for.
Retrieve mitigated models for the specified parent model ID. If not specified, retrieves all mitigated models for the project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BIAS_MITIGATION_FEATURE_INFOTool to get bias mitigation data quality information for a given project and feature. Use when analyzing protected features for fairness and bias issues.
Input parameters
The project ID
Name of feature for mitigation info
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BIAS_VS_ACCURACY_INSIGHTSTool to list bias vs accuracy insights for a DataRobot project. Use when evaluating model fairness and accuracy trade-offs.
Input parameters
The project ID to retrieve bias vs accuracy insights for.
Supported accuracy metrics for bias vs accuracy insights.
The fairness metric used to calculate the fairness scores.
Name of the protected feature to analyze for bias.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BLENDER_MODELSTool to list all blender models in a DataRobot project. Use when you need to retrieve blender (ensemble) models that combine multiple sub-models.
Input parameters
Maximum number of results to return. If 0, all results are returned.
Number of results to skip for pagination. This many results will be skipped.
The unique identifier of the DataRobot project to retrieve blender models from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BLUEPRINTSTool to list all blueprints available in a DataRobot project. Use when you need to explore available modeling blueprints for a project.
Input parameters
The project ID to list blueprints for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BLUEPRINTS_BLUEPRINT_CHARTTool to retrieve a blueprint chart by blueprint ID. Use when you need to visualize the structure and flow of a DataRobot blueprint.
Input parameters
ID of the DataRobot project containing the blueprint.
ID of the blueprint to retrieve the chart for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_BLUEPRINTS_BLUEPRINT_DOCSTool to retrieve blueprint tasks documentation. Use when you need detailed information about the tasks, parameters, and references in a blueprint.
Input parameters
The ID of the project containing the blueprint
The ID of the blueprint to retrieve documentation for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_COMBINED_MODELSTool to retrieve all existing combined models for a DataRobot project. Use when you need to list combined models from segmented modeling projects.
Input parameters
Maximum number of results to return.
Number of results to skip for pagination.
The project ID to retrieve combined models for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_DATA_SLICESTool to list paginated data slices for a specific DataRobot project. Use when you need to browse or filter data slices within a project.
Input parameters
The number of items to return per page.
The number of items to skip before starting to collect the result set.
The project ID to list data slices for.
Search query to filter data slices by name or other criteria.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_DATETIME_MODELSTool to list datetime partitioned models in a DataRobot project. Use when you need to retrieve models from time series projects with datetime partitioning.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip (for pagination).
The project ID to list datetime models from.
The ID of the bulk model operation. If specified, only models submitted in scope of this operation will be shown.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_DOCUMENT_TEXT_EXTRACTION_SAMPLESTool to list metadata on all computed document text extraction samples in a DataRobot project across all models. Use when you need to retrieve document text extraction sample information for a specific project.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip (for pagination).
Project ID to list document text extraction samples for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_DOCUMENT_THUMBNAILSTool to list document thumbnail metadata for a DataRobot project. Use when retrieving document page information for features with document data.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS.
Name of the document feature to filter thumbnails by.
For classification projects, returns only document pages corresponding to this target value. Mutually exclusive with targetBinStart and targetBinEnd.
For regression projects, returns only document pages corresponding to target values below this value. Mutually exclusive with targetValue. Must be specified with targetBinStart.
For regression projects, returns only document pages corresponding to target values above this value. Mutually exclusive with targetValue. Must be specified with targetBinEnd.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_DT_MODELS_ACCURACY_OVER_TIME_PLOTSTool to retrieve metadata for Accuracy over Time insights for datetime models. Use when analyzing time series model accuracy trends across backtests and holdout sets.
Input parameters
The model ID.
The name of the series to retrieve. Only available for time series multiseries projects. If not provided a metadata of average plot for the first 1000 series will be retrieved.
The project ID.
Forecast distance to retrieve the data for. If not specified, the first forecast distance for this project will be used. Forecast distance specifies the number of time steps between the predicted point and the origin point. Only available for time series supervised projects.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_EXTERNAL_SCORESTool to list external scores on prediction datasets for a DataRobot project. Use when retrieving scoring results for predictions made on external datasets.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip for pagination.
If provided, returns scores for model with matching modelId.
If provided, returns scores for dataset with matching datasetId.
The project ID to list external scores for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURE_ASSOCIATION_MATRIXTool to retrieve pairwise feature association statistics for a DataRobot project. Use when you need to analyze feature correlations or associations between features in a project.
Input parameters
The type of dependence for the data. Must be either 'association' or 'correlation'.
The name of a metric to get pairwise data for. Must be one of mutualInfo, cramersV, spearman, pearson, or tau.
The project ID to retrieve feature association matrix for.
The feature list to lookup FAM data for. By default, depending on the type of the project 'Informative Features' or 'Timeseries Informative Features' list will be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURE_ASSOCIATION_MATRIX_DETAILSTool to retrieve feature association matrix details between two features in a DataRobot project. Use when you need to analyze the relationship and association between a pair of features for visualization.
Input parameters
The name of the first feature to analyze.
The name of the second feature to analyze.
The project ID. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
The feature list to lookup FAM data for. By default, depending on the type of the project 'Informative Features' or 'Timeseries Informative Features' list will be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURESTool to list all features in a DataRobot project. Use when you need to retrieve feature details, statistics, and metadata for analysis or model preparation.
Input parameters
Sort order options for project features.
The project ID.
Limit results by specific features. Performs a substring search for the term you provide in feature names.
Filter features by a specific featurelist ID.
Boolean values for segmented analysis filter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURES_FREQUENT_VALUESTool to retrieve frequent values information for a feature in a DataRobot project. Use when analyzing feature distributions or data quality for a specific feature.
Input parameters
ID of the DataRobot project containing the feature.
Name of the feature to retrieve frequent values for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURES_METRICSTool to retrieve available metrics for a specific feature in a DataRobot project. Use when you need to check which metrics are compatible with a given feature as a target.
Input parameters
The project ID.
The name of the feature to check.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FEATURES_MULTISERIES_PROPERTIESTool to retrieve potential multiseries ID columns to use with a particular datetime partition column. Use when configuring time series projects with multiseries functionality.
Input parameters
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_CREATE_PROJECT.
The name of the feature to be used as the datetime partition column. This should be a datetime-type feature in the project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_FROZEN_MODELSTool to list all frozen models from a DataRobot project. Use when you need to retrieve frozen model records from a specific project.
Input parameters
At most this many results are returned. If 0, all results are returned
This many results will be skipped (for pagination)
The unique identifier of the project
If specified, the returned models will only have scores for this metric. If not, all metrics will be included
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_IMAGE_ACTIVATION_MAPSTool to list all image activation maps for a DataRobot project. Use when you need to retrieve activation map records for visual AI models.
Input parameters
The number of items to return
The number of items to skip over for pagination
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_IMAGE_EMBEDDINGSTool to list all image embeddings for a DataRobot project. Use when you need to retrieve image embeddings generated for a project.
Input parameters
The number of items to return.
The number of items to skip over.
The project ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELING_FEATURELISTSTool to list all modeling featurelists from a DataRobot project. Use when you need to retrieve featurelists available for modeling in a specific project.
Input parameters
At most this many results are returned. If 0, all results.
This many results will be skipped.
Sort order options for modeling featurelists.
The project ID
Limit results by specific featurelists. Performs a substring search for the term you provide in featurelist names.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELING_FEATURESTool to list all modeling features for a DataRobot project. Use when you need to retrieve feature metadata, statistics, and importance scores for model training.
Input parameters
Maximum number of results to return. If 0, returns all results.
Number of results to skip for pagination.
Property to sort features by. Use negative prefix (e.g., '-name') for descending order.
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
Substring to filter feature names by partial match.
Filter features by a specific featurelist ID. Obtain from DATAROBOT_LIST_FEATURELISTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODEL_JOBSTool to list modeling jobs for a given DataRobot project. Use when you need to inspect or monitor the status of model training jobs within a project, optionally filtering by status.
Input parameters
Status enumeration for model jobs.
The ID of the project to list modeling jobs for. Get this ID from the list_projects action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_ADVANCED_TUNING_PARAMETERSTool to retrieve information about all advanced tuning parameters available for a specified model. Use when you need to understand what parameters can be tuned for a model before creating an advanced tuned version.
Input parameters
The model ID
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_BLUEPRINT_CHARTTool to retrieve a reduced model blueprint chart by model ID. Use when you need to visualize the structure of a trained model's blueprint.
Input parameters
ID of the model to retrieve the blueprint chart for.
ID of the DataRobot project containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_BLUEPRINT_DOCSTool to retrieve task documentation for a reduced model blueprint. Use when you need detailed information about the tasks, parameters, and references in a model's blueprint.
Input parameters
The ID of the model to retrieve blueprint documentation for
The ID of the project containing the model
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_CROSS_CLASS_ACCURACY_SCORESTool to list cross-class accuracy scores for a specific model in a project. Use when analyzing per-class accuracy metrics for bias and fairness evaluation.
Input parameters
Number of items to return, defaults to 100 if not provided.
Number of items to skip. Defaults to 0 if not provided.
The model ID.
The project ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_CROSS_VALIDATION_SCORESTool to retrieve cross-validation scores for each partition in a DataRobot model. Use when evaluating model performance across different cross-validation folds.
Input parameters
Set to the name of a metric to only return results for that metric (e.g., 'FVE Gamma', 'AUC', 'RMSE').
The unique identifier of the model.
Set to a value such as 1.0, 2.0 to only return results for the specified partition.
The unique identifier of the DataRobot project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_DATA_DISPARITY_INSIGHTSTool to retrieve Cross Class Data Disparity insights for a DataRobot model. Use when analyzing data disparity between two classes for a protected feature.
Input parameters
Number of items to return, defaults to 100 if not provided.
Number of items to skip. Defaults to 0 if not provided.
Feature for which insight is computed.
The model ID.
The project ID.
One of the compared classes.
Another compared class.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_DATASET_LIFT_CHARTSTool to retrieve list of lift chart data on prediction datasets for a project model. Use when you need to analyze lift chart performance metrics for model predictions across different datasets.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The model ID
If provided will return Lift chart for dataset with matching datasetId.
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_DATASET_ROC_CURVESTool to retrieve ROC curve data for a model's prediction datasets. Use when analyzing model performance via ROC curves. NOTE: This endpoint is deprecated; DataRobot recommends using /api/v2/insights/rocCurve/models/{entityId}/ instead.
Input parameters
Maximum number of results to return. Defaults to 100.
Number of results to skip for pagination. Defaults to 0.
The unique identifier of the model.
If provided, only returns ROC curve for the dataset with matching datasetId.
The unique identifier of the DataRobot project.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_FEATURE_EFFECTSTool to retrieve Feature Effects for a DataRobot model. Feature Effects show how each feature impacts predictions, including partial dependence and predicted vs actual relationships. Use when analyzing feature behavior and model interpretability.
Input parameters
Data source for feature effects computation. Defaults to 'training'.
The unique identifier of the model
The unique identifier of the DataRobot project
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_FEATURE_EFFECTS_METADATATool to retrieve Feature Effects metadata for a model. Use when you need to check the status and available sources for Feature Effects computation.
Input parameters
The model ID for which to retrieve Feature Effects metadata.
The project ID containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_FEATURE_IMPACTTool to retrieve feature impact scores for features in a DataRobot model. Use when you need to understand which features have the most impact on model predictions.
Input parameters
Maximum number of results to return per page. Defaults to 1000, max 1000.
Number of results to skip for pagination. Defaults to 0.
The model ID
The backtest value used for Feature Impact computation. Applicable for datetime aware models.
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_GRID_SEARCH_SCORESTool to retrieve grid search scores for a specific model in a DataRobot project. Use when analyzing hyperparameter tuning results or comparing parameter combinations for model optimization.
Input parameters
At most this many results are returned.
This many results will be skipped.
Source type for the grid search scores.
The model ID.
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_LIFT_CHARTTool to retrieve all available lift charts for a DataRobot model. Use when analyzing model performance to understand how well the model separates predictions. Lift charts show mean actual vs predicted values across bins sorted by prediction value.
Input parameters
The ID of the model for which to retrieve lift charts. Use DATAROBOT_LIST_PROJECTS_MODELS or DATAROBOT_GET_PROJECTS_MODELS to find model IDs.
The ID of the DataRobot project containing the model. Use DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT to find project IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_MISSING_REPORTTool to retrieve a summary of how a model's subtasks handle missing values. Use when analyzing model preprocessing behavior for features with missing data.
Input parameters
ID of the model to retrieve the missing values report for
ID of the DataRobot project containing the model
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_PRIME_RULESETSTool to list DataRobot Prime rulesets that approximate a specific model. Use when you need to retrieve interpretable rule-based approximations of a trained model.
Input parameters
The model to find approximating rulesets for
The project the model belongs to
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_ROC_CURVESTool to retrieve all available ROC curves for a binary classification model. Use when you need to analyze model performance across all data sources (validation, holdout, cross-validation).
Input parameters
ID of the model to retrieve ROC curves for.
ID of the DataRobot project containing the model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MODELS_SCORING_CODETool to retrieve scoring code JAR file for a specific DataRobot model. Use when you need to download the model's scoring code for local execution.
Input parameters
The model to use
The project that created the model
If set to "true", the downloaded JAR file will contain only the source code and will not be executable. Defaults to "false".
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MULTICATEGORICAL_INVALID_FORMATTool to retrieve multicategorical data quality log for a DataRobot project. Use when you need to check for multicategorical feature format errors.
Input parameters
The ID of the project this request is associated with.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_MULTISERIES_NAMESTool to list the names of a multiseries project. Use when you need to retrieve series names from a multiseries time series project.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The project ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_OPTIMIZED_DATETIME_PARTITIONINGSTool to list all created optimized datetime partitioning configurations for a project. Use when you need to retrieve the datetime partitioning options that have been generated for time-series modeling.
Input parameters
At most this many results are returned. Maximum value is 20.
This many results will be skipped.
The project ID to retrieve optimized datetime partitionings for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PAYOFF_MATRICESTool to list all payoff matrices for a DataRobot project. Use when retrieving payoff matrices to evaluate model cost-benefit trade-offs.
Input parameters
Number of payoff matrices to return.
Number of payoff matrices to skip for pagination.
The project ID to list payoff matrices for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PREDICTION_DATASETSTool to list prediction datasets uploaded to a DataRobot project. Use when you need to browse or retrieve prediction datasets for batch predictions or accuracy tracking.
Input parameters
Maximum number of results to return. If 0, all results are returned. Default is 0.
Number of results to skip (for pagination). Default is 0.
The project ID to query for prediction datasets.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PREDICTION_EXPLANATIONS_RECORDSTool to list prediction explanations records for a DataRobot project. Use when you need to retrieve prediction explanations that have been computed for models in a project.
Input parameters
Maximum number of results to return
Number of results to skip for pagination
If specified, only prediction explanations records computed for this model will be returned.
The unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PREDICTIONSTool to list prediction records for a DataRobot project. Use when retrieving batch prediction metadata for a specific project.
Input parameters
Maximum number of results to return. Use 0 for no limit
Number of results to skip for pagination
Filter predictions by model ID
Filter predictions by dataset ID used to create them
The ID of the project to retrieve predictions for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PREDICT_JOBSTool to list all prediction jobs for a given DataRobot project. Use when you need to inspect or monitor prediction job statuses within a project, optionally filtering by status.
Input parameters
Status values for prediction jobs.
The ID of the project to list prediction jobs for. Get this ID from the list_projects action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PRIME_FILESTool to list Prime files available in a DataRobot project. Use when you need to retrieve exportable Prime model code files.
Input parameters
Maximum number of results to return. Use 0 to specify no limit.
Number of results to skip (for pagination).
If specified, only Prime files with code used in the specified Prime model will be returned.
The project ID to list available Prime files for.
If specified, only Prime files approximating the specified parent model will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_PRIME_MODELSTool to list all Prime models in a DataRobot project. Use when you need to retrieve Prime models, which are interpretable rule-based approximations of complex models.
Input parameters
Maximum number of results to return. Default is 100.
Number of results to skip for pagination.
Unique identifier of the DataRobot project to list Prime models for. Obtain from DATAROBOT_LIST_PROJECTS or DATAROBOT_GET_PROJECT.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_RATING_TABLE_MODELSTool to list rating table models for a DataRobot project. Use when you need to retrieve all rating table models associated with a project.
Input parameters
If specified, filters for models with a model type matching 'name'.
Sort order options for rating table models.
Starred filter values.
The unique identifier of the DataRobot project to list models from.
If specified, filters for models with a matching sample percentage.
If specified, the returned models will only have scores for this metric. If not, all metrics will be included.
If specified, will return metric scores for models trained into validation/holdout for projects that do not have stacked predictions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_RATING_TABLESTool to list rating tables for a DataRobot project. Use when you need to retrieve all rating tables associated with a specific project.
Input parameters
Maximum number of results to return. Use 0 for no limit. Default: 0 (no limit).
Number of results to skip (for pagination). Default: 0.
If specified, only rating tables with this modelId will be returned.
The unique identifier of the DataRobot project to list rating tables from.
If specified, only rating tables with this parentModelId will be returned.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_RATING_TABLES_FILETool to retrieve a rating table file from a DataRobot project. Use when you need to download the source CSV file for a specific rating table.
Input parameters
The project that owns this data
The rating table ID to retrieve the source file from
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_RECOMMENDED_MODELSTool to list recommended models for a DataRobot project. Use when you need to retrieve the models that DataRobot recommends for deployment or further analysis based on accuracy and performance characteristics.
Input parameters
The project ID to retrieve recommended models for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_RULE_FIT_FILESTool to list RuleFit code files for a DataRobot project. Use when you need to retrieve RuleFit code files, optionally filtered by a specific RuleFit model.
Input parameters
Maximum number of files to return.
Number of files to skip for pagination.
If specified, only RuleFit code files used in the specified RuleFit model will be returned; otherwise all applicable RuleFit files will be returned.
Unique identifier of the DataRobot project to list RuleFit files for. Obtain from DATAROBOT_LIST_PROJECTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_SECONDARY_DATASETS_CONFIGURATIONSTool to list all secondary dataset configurations for a DataRobot project. Use when you need to retrieve configurations for secondary datasets used in modeling.
Input parameters
Maximum number of results to return
Number of results to skip for pagination
Filter by ID of the model
The project ID
Filter by feature list ID of the model
Enum for includeDeleted parameter values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_SHAP_MATRICESTool to list SHAP matrix records for a DataRobot project. Use when you need to retrieve SHAP explanations for models in a project. Note: This is a deprecated API endpoint.
Input parameters
Maximum number of results to return. At most this many results are returned. The default may change without notice.
Number of results to skip. Used for pagination.
The ID of the project to list SHAP matrices for. Get this ID from the list_projects or get_project action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_PROJECTS_TRAINING_PREDICTIONSTool to list training prediction jobs for a specific DataRobot project. Use when you need to retrieve training predictions that have been generated for models within a project.
Input parameters
Maximum number of results to return
Number of results to skip for pagination
Project ID to retrieve training predictions for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_QUOTASTool to list all quotas configured in DataRobot. Use when retrieving quota configurations for resources or users.
Input parameters
Maximum number of results to return.
Number of results to skip for pagination.
Resource ID for which quota is configured.
Resource Type for which quota is configured.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_QUOTA_TEMPLATESTool to list quota templates in DataRobot. Use when retrieving available quota templates for resource management.
Input parameters
Maximum number of results to return (1-100).
Number of results to skip for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_RECIPE_INPUTSTool to get inputs on a recipe. Use when you need to retrieve the list of inputs configured for a specific recipe.
Input parameters
The ID of the recipe.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_RECIPES_INSIGHTSTool to retrieve recipe insights for a specific recipe. Use when analyzing feature characteristics and statistics for a data wrangling recipe.
Input parameters
At most this many results are returned. The default may change and a maximum limit may be imposed without notice.
This many results will be skipped for pagination.
The ID of the recipe to retrieve insights for.
The number indicating how many operations from the beginning to return insights for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_RECIPES_PREVIEWTool to retrieve a wrangling recipe preview. Use when you need to see sample data output from a recipe.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The ID of the recipe.
The number indicating how many operations from the beginning to retrieve a preview for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_RECOMMENDED_SETTINGS_CHOICESTool to retrieve available setting choices list for an entity type. Use when you need to discover what recommended settings are available before configuring them.
Input parameters
Type of the entity to retrieve the recommended settings choices for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_REGISTERED_MODELSTool to list registered models from DataRobot. Use when you need to search, filter, or page through registered models in the model registry.
Input parameters
Maximum number of results to return.
Filter to only return models that have versions in the specified stage.
Number of results to skip for pagination.
Search term to filter registered models by name.
Key to order results by. Options: createdAt, modifiedAt, name. Defaults to modifiedAt.
List of tag keys to filter by. Returns registered models matching any of the tag keys.
Return registered models that contain either imported (true) or non-imported (false) versions.
Return only global (accessible to all users) or local (accessible only to owner and shared users) registered models.
Filter by email of the user that created the registered model.
Return models that contain versions matching a specific format.
List of tag values to filter by. Returns registered models matching any of the tag values.
Comma separated tag pairs (e.g., key1=value1,key2=value2). Only exactly matching registered models are returned. Overrides tagKeys and tagValues if specified.
Filter by the name of the target.
Filter by the type of target(s).
Filter to only return models with versions having the specified build status.
Used with compatibleWithModelPackageId to request similar registered models that can be used as challenger models.
Sort direction. Options: asc, desc. Defaults to desc.
Filter for registered models created before this timestamp (ISO 8601 format). Defaults to current time.
Filter for registered models modified before this timestamp (ISO 8601 format). Defaults to current time.
Filter for registered models created on or after this timestamp (ISO 8601 format).
Filter for registered models modified on or after this timestamp (ISO 8601 format).
Return registered models containing versions matching the prediction threshold for binary classification models.
Filter registered models by what is supported by the prediction environment.
Return registered models with versions compatible with given model package ID. Matches target.name, target.type, target.classNames, modelKind.isTimeSeries, and modelKind.isMultiseries.
Limit results to registered models containing versions for the leaderboard model with the specified ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_REGISTERED_MODELS_DEPLOYMENTSTool to list deployments associated with a registered model. Use when retrieving deployments for a specific registered model with pagination and filtering support.
Input parameters
Maximum number of results to return.
Number of results to skip for pagination.
Filter deployments with name matching this search term.
Key to order results by. Options: createdAt, label.
Sort direction. Options: asc, desc.
ID of the registered model to list deployments for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_REGISTERED_MODELS_SHARED_ROLESTool to get a registered model's access control list. Use when you need to view who has access to a specific registered model and their assigned roles.
Input parameters
Filter results to a user, group, or organization with this identifier.
Filter results to a user, group, or organization with this name.
Maximum number of results to return per page. Defaults to 10.
Number of results to skip for pagination. Defaults to 0 (start from beginning).
ID of the registered model to retrieve shared roles for.
Type of recipient for shared access.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_REGISTERED_MODELS_VERSIONS_DEPLOYMENTSTool to list all deployments associated with a registered model version. Use when retrieving deployment information for a specific model version.
Input parameters
At most this many results are returned.
This many results will be skipped (for pagination).
Filter deployments with name matching search term.
Key to order result by. Options: createdAt or label.
ID of the registered model's version.
Sort direction. Options: asc or desc.
ID of the registered model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_REGISTERED_MODEL_VERSIONSTool to list versions of a registered model. Use when you need to view or search through versions of a specific registered model in DataRobot.
Input parameters
At most this many results are returned.
Stage filter options for registered model versions.
This many results will be skipped.
A term to search for in version name, model name, or description.
Sort key options for listing registered model versions.
If specified, return either imported (true) or non-imported (false) versions (model packages).
Email of the user that created registered model version to filter by.
Return versions that match a specific format.
If specified, filter versions by use-case id.
Name of the target to filter by.
Type of the target to filter by.
Build status filter options.
Can be used with compatibleWithModelPackageId to request similar versions that can be used as challenger models; for external model packages, instead of returning similar external model packages, similar DataRobot and Custom model packages will be retrieved.
Sort direction options.
ID of the registered model.
Return versions with the specified prediction threshold used for binary classification models.
Can be used to filter versions (model packages) by what is supported by the prediction environment.
Return versions compatible with given model package ID. If used, will only return versions that match target.name, target.type, target.classNames (for classification models), modelKind.isTimeSeries, and modelKind.isMultiseries of the specified model package.
If specified, limit results to versions (model packages) of the leaderboard model with the specified ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_SCHEDULED_JOBSTool to list scheduled deployment batch prediction jobs a user can view. Use when retrieving paginated scheduled jobs from DataRobot.
Input parameters
The number of scheduled jobs (max 100) to return. Defaults to 20
The number of scheduled jobs to skip. Defaults to 0.
Case insensitive search against scheduled jobs name or type name.
Enum for scheduled job type ID.
The order to sort the scheduled jobs. Defaults to order by last successful run timestamp in descending order.
Enum for user field to filter with.
Filter by the prediction integration deployment ID. Ignored for non prediction integration type ID.
Enum for filter enabled values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_SEAT_LICENSE_ALLOCATIONSTool to list seat license allocations. Use when you need to retrieve seat license allocation information with optional filtering by IDs, organization, or subjects.
Input parameters
Comma-separated list of seat license allocation IDs to filter by.
Maximum number of results to return. The default may change without notice.
Filter by the ID of the organization the seat licenses have been allocated to.
Number of results to skip for pagination.
Comma-separated list of subject IDs that should be part of the seat license allocations.
Comma-separated list of seat license IDs to filter by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_SECURE_CONFIGSTool to retrieve a list of secure configurations in DataRobot. Use when you need to browse or filter available secure configurations for credentials management.
Input parameters
Filter for a specific secure configuration by exact name match.
Maximum number of results to return (1-100). Defaults to 100.
Number of results to skip (for pagination). Defaults to 0.
Sort order options for secure configurations.
Comma-separated list of schema names to filter on. Example: 'aws,azure,gcp'.
Filter for secure configurations containing this substring in the name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_SECURE_CONFIG_SCHEMASTool to retrieve a list of secure configuration schemas. Use when you need to list available secure configuration schemas with optional filtering by name.
Input parameters
Filter for a specific secure configuration schema name
Maximum number of results to return (1-100)
Number of results to skip for pagination
Sort order for secure configuration schemas.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_SECURE_CONFIGS_VALUESTool to retrieve a list of values for a secure configuration. Use when you need to fetch the key-value pairs associated with a specific secure configuration.
Input parameters
The ID of the secure configuration to retrieve values for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_STATUSTool to list currently running async status jobs in DataRobot. Use when you need to monitor or inspect the status of asynchronous tasks across the system.
Input parameters
At most this many results are returned. If 0, all results.
This many results will be skipped.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_TENANTS_RESOURCE_CATEGORIESTool to retrieve available resource categories for a specific tenant. Use when you need to understand what resource types are available for a tenant.
Input parameters
The tenant ID to get resource categories for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_TENANT_USAGE_RESOURCES_CATEGORIESTool to get available resource categories for tenant usage. Use when retrieving the list of resource categories that can be used for filtering or analyzing tenant usage data.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USAGE_DATA_EXPORTS_SUPPORTED_EVENTSTool to list supported audit events for usage data export filtering. Use when you need to discover available event types before creating or filtering usage data exports.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASE_CUSTOM_APPLICATIONSTool to list custom applications referenced by a DataRobot use case. Use when you need to retrieve custom applications associated with a specific use case.
Input parameters
The number of records to return in the range from 1 to 100. Default 10.
The number of records to skip over. Default 0.
The ID of the Use Case to query for custom applications.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASE_DATASETSTool to get a list of datasets associated with a DataRobot Use Case. Use when you need to view or filter datasets within a specific Use Case.
Input parameters
Maximum number of results to return per page. Default is 100.
Number of results to skip (for pagination).
Only return datasets with names that match the given search string.
Sort order options for use case datasets.
The ID of the Use Case to retrieve datasets for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASE_DEPLOYMENTSTool to get deployments associated with a use case. Use when retrieving paginated deployments linked to a specific DataRobot use case.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Only return deployments from use case with names that match the given string.
The order to sort the use case deployments.
The ID of the use case.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASE_NOTEBOOKS_BY_IDTool to get a list of notebooks associated with a specific Use Case by ID. Use when you need to retrieve notebooks for a particular use case in DataRobot.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
The number of records to skip over. Default 0.
The ID of the Use Case to retrieve notebooks for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASE_REGISTERED_MODELSTool to get registered models associated with a use case. Use when retrieving paginated registered models linked to a specific DataRobot use case.
Input parameters
The number of records to return in the range from 1 to 100.
The number of records to skip over.
The ID of the use case.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASESTool to retrieve a list of Use Cases from DataRobot. Use when you need to browse or filter available Use Cases to select one for further operations.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
Only return Use Cases in the given stage.
The number of records to skip over. Default 0.
Returns only Use Cases with names that match the given string.
Sort order options for Use Cases.
The id of the entity type that is linked with the Use Case.
Filter Use Cases to return only those created by the selected user.
Only return experiment containers associated with the given project id.
Only return Use Cases associated with the given risk level.
Entity types that can be linked to a Use Case.
Use Case type filter options.
Only return experiment containers associated with the given app.
Defines if the Use Cases available on Organization level should be shown.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_ALL_RESOURCESTool to get a list of references associated with all Use Cases. Use when retrieving all resources (projects, datasets, files, etc.) linked to any Use Case.
Input parameters
Sort order options for Use Case references.
Maximum number of results to return. The default may change without notice.
Number of results to skip.
Sort order options for Use Case references.
Recipe status used for filtering recipes.
Only retrieve resources that had activity within the specified number of days.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_APPLICATIONSTool to list applications associated with a DataRobot Use Case. Use when retrieving a paginated list of applications for a specific Use Case.
Input parameters
Maximum number of results to return.
Number of results to skip (for pagination).
Only return applications with names that match the given string.
Sort order options for applications.
The ID of the Use Case to retrieve applications for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_DATATool to retrieve a list of datasets and recipes from a specific DataRobot Use Case. Use when you need to browse or filter available datasets and recipes within a use case.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Only return datasets or recipes from use case with names that match the given string.
Sorting order which will be applied to data list. Prefix with '-' for descending order.
Data types used for filtering.
The ID of the use case.
Recipe status used for filtering recipes.
Filter results to display only those created by user(s) identified by the specified ID.
The driver class type of the recipe wrangling engine.
Filter results to display only those created by user(s) identified by the specified username.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_FILESTool to list catalog files associated with a specific Use Case. Use when retrieving files from a DataRobot Use Case for further analysis or processing.
Input parameters
Maximum number of results to return. The default may change without notice.
Number of results to skip for pagination.
Only return files from Use Cases with names that match the given string.
The order to sort the Use Case files.
The ID of the Use Case to retrieve files from.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_FILTER_METADATATool to retrieve filtering metadata for a DataRobot Use Case. Use when you need to understand available metrics, model families, and sample sizes for filtering models within a Use Case.
Input parameters
The ID of the use case to retrieve filter metadata for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_MODELS_FOR_COMPARISONTool to get models from projects in a Use Case for comparison. Use when you need to compare models across multiple projects within a Use Case, filter by metrics, or find top-performing models.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Sort order for models by project creation date.
Filter to models trained at the specified sample size percentage(s).
The ID of the use case.
Filter to models that match the specified model family/families.
Filter to models from projects built using specified target feature(s).
Filter to limited number of top scoring models, where default value is 1. A value of 0 means no top scoring models will be returned.
Whether to include only models that can be converted to scorable java code.
Binary Classification sort metric options.
Filter to models from projects built using specified training dataset ID(s).
Partition type for binary classification metric scores.
Regression sort metric options.
Whether to include all starred models in filtering output. This means starred models will be included in addition to top-scoring models.
Partition type for regression metric scores.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_NOTEBOOKSTool to get a list of notebooks from all Use Cases. Use when you need to retrieve or browse notebooks across all use cases in DataRobot.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
The number of records to skip over. Default 0.
Include use case name in the response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_PLAYGROUNDSTool to list playgrounds associated with a Use Case. Use when retrieving playground information for a specific use case.
Input parameters
The number of records to return in the range from 1 to 100.
The number of records to skip over.
The ID of the Use Case to retrieve playgrounds for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_PROJECTSTool to get a list of projects associated with a use case. Use when retrieving paginated projects linked to a specific DataRobot use case.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
Returns only projects with names that match the given string.
The order to sort the use case projects.
The ID of the use case.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_RESOURCESTool to get a list of the references associated with a DataRobot use case. Use when retrieving resources linked to a specific use case.
Input parameters
Maximum number of results to return.
Number of results to skip for pagination.
Sort order options for use case resources.
The ID of the use case to retrieve resources for.
Recipe status used for filtering recipes.
Only retrieve resources that had activity within the specified number of days.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_SHARED_ROLESTool to get a use case's access control list. Use when you need to see who has access to a specific use case and their roles.
Input parameters
Optional user ID to filter access control information for a specific user.
Maximum number of records to return per page. Defaults to 100.
Number of records to skip for pagination. Defaults to 0.
Unique identifier of the use case to retrieve access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_VECTOR_DATABASESTool to retrieve a list of vector databases associated with a DataRobot Use Case. Use when you need to browse or filter vector databases linked to a specific use case.
Input parameters
At most this many results are returned. The default may change without notice.
Number of results to skip.
The ID of the Use Case to retrieve vector databases for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USE_CASES_WITH_SHORTENED_INFOTool to retrieve a list of Use Cases with abbreviated content from DataRobot. Use when you need to quickly browse Use Cases without full metadata.
Input parameters
Sort order options for Use Cases (deprecated - use OrderBy).
The number of records to return in the range from 1 to 100. Default 100.
Only return Use Cases in the given stage.
The number of records to skip over. Default 0.
Returns only Use Cases with names that match the given string.
Order by options for Use Cases.
The id of the entity type that is linked with the Use Case.
Filter Use Cases to return only those created by the selected user.
Only return experiment containers associated with the given project id.
Only return Use Cases associated with the given risk level.
Entity types that can be linked to a Use Case.
Use Case type filter options.
Only return experiment containers associated with the given app.
Defines if the Use Cases available on Organization level should be shown.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USER_BLUEPRINTSTool to list user blueprints from DataRobot. Use when retrieving custom blueprints created by users for model building.
Input parameters
The max number of results to return (1-100).
The number of results to skip (for pagination).
The id of the project, used to filter for original project_id.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USER_BLUEPRINTS_INPUT_TYPESTool to retrieve available input types for user blueprints. Use when you need to understand what input types are supported for custom blueprint creation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USER_BLUEPRINTS_TASKSTool to retrieve tasks for blueprint construction in DataRobot. Use when you need to view available tasks for creating or modifying blueprints, optionally filtered by project, blueprint, or user blueprint ID.
Input parameters
The project ID to use for task retrieval. Filters tasks relevant to a specific project.
The blueprint ID to use for task retrieval. Filters tasks relevant to a specific blueprint.
The user blueprint ID to use for task retrieval. Filters tasks relevant to a specific user blueprint.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USER_GROUPSTool to list user groups. Use when you need to retrieve DataRobot user groups with optional filtering and pagination.
Input parameters
Maximum number of results to return; must be at least 1.
Filter by organization ID; use 'unowned' for groups without an org.
Number of results to skip; must be non-negative.
Filter groups by membership of this user ID.
Sort order of the results.
Substring to filter group names.
Exclude groups containing the specified user when using namePart filter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USER_NOTIFICATIONSTool to list user notifications in DataRobot. Use when you need to retrieve a paginated list of notifications for the authenticated user, optionally filtering by read/unread status.
Input parameters
The number of records to return (1-1000).
When provided, returns only read (true) or unread (false) notifications. If omitted, returns all notifications regardless of read status.
The number of records to skip over for pagination.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_USERS_IN_GROUPLists users in a specific DataRobot user group. Returns paginated user membership details including username, status, and organization. Use the List User Groups action first to obtain a valid groupId. Supports filtering by name, active status, and admin status, with sorting options.
Input parameters
Maximum number of results to return per page (1-100). Defaults to 25.
Number of results to skip for pagination. Defaults to 0 (start from beginning).
Identifier of the user group to list members for. Obtain valid groupIds from the List User Groups action.
Filter by admin status: true for admins, false for non-admins.
Field to sort by; prefix with '-' for descending.
Filter by account activation status: true for active, false for inactive.
Only include users whose username contains this substring.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKERSTool to list Value Trackers that the requesting user has access to in DataRobot. Use when you need to retrieve a catalog of Value Trackers for review or selection.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
Value Tracker stage filter options.
The number of records to skip over. Default 0.
Sort order options for Value Trackers.
Only return Value Trackers with names that match the given string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKERS_ACTIVITIESTool to retrieve the activities of a value tracker. Use when you need to view the history of changes and events for a specific value tracker.
Input parameters
The number of records to return in the range from 1 to 100. Default 100.
The number of records to skip over. Default 0.
The id of the value tracker.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKERS_ATTACHMENTSTool to list resources attached to a DataRobot value tracker. Use when you need to retrieve datasets, deployments, models, or other resources associated with a specific value tracker.
Input parameters
Type of value tracker attachment.
Maximum number of results to return
Number of results to skip for pagination
The ID of the value tracker to retrieve attachments for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKERS_SHARED_ROLESTool to get a value tracker's access control list. Use when you need to view who has access to a value tracker and their permission levels.
Input parameters
Only return roles for a user, group or organization with this identifier.
Only return roles for a user, group or organization with this name.
At most this many results are returned per page. Defaults to 10.
This many results will be skipped for pagination. Defaults to 0.
The ID of the value tracker.
Describes the type of share recipient.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKER_VALUE_TEMPLATESTool to list available value tracker templates in DataRobot. Use when you need to discover available value tracker templates for classification or regression models.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VALUE_TRACKER_VALUE_TEMPLATES_CALCULATIONTool to calculate value of template with given template parameters. Use when you need to estimate the value and savings of a DataRobot model based on accuracy improvements and decision costs.
Input parameters
Target value. Required when templateType is 'regression'.
The name of the class ValueTracker value template to be retrieved. Must be either 'classification' or 'regression'.
Estimated number of decisions per year.
Accuracy improvement as a decimal value (e.g., 0.15 for 15% improvement).
Estimated cost of an individual incorrect decision. Required when templateType is 'classification'.
Estimated number of incorrect decisions per year. Required when templateType is 'classification'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VCS_GIT_PROVIDERSTool to list all VCS Git providers configured in DataRobot. Use when you need to view available Git provider integrations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_VERSIONTool to retrieve DataRobot API version information. Use when you need to check the API version or verify compatibility.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_LIST_WRANGLING_RECIPESTool to list all available wrangling recipes. Use when fetching paginated recipes for data wrangling.
Input parameters
Maximum number of recipes to return.
Number of recipes to skip for pagination.
Return recipes with names containing this string.
Filter by recipe publication status.
SQL dialect for the recipe.
Attribute to sort by; prefix with '-' for descending.
Filter by recipe workflow type.
Only recipes created by this user ID.
Only recipes created by this username.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_MOVE_NOTEBOOK_FILESYSTEM_OBJECTTool to move a file or directory within a DataRobot notebook session filesystem. Use when you need to relocate files or directories to a different path within the same notebook session.
Input parameters
The notebook session ID (24-character hex string ObjectId). Can use notebook ID from DATAROBOT_LIST_NOTEBOOKS.
The source file or directory path to move
The destination path where the file/directory should be moved to
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_PAUSE_OR_UNPAUSE_AUTOPILOTTool to pause or unpause Autopilot for a project. Use when you need to stop or resume automated modeling jobs after confirming the project ID.
Input parameters
Command to control Autopilot: 'start' to unpause and run queued jobs; 'stop' to pause Autopilot.
The ID of the project for which to pause or unpause Autopilot.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_RESTORE_NOTEBOOK_REVISIONTool to restore a DataRobot notebook to a specific revision. Use when you need to revert a notebook to a previous state identified by its revision ID.
Input parameters
The ID of the notebook to restore. Must be a valid 24-character hex ObjectId.
The ID of the revision to restore from. Must be a valid 24-character hex ObjectId.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_START_MODELINGTool to start the data modeling (Autopilot) process for a DataRobot project. Use after uploading data and configuring the project to initiate modeling.
Input parameters
Modeling (Autopilot) settings. Any valid fields from the 'Aim' schema are allowed. Only commonly used fields are defined here; additional fields will be included.
Identifier of the DataRobot project to start modeling on.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_START_OCR_JOB_RESOURCEStart an OCR job resource for optical character recognition processing. Use after creating an OCR job resource to initiate the actual OCR processing.
Input parameters
OCR job resource ID (24-character hex string). The job resource must be created before starting. Obtain from OCR job resource creation endpoints.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_STOP_NOTEBOOK_RUNTIMETool to stop a running DataRobot notebook runtime. Use when you need to terminate an active notebook session to free up resources or end work.
Input parameters
The ID of the notebook runtime to stop. Obtain from DATAROBOT_LIST_USE_CASE_NOTEBOOKS_BY_ID or other notebook listing actions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_TEST_EXTERNAL_DATA_STORES_CONNECTIONTool to test an external data store connection in DataRobot. Use when you need to validate that a data store is properly configured and accessible with the provided credentials.
Input parameters
Username for data store authentication. Alternative to credentialId or credentialData.
Password for data store authentication. Alternative to credentialId or credentialData.
ID of the data store to test connection for.
Whether to use Kerberos for data store authentication.
ID of the stored credentials to use for testing the connection. If not provided, credentialData, user, or password may be used instead.
Credential data object for testing the connection. Must include 'credentialType' field. Use this instead of credentialId to test with inline credentials.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ACCESS_ROLETool to update a custom Access Role. Use when you need to change the name or permissions of an existing custom role.
Input parameters
New role name; must be unique within the organization.
ID of the Access Role to update.
Mapping of entity codes to permission flags; include only flags to update. Use entity codes as keys, e.g., {'PROJECT': {'read': True, 'write': True}}.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ACCURACY_METRICS_CONFIGTool to update which accuracy metrics are returned by the accuracy endpoint for a deployment. Use after deployment is live to customize returned metrics.
Input parameters
List of accuracy metrics to include; must contain between 1 and 15 items. Allowed values: AUC, Accuracy, Balanced Accuracy, F1, FPR, FVE Binomial, FVE Gamma, FVE Multinomial, FVE Poisson, FVE Tweedie, Gamma Deviance, Gini Norm, Kolmogorov-Smirnov, LogLoss, MAE, MAPE, MCC, NPV, PPV, Poisson Deviance, R Squared, RMSE, RMSLE, Rate@Top10%, Rate@Top5%, TNR, TPR, Tweedie Deviance, WGS84 MAE, WGS84 RMSE
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_BATCH_JOBS_CSV_UPLOADTool to stream CSV data to a DataRobot batch job. Use when you need to upload CSV data for batch predictions. The batch job must have been created with localFile intake settings before using this endpoint.
Input parameters
CSV data as a string. Must include header row with feature names. Each subsequent row contains feature values for scoring.
ID of the batch job to upload CSV data to
The number of which CSV part is being uploaded when using multipart upload. Defaults to 0 for single-part uploads.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_BATCH_MONITORING_JOB_DEFINITIONTool to update a Batch Monitoring job definition. Use when you need to modify settings like name, schedule, or monitoring configuration for an existing batch monitoring job.
Input parameters
A human-readable name for the definition, must be unique across organisations.
If this job definition is enabled as a scheduled job. Optional if no schedule is supplied.
ID of leaderboard model which is used in job for processing predictions dataset.
Cron-like schedule configuration
Which strategy should be used to determine the chunk size. Can be either a named strategy or a fixed size in bytes.
CSV configuration settings
Should this job abort if too many errors are encountered.
Type of batch job
ID of deployment which is used in job for processing predictions dataset.
Compute explanations for predictions below this threshold.
Number of simultaneous requests to run against the prediction instance.
Specify a model ID used for scoring.
Compute explanations for predictions above this threshold.
The intake option configured for this job.
ID of model package from registry is used in job for processing predictions dataset.
The output option configured for this job.
ID of the Batch Monitoring job definition to update.
Number of explanations requested. Will be ordered by strength.
Column names mapping for monitoring
Skip drift tracking for this job.
Pass through columns from the original dataset.
Override the default prediction instance from the deployment
Time Series settings included of this job is a Time Series job.
Threshold is the point that sets the class boundary for a predicted value. The model classifies an observation below the threshold as FALSE, and an observation above the threshold as TRUE. In other words, DataRobot automatically assigns the positive class label to any prediction exceeding the threshold. This value can be set between 0.0 and 1.0.
Remap (rename or remove columns from) the output from this job.
Algorithm for calculating prediction explanations
Include probabilities for all classes.
Sets a list of selected class names for which corresponding explanations are returned in each row. This setting is mutually exclusive with numTopClasses. If neither parameter is specified, the default setting is numTopClasses=1.
Aggregation policy for monitoring jobs
Name of the batch to create with this job.
Pass through all columns from the original dataset.
Include prediction status column in the output.
Sets the number of most probable (top predicted) classes for which corresponding explanations are returned in each row. This setting is mutually exclusive with classNames. If neither parameter is specified, the default setting is numTopClasses=1.
Output settings for monitoring jobs
Enable prediction warnings.
Configuration id for secondary datasets to use when making a prediction.
Include only probabilities for these specific class names.
Skip row by row error handling.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_BATCH_PREDICTION_JOB_DEFINITIONTool to update an existing Batch Prediction job definition. Use when you need to modify job parameters, scheduling, or configuration for batch scoring operations.
Input parameters
A human-readable name for the definition, must be unique across organisations.
If this job definition is enabled as a scheduled job. Optional if no schedule is supplied.
ID of leaderboard model which is used in job for processing predictions dataset.
Cron-like schedule configuration
Which strategy should be used to determine the chunk size. Can be either a named strategy or a fixed size in bytes.
CSV configuration settings
Should this job abort if too many errors are encountered.
Batch job type.
ID of deployment which is used in job for processing predictions dataset.
Compute explanations for predictions below this threshold.
Number of simultaneous requests to run against the prediction instance.
Specify a model ID used for scoring.
Compute explanations for predictions above this threshold.
The intake option configured for this job.
ID of model package from registry is used in job for processing predictions dataset.
The output option configured for this job.
ID of the Batch Prediction job definition to update.
Number of explanations requested. Will be ordered by strength.
Skip drift tracking for this job.
Pass through columns from the original dataset (max 100 columns).
Override the default prediction instance from the deployment
Time Series settings included of this job is a Time Series job.
Threshold is the point that sets the class boundary for a predicted value. The model classifies an observation below the threshold as FALSE, and an observation above the threshold as TRUE. In other words, DataRobot automatically assigns the positive class label to any prediction exceeding the threshold. This value can be set between 0.0 and 1.0.
Remap (rename or remove columns from) the output from this job.
Which algorithm will be used to calculate prediction explanations.
Include probabilities for all classes.
Sets a list of selected class names for which corresponding explanations are returned in each row (1-100 items). This setting is mutually exclusive with numTopClasses. If neither parameter is specified, the default setting is numTopClasses=1.
Name of the batch to create with this job.
Pass through all columns from the original dataset.
Include prediction status column in the output.
Sets the number of most probable (top predicted) classes for which corresponding explanations are returned in each row. This setting is mutually exclusive with classNames. If neither parameter is specified, the default setting is numTopClasses=1.
Enable prediction warnings.
Configuration id for secondary datasets to use when making a prediction.
Include only probabilities for these specific class names (max 100).
Skip row by row error handling.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_BATCH_PREDICTIONSTool to update a Batch Prediction job in DataRobot. Use when you need to hide/unhide a job or update job status information.
Input parameters
The job log. List of log lines from the job log.
Hides or unhides the job from the job list
The current job status
Time when job abortion happened
Time when job scoring began
Time when job completed scoring
Number of rows that have failed scoring
Number of rows that have been used in prediction computation
Number of rows that have been skipped during scoring. May contain non-zero value only in time-series predictions case if provided dataset contains more than required historical rows.
Number of bytes in the intake dataset for this job
Number of bytes in the output dataset for this job
ID of the Batch Prediction job to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_BATCH_PREDICTIONS_CSV_UPLOAD_PARTTool to upload CSV data in multiple parts for batch predictions. Use when you need to submit prediction input data for an existing batch prediction job in chunks.
Input parameters
CSV data to upload as a string. Include header row with column names in the first line, followed by data rows with feature values.
The number of which csv part is being uploaded when using multipart upload
ID of the Batch Prediction job
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CALENDARTool to update a calendar's name in DataRobot. Use when you need to rename an existing calendar.
Input parameters
The new name to assign to the calendar.
The ID of the calendar to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CALENDARS_ACCESS_CONTROLTool to update access control for a calendar. Use when you need to grant, modify, or revoke user access to a calendar. Allows setting roles (OWNER, EDITOR, CONSUMER) for up to 100 users at once.
Input parameters
List of users and their roles to update access for this calendar. Maximum 100 users.
The ID of the calendar to update access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CATALOG_ITEMTool to update a catalog item's name, description, or tags. Use when you need to modify metadata for an existing DataRobot catalog item.
Input parameters
New catalog item name.
New catalog item tags. Tags must be lower case, without spaces, and cannot include -$.,{}"#' special characters.
Catalog item ID to update.
New catalog item description.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_COMMENTTool to update an existing comment in DataRobot. Use when you need to modify the content of a comment or update mentioned users.
Input parameters
Updated content of the comment, 10000 symbols max
A list of user IDs mentioned in the content. Maximum 100 user IDs allowed.
The ID of the comment to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_COMPLIANCE_DOC_TEMPLATESTool to update an existing model compliance documentation template in DataRobot. Use when you need to modify the name, description, labels, project type, or sections of a compliance template.
Input parameters
New name for the template. Must be unique among templates created by the user.
Names of the labels to assign to the template.
List of section objects representing the document structure. Supports nested sub-sections (max 5 levels deep, 500 total sections). Each section must include 'title' and 'type' at minimum.
The ID of the model compliance document template to update.
New description for the template.
Enum for project template types.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_COMPLIANCE_DOC_TEMPLATES_SHARED_ROLESTool to update shared roles for a compliance document template. Use when you need to grant, modify, or revoke access to a compliance doc template. Allows setting roles (OWNER, EDITOR, CONSUMER) for users, groups, or organizations. Maximum 100 entries per request.
Input parameters
Array of access control objects defining who has access and their roles. Maximum 100 entries. Each entry can grant access to a user (requires username), or to a group/organization (requires id).
The operation to perform. Must be 'updateRoles'.
The ID of the compliance document template to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CREDENTIALSTool to update existing DataRobot credentials. Use when you need to modify credential fields such as name, description, or credential-specific parameters (tokens, keys, etc.).
Input parameters
Name of credentials.
Username to update for this set of credentials (applicable for credentialType 'basic' and 'snowflake_key_pair_user_account' only).
OAUTH token (applicable for credentialType 'oauth' only).
Google Cloud Platform service account key.
The URL used for SAP OAuth authentication.
API token.
OAUTH client ID (applicable for credentialType 'snowflake_oauth_user_account', 'adls_gen2_oauth', 'sap_oauth_account', 'azure_service_principal' and 'azure_oauth').
ID of secure configuration credentials to share by admin. Alternative to googleConfigId (deprecated).
Password to update for this set of credentials (applicable for credentialType 'basic' only).
Optional passphrase to encrypt private key (applicable for credentialType 'snowflake_key_pair_user_account' only).
Description of credentials. If omitted and name is provided, clears any previous description.
External OAUTH scopes (applicable for Snowflake External OAUTH connections, credentialType 'snowflake_oauth_user_account', 'adls_gen2_oauth', and 'azure_oauth').
Box public key identifier (applicable for credentialType 'box_jwt' only).
The URL used for SAP AI API service.
OAUTH client secret (applicable for credentialType 'snowflake_oauth_user_account', 'adls_gen2_oauth', 'sap_oauth_account', 'azure_service_principal' and 'azure_oauth').
Unique identifier of the credential to update.
Box enterprise identifier (applicable for credentialType 'box_jwt' only).
OAUTH refresh token (applicable for credentialType 'oauth' only).
Tenant ID of the Azure AD service principal (applicable for credentialType 'azure_service_principal' only).
ID of snowflake OAuth configurations shared by admin.
Private key for key pair authentication (applicable for credentialType 'snowflake_key_pair_user_account' only).
AWS access key ID (applicable for credentialType 's3' only).
ID of Google configurations shared by admin (deprecated). Please use configId instead.
Snowflake External IDP issuer URL (applicable for Snowflake External OAUTH connections only).
The AWS session token (applicable for credentialType 's3' only).
Snowflake IDP issuer type (applicable for credentialType 'snowflake_oauth_user_account' only).
Authorized external OAuth provider identifier.
The AWS secret access key (applicable for credentialType 's3' only).
Snowflake account name (applicable for 'snowflake_oauth_user_account' only).
Azure connection string (applicable for credentialType 'azure' only).
Databricks personal access token.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CREDENTIALS_ASSOCIATIONSTool to add or remove objects associated with credentials. Use when you need to associate data connections with stored credentials or remove existing associations.
Input parameters
ID of the credentials to update associations for.
Objects to associate with the credentials. Cannot be used simultaneously with credentialsToRemove.
List of object IDs to disassociate from the credentials. Cannot be used simultaneously with credentialsToAdd.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CREDENTIALS_ASSOCIATIONS_BY_IDTool to set default credentials for a data connection or batch prediction job. Use when you need to update the default status of a credential association.
Input parameters
Whether this credentials' association with the given object is default for given session user.
Credentials entity ID.
The compound ID of the data connection. Format: <object_type>:<object_id> where object_id is the ID of the data connection and object_type is either 'dataconnection' or 'batch_prediction_job_definition'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_APPLICATION_SOURCETool to update a custom application source's name. Use when you need to rename an existing custom application source.
Input parameters
The new name for the custom application source.
The ID of the custom application source to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_APPLICATION_SOURCES_VERSIONSTool to update a custom application source version with new label, base environment, or files. Use when you need to modify an existing version's metadata or file configuration.
Input parameters
The new label for the custom application source version.
The local path of the file being uploaded. Can be a single path or an array of paths. See the 'file' field explanation for more details.
The ID of the custom application source.
The IDs of the files to be deleted. Can be a single ID or an array of IDs.
The base environment ID to use with this source version.
The ID of the custom application source version to update.
The base environment version ID to use with this source version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_JOBTool to update an existing DataRobot custom job. Use when you need to modify custom job properties like name, description, environment, or runtime parameters.
Input parameters
Name of the custom job (max 255 characters).
Custom job resources configuration for Kubernetes cluster
The ID of the entry point file to use for execution.
ID of the custom job to update.
The description of the custom job (max 10,000 characters).
The ID of the execution environment to use for this custom job.
The ID of the execution environment version to use for this custom job. If not provided, the latest execution environment version will be used.
JSON string to inject runtime parameter values. The fieldName must match a fieldName listed in the runtimeParameterDefinitions section of the metadata.yaml file. This list will be merged with any existing runtime values set from the prior version. Specify a null value to unset specific parameters and fall back to the defaultValue from the definition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_JOBS_SHARED_ROLESTool to update shared roles for a custom job. Use when you need to grant, modify, or revoke access to a custom job. Allows setting roles (OWNER, EDITOR, CONSUMER) for users, groups, or organizations. Maximum 100 entries per request.
Input parameters
Array of access control objects defining who has access and their roles. Maximum 100 entries. Each entry can grant access to a user (requires username), or to a group/organization (requires id).
The operation to perform. Must be 'updateRoles'.
The ID of the custom job to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_MODELTool to update a DataRobot custom model. Use when you need to modify properties of an existing custom model such as description, memory settings, class labels, or other configuration.
Input parameters
The user-friendly name for the model.
Programming language name in which model is written.
A fixed number of replicas that will be set for the given custom-model.
Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
The name of the target for labeling predictions. Required for model type 'inference'. Specifying this value for a model type 'training' will result in an error.
The class labels for multiclass classification. Required for multiclass inference models. If using one of the \[DataRobot\] base environments and your model produces an ndarray of unlabeled class probabilities, the order of the labels should match the order of the predicted output.
The user-friendly description of the model.
The ID of the custom model to update.
The amount of memory that is expected to be allocated by the custom model in bytes.
The maximum memory that might be allocated by the custom-model in bytes. If exceeded, the custom-model will be killed.
Git-related attributes for a custom model version.
The negative class label for custom models that support binary classification. If specified, `positiveClassLabel` must also be specified. Default value is "0".
The positive class label for custom models that support binary classification. If specified, `negativeClassLabel` must also be specified. Default value is "1".
Network egress policy options for custom models.
The prediction threshold which will be used for binary classification custom model.
Indicates that training data assignment is now permanently at the version level only for the custom model. Once enabled, this cannot be disabled. Training data assignment on the model level will be permanently disabled for this particular model.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_MODELS_ACCESS_CONTROLTool to update access control for a custom model. Use when you need to grant, modify, or revoke user access to a custom model. Allows setting roles (OWNER, EDITOR, CONSUMER) and share permissions for up to 100 users at once.
Input parameters
List of sharing roles to update. Maximum 100 users.
The ID of the custom model to update access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_MODELS_VERSIONSTool to update custom model version files and configuration in DataRobot. Use when you need to create a new version of a custom model by uploading new files or updating settings.
Input parameters
A file with code for a custom task or a custom model. For each file supplied, you must have a corresponding "filePath" supplied that shows the relative location of the file. If the supplied file already exists at the supplied filePath, the old file is replaced by the new file.
The local path of the file being uploaded. See the "file" field explanation for more details. Required if "file" is provided.
A fixed number of replicas that will be set for the given custom-model.
Require all custom model replicas to be deployed on different Kubernetes nodes for predictions fault tolerance.
Holdout data configuration may be supplied for version. This functionality has to be explicitly enabled for the current model.
Training data configuration may be supplied for version. This functionality has to be explicitly enabled for the current model.
The ID of the custom model to update.
The amount of memory in bytes that is expected to be allocated by the custom model. This setting is incompatible with setting the resourceBundleId.
The IDs of the files to be deleted.
If set to true, new major version will be created, otherwise minor version will be created.
The maximum memory in bytes that might be allocated by the custom-model. If exceeded, the custom-model will be killed. This setting is incompatible with setting the resourceBundleId.
Git-related attributes associated with a custom model version.
Additional parameters required by the execution environment. The required keys are defined by the fieldNames in the base environment's requiredMetadataKeys. Once set, they cannot be changed. If you need to change them, make a new version.
A single identifier that represents a bundle of resources: Memory, CPU, GPU, etc. A list of available bundles can be obtained via the resource bundles endpoint.
The base environment to use with this model version. At least one of "baseEnvironmentId" and "baseEnvironmentVersionId" must be provided. If both are specified, the version must belong to the environment.
Network egress policy. Must be one of: "NONE" or "PUBLIC".
Additional parameters required by the execution environment. The required fieldNames are defined by the fieldNames in the base environment's requiredMetadataKeys. Field names and values are exposed as environment variables when running the custom model. Example: "required_metadata_values": \[{"field_name": "hi", "value": "there"}\]
If the version should inherit training and holdout data from the previous version. Defaults to true. This field is only applicable if the model has training data for versions enabled. Otherwise the field value will be ignored.
The base environment version ID to use with this model version. At least one of "baseEnvironmentId" and "baseEnvironmentVersionId" must be provided. If both are specified, the version must belong to the environment. If not specified: in the case where the previous model versions exist, the value from the latest model version is inherited, otherwise, the latest successfully built version of the environment specified in "baseEnvironmentId" is used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_MODELS_VERSIONS_BY_IDTool to update a custom model version in DataRobot. Use when you need to modify the description, git attributes, or metadata of an existing custom model version.
Input parameters
New description for the custom model version (max 10,000 characters).
The ID of the custom model.
Git related attributes for custom model version update.
Additional parameters required by the execution environment. Keys are defined by the base environment's requiredMetadataKeys.
The ID of the custom model version to update.
Additional parameters required by the execution environment as a list of field name-value pairs (max 100 items).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_MODELS_VERSIONS_WITH_TRAINING_DATATool to add or replace training and holdout data for a custom model version. Use when you need to update the datasets associated with a custom model for training or validation purposes. The operation is asynchronous - poll the returned location URL to check completion status.
Input parameters
Holdout data configuration for the custom model version
Training data configuration. This field is required to update the model version.
The ID of the custom model to update.
Git-related attributes associated with a custom model version
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_TASKS_VERSIONSTool to update a DataRobot custom task version by uploading new files and/or updating configuration. Creates a new version (major or minor) of an existing custom task with updated code files. Use when you need to modify custom task code, change the base environment, or update task configuration.
Input parameters
File(s) with code for the custom task. Each file must have a corresponding filePath entry showing its relative location. If a file at the same filePath already exists, it will be replaced. Can be a single file or a list for multiple files.
The relative path(s) of the file(s) being uploaded. Must correspond to each file in the 'file' field. Examples: 'main.py', 'helpers/helper.py'. If uploading multiple files, provide a list with the same length as the file list.
The ID of the custom task to update.
The ID(s) of file(s) to be deleted from the custom task version. Can be a single ID or a list.
If true, creates a new major version; if false, creates a minor version.
\[DEPRECATED\] Maximum memory in bytes that may be allocated by the custom task. If exceeded, the task will be killed.
Additional parameters required by the execution environment (JSON string). Required keys are defined by the base environment's requiredMetadataKeys. Cannot be changed once set.
The base environment to use with this custom task version.
Outbound network policy options
Additional parameters required by the execution environment (JSON string). Field names are defined by base environment's requiredMetadataKeys.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_CUSTOM_TASK_VERSIONTool to update a custom task version in DataRobot. Use when you need to modify the description or metadata of an existing custom task version.
Input parameters
New description for the custom task version.
The ID of the custom task to update.
Additional parameters required by the execution environment. The required keys are defined by the fieldNames in the base environment's requiredMetadataKeys.
The ID of the custom task version to update.
Additional parameters required by the execution environment as an array of field-value pairs. The required fieldNames are defined by the fieldNames in the base environment's requiredMetadataKeys.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASET_DEFINITIONS_CHUNK_DEFINITIONSTool to update a chunk definition in a dataset definition. Use when you need to modify chunk definition properties such as name, partition columns, or validation dates.
Input parameters
Fields to be updated in the chunk definition.
Operations to perform on the update chunk definition.
The ID of the chunk definition to update.
The ID of the dataset definition.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASET_FEATURELISTTool to update a dataset featurelist's name or description. Use when you need to modify the metadata of an existing dataset featurelist.
Input parameters
The new name of the featurelist.
The ID of the dataset.
The new description of the featurelist.
The ID of the featurelist.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASET_RELATIONSHIPTool to update an existing dataset relationship in DataRobot. Use when you need to modify the linked dataset or features used in a relationship between two datasets.
Input parameters
ID of the source dataset containing the relationship.
List of feature names from the linked dataset to use in the relationship. Must contain at least 1 feature if provided.
List of feature names from the source dataset to use in the relationship. Must contain at least 1 feature if provided.
ID of the linked dataset to connect with. If provided, updates the relationship to reference this dataset.
ID of the dataset relationship to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETSTool to execute bulk actions on multiple datasets. Supports tagging, deleting, and updating role-based access (sharing/unsharing) for datasets. Use when you need to perform the same action on multiple datasets at once.
Input parameters
Payload indicating which action to run and with what parameters. Must be one of: TagPayload (for tagging), UpdateRolesPayload (for sharing/unsharing), or DeletePayload (for deletion).
List of dataset IDs to execute the bulk action on. Use DATAROBOT_LIST_DATASETS to find available dataset IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_ACCESS_CONTROLTool to update access control for a dataset. Use when you need to grant, modify, or revoke user access to a dataset. Allows setting roles (OWNER, EDITOR, CONSUMER) and permissions (canShare, canUseData) for multiple users at once.
Input parameters
Array of DatasetAccessControl objects specifying users and their access levels. Must contain at least one entry.
The ID of the dataset to update access control for.
If true for any users being granted access to the entity, grant the user read access to any linked objects such as DataSources and DataStores that may be used by this entity. Default is false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_BY_IDTool to update a dataset's name or categories in DataRobot's global catalog. Use when you need to modify dataset metadata such as its name or intended-use categories.
Input parameters
The new name of the dataset.
The ID of the dataset to update.
An array of strings describing the intended use of the dataset. If any categories were previously specified for the dataset, they will be overwritten. Can be a single string or a list of category values.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_DELETEDTool to recover a deleted dataset in DataRobot. Use when you need to restore a dataset that was previously marked as deleted.
Input parameters
The unique identifier of the dataset to recover.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_REFRESH_JOBSTool to update a dataset refresh job configuration. Use when you need to modify the schedule, name, enabled status, or other settings for an existing dataset refresh job.
Input parameters
Scheduled job name.
ID of the user scheduled dataset refresh job to update.
Boolean for whether the scheduled job is active (true) or inactive (false).
Schedule configuration for dataset refresh jobs
The dataset ID associated with the scheduled refresh job.
An array of strings describing the intended use of the dataset. The supported options are 'TRAINING', and 'PREDICTION'.
A JSON string describing the data engine queries credentials to use when refreshing.
If true, the Kerberos authentication system is used in conjunction with a credential ID.
The ID of the set of credentials to use to run the scheduled job when the Kerberos authentication service is utilized. Required when useKerberos is true.
The UTC reference date in RFC-3339 format of when the schedule starts from. This value is returned in /api/v2/datasets/(datasetId)/refreshJobs/(jobId)/ to help build a more intuitive schedule picker. Required when schedule is being updated. The default is the current time.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_SHARED_ROLESTool to modify dataset shared roles in DataRobot. Use when you need to update permissions for users, groups, or organizations on a dataset. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'name' (for new users only). Use 'id' when updating permissions for known entities, 'name' when granting access to new users.
The operation to perform. Must be 'updateRoles'.
The ID of the dataset to update shared roles for.
If true, grants read access to linked objects (DataSources, DataStores) for users being granted access. Ignored if no linked objects exist. Will not lower existing permissions. May require additional permissions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATASETS_VERSIONS_DELETEDTool to recover a deleted dataset version in DataRobot. Use when you need to restore a specific version of a dataset that was previously marked as deleted.
Input parameters
The unique identifier of the dataset.
The unique identifier of the dataset version to recover.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DATA_STAGES_PARTSTool to upload a part file to a DataRobot data stage. Use when uploading large datasets in multiple parts. The uploaded part is verified with a checksum and size returned in the response.
Input parameters
The part file to upload to the data stage.
The part number associated with this part. Must be a positive integer.
The ID of the data stage where the part will be uploaded.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTTool to update an existing DataRobot deployment's metadata. Use when you need to modify a deployment's label, description, or importance level.
Input parameters
Human-readable name for the deployment (max 512 characters). If null, removes the existing label.
Enum for deployment importance levels
Description for the deployment (max 10,000 characters). If null, removes the existing description.
Unique identifier of the deployment to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_CHALLENGER_REPLAY_SETTINGSTool to update challenger replay settings for a deployment. Use to enable/disable scheduled replay and configure the schedule.
Input parameters
Identifies whether scheduled replay is enabled.
Scheduling configuration for challenger replay jobs.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_CUSTOM_METRICSTool to update settings for a deployment's custom metric. Use to modify metric description, directionality, units, or other configuration settings.
Input parameters
Name of the custom metric
Type (and aggregation character) of a metric
A custom metric batch ID source when reading values from columnar dataset like a file
Units or Y Label of given custom metric
A custom metric value source when reading values from columnar dataset like a file
A custom metric timestamp spoofing when reading values from file, like dataset. By default, we replicate pd.to_datetime formatting behaviour
Category values. Required for categorical custom metrics (max 25 items)
A description of the custom metric
Points to a weight column if users provide pre-aggregated metric values. Used with columnar datasets
ID of the deployment
Baseline values (max 5 items)
ID of the custom metric to update
Directionality of the custom metric
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENT_SETTINGSTool to update deployment settings for a DataRobot deployment. Use when you need to configure settings like predictions data collection, feature drift, target drift, bias and fairness, humility, prediction intervals, and other deployment-level configurations.
Input parameters
Humility setting for the deployment.
Target drift setting for the deployment.
Unique identifier of the deployment.
Feature drift setting for the deployment.
Association ID settings for the deployment.
Bias and fairness setting for the deployment.
Segment analysis setting for the deployment.
Automatic actuals setting for the deployment.
Challenger models setting for the deployment.
Processing limits setting for the deployment.
Prediction warning setting for the deployment.
Prediction intervals setting for the deployment.
Forecast date setting for the deployment.
Predictions data collection setting for the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_HEALTH_SETTINGSTool to update health settings for a DataRobot deployment. Configure monitoring thresholds for accuracy, data drift, service health, fairness, and timeliness. Use after deployment is active to customize health monitoring behavior.
Input parameters
Service health status settings.
Accuracy health status settings.
Fairness health status settings.
Data drift health status settings.
Custom metrics health status settings.
Unique identifier of the deployment.
Timeliness health settings for predictions or actuals.
Timeliness health settings for predictions or actuals.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_MODELTool to replace a deployment's champion model with a different model or model package. Use when updating the active model in a deployment due to accuracy improvements, data drift, or performance needs.
Input parameters
Reason for the model replacement: ACCURACY, DATA_DRIFT, ERRORS, SCHEDULED_REFRESH, SCORING_SPEED, DEPRECATION, or OTHER.
ID of the model used to replace deployment's champion model. Required if modelPackageId is not provided.
Unique identifier of the deployment.
ID of the model package used to replace deployment's champion model. Required if modelId is not provided.
Inject values into a model at runtime. The fieldName must match a fieldName defined in the model package. This list is merged with any existing runtime values set through the deployed model package.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_MONITORING_BATCHESTool to update a monitoring batch in a deployment. Use when you need to modify batch properties like name, description, lock status, or external context URL.
Input parameters
Whether or not predictions can be added to the batch
Name of the monitoring batch.
Description of the monitoring batch.
Unique identifier of the deployment.
ID of the monitoring batch.
External URL associated with the batch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_RETRAINING_SETTINGSTool to update deployment retraining settings. Use when configuring automatic retraining for a deployment.
Input parameters
ID of the retraining dataset.
ID of the credential used to refresh retraining dataset.
Unique identifier of the deployment.
ID of the retraining user.
ID of the prediction environment to associate with the challengers created by retraining policies.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENTS_SHARED_ROLESTool to modify deployment shared roles in DataRobot. Use when you need to update permissions for users, groups, or organizations on a deployment. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The operation to perform. Must be 'updateRoles'.
The ID of the deployment to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_DEPLOYMENT_STATUSTool to update deployment status. Use when you need to activate or deactivate a deployment. Returns 202 when job is submitted.
Input parameters
Status that deployment should transition to: active or inactive.
Unique identifier of the deployment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ENTITY_NOTIFICATION_CHANNELSTool to update an entity notification channel for a deployment or custom job. Use when you need to modify the configuration of an existing notification channel, such as changing the name, language preference, or channel-specific settings like email addresses, payload URLs, or custom headers.
Input parameters
The name of the notification channel.
The ID of the entity notification channel to update.
The IDs and names of DataRobot Users, Groups, or Custom Jobs associated with DataRobotUser, DataRobotGroup, or DataRobotCustomJob channel types. Required for these channel types; must have 1-100 items.
The payload URL of the notification channel. Required for Webhook, Slack, and MSTeams channel types.
Types of notification channels available.
Content types for notification messages.
Secret token to be used for the notification channel. Used for Webhook authentication.
Whether to validate SSL certificates for the notification channel. Applies to Webhook, Slack, and MSTeams channel types.
The email address to be used in the notification channel. Required for Email channel type.
Language codes for notification preferences.
Custom headers and their values to be sent in the notification channel. Maximum 100 items.
The ID of the related entity (deployment or custom job).
Required if the channel type is Email and the email address needs verification.
Type of related entity (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ENTITY_NOTIFICATION_POLICIESTool to update entity notification policy. Use when you need to modify notification settings for deployments or custom jobs.
Input parameters
The name of the notification policy.
Defines if the notification policy is active or not.
The id of the notification policy.
The id of the notification channel to be used to send the notification.
The type of the event that triggers the notification.
The group of the event that trigger the notification.
Scope of the channel.
The id of related entity.
Maximal frequency between policy runs in ISO 8601 duration string.
Type of related entity (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ENTITY_NOTIFICATION_POLICY_TEMPLATETool to update an entity notification policy template in DataRobot. Use when you need to modify notification settings for existing templates. At least one optional field must be provided for update.
Input parameters
The updated name of the notification policy template (max 100 characters).
Defines if the notification policy is active or not.
The ID of the notification policy template to update.
The ID of the notification channel to be used to send the notification.
Specific event types that trigger notifications.
Event groups that trigger notifications.
Maximal frequency between policy runs in ISO 8601 duration string (e.g., 'PT1H' for 1 hour, 'P1D' for 1 day). Use null to remove frequency limitation.
Type of related entity that this template applies to (deployment or customjob, case-insensitive).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ENTITY_NOTIFY_POLICY_TPL_SHARED_ROLESTool to update entity notification policy template shared roles in DataRobot. Use when you need to modify permissions for users, groups, or organizations on a notification policy template. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates to avoid leaving the template without an owner.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The ID of the notification policy template to update shared roles for.
The operation to perform. Must be 'updateRoles'.
Type of related entity (deployment or customjob).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_ENTITY_TAGSTool to update an entity tag's name in DataRobot. Use when you need to rename an existing entity tag.
Input parameters
The new name for the entity tag. Must be 100 characters or less.
The ID of the entity tag to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXECUTION_ENVIRONMENTTool to update a DataRobot execution environment. Use when you need to modify properties like description, name, programming language, or use cases of an existing environment.
Input parameters
New execution environment name.
If the environment is public.
The list of use cases supported by the environment
The new description of the environment.
The ID of the execution environment to update.
The new programming language of the environment.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_SOURCETool to update an external data source's canonical name or configuration parameters. Use when modifying properties of an existing data source connection.
Input parameters
Data source configuration parameters to update. Provide the appropriate structure based on your data source type (table-based JDBC, query-based JDBC, or filesystem).
The ID of the external data source to update.
The data source's canonical name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_SOURCES_ACCESS_CONTROLTool to update access control roles for an external data source. Use when you need to grant, modify, or revoke user access permissions on a data source.
Input parameters
List of sharing roles to update. Maximum 100 entries per request.
The ID of the external data source to update access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_SOURCES_SHARED_ROLESTool to modify external data source shared roles in DataRobot. Use when you need to update permissions for users, groups, or organizations on an external data source. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The operation to perform. Must be 'updateRoles'.
The ID of the external data source to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_STORETool to update an external data store configuration. Use when you need to modify the name or parameters of an existing data store connection.
Input parameters
Data store configuration. Can contain JDBC parameters (driverId, jdbcFields, jdbcUrl) or connector parameters (fields).
ID of the external data store to update.
The user-friendly name of the data store.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_STORES_ACCESS_CONTROLTool to update access control settings for an external data store. Use when you need to grant, modify, or revoke user access to a data store. Note: The request must not leave the data store without an owner.
Input parameters
List of access control entries to update. Maximum 100 entries. Each entry specifies a user and their role.
ID of the external data store to update access control for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_DATA_STORES_SHARED_ROLESTool to modify external data store shared roles in DataRobot. Use when you need to update permissions for users, groups, or organizations on an external data store. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The operation to perform. Must be 'updateRoles'.
The ID of the external data store to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_EXTERNAL_OAUTH_PROVIDERTool to update an external OAuth provider configuration. Use when you need to modify name, client secret, consent settings, or status of an existing OAuth provider.
Input parameters
Updated provider name.
Provider status: active, inactive, disabled, or deleted.
OAuth Provider ID to update.
Whether to bypass the consent screen during OAuth flow.
Updated client secret credential for the OAuth provider.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_FILES_ALL_FILESTool to rename a file or folder within a DataRobot catalog item. Use when you need to change the path or name of a file or folder in the files catalog. Supports conflict resolution strategies like rename, replace, skip, or error.
Input parameters
The new path for the file or folder. Folder paths should end with '/'.
The file or folder path to rename. Folder paths should end with '/'.
The catalog item ID containing the file or folder to rename.
How to deal with a name conflict with an existing file or folder with the same name. RENAME (default): rename the file or folder using '<filename> (n).ext' or '<folder> (n)' pattern. REPLACE: prefer the renamed file or folder. SKIP: prefer the existing file or folder. ERROR: return 'HTTP 409 Conflict' response in case of a naming conflict.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_FILES_DELETEDTool to recover a deleted file from DataRobot. Use when you need to restore a previously deleted file by its catalog item ID.
Input parameters
The catalog item ID of the deleted file to recover.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GENAI_COMPARISON_CHATTool to update a GenAI comparison chat name. Use when you need to rename an existing comparison chat for better organization.
Input parameters
The comparison chat identifier (24-character hex string).
The new name for the comparison chat.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GENAI_CUSTOM_MODEL_LLM_VALIDATIONSTool to update a GenAI custom model LLM validation. Use when you need to modify validation settings, rename, or change associated model/deployment IDs. At least one optional field must be provided for the update to succeed.
Input parameters
The ID of the custom model LLM validation to edit
Renames the validation (1-5000 characters)
Changes the associated model ID
Model ID for OpenAI chat completion API calls
Changes the associated deployment ID
Column name for prompt text input
Column name for prediction output
Sets timeout in seconds (1-600 range)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GENAI_CUSTOM_MODEL_VECTOR_DB_VALIDATIONSTool to update a GenAI custom model vector database validation. Use when you need to modify validation settings, rename, or change associated model/deployment IDs. At least one optional field must be provided for the update to succeed.
Input parameters
The ID of the custom model vector database validation to edit
If specified, renames the custom model validation to this value
Changes the associated model ID
Model ID for OpenAI chat completion API calls
Changes the associated deployment ID
Changes the prompt input column name
Changes the prediction output column name
Sets timeout in seconds (1-600 range)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GENAI_PLAYGROUNDTool to update a GenAI playground. Use when you need to modify the name or description of an existing playground.
Input parameters
The playground ID to update.
The updated name for the playground.
The updated description for the playground.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GROUPSTool to update a user group by its ID. Use when you need to modify group properties like name, description, email, access role, or permissions.
Input parameters
The new name for the user group (max length 100).
The email address for this user group.
The identifier of the organization to assign the user group to.
The unique identifier of the user group to update.
The description of this user group (max length 1000).
The identifier of the access role to assign to the group.
Account permissions to set for this user group. Each key is a permission name mapped to a boolean value.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_GUARD_CONFIGURATIONSTool to update a DataRobot guard configuration. Use when you need to modify guard settings such as name, description, intervention rules, or LLM configurations.
Input parameters
Guard configuration name
Type of LLM used by guard.
AWS model types for guard configurations.
Configuration info for NeMo guards.
AWS model region
ID of the guard configuration to update
Configuration info for guards using deployed models.
ID of user credential containing an AWS account
Guard configuration description
Google model types for guard configurations.
ID of deployed model, for model guards
Google model region
Intervention configuration for the guard.
Deprecated; use openai_credential instead
Azure OpenAI API Base URL
The actions this guard is allowed to take
ID of user credential containing an OpenAI token
LLM Gateway model ID to use as judge
Configuration info for NeMo Evaluator guards.
OpenAI Deployment ID
ID of user credential containing a Google service account
Additional configuration for the guard.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_IMAGE_AUGMENTATION_LISTSTool to update an existing image augmentation list in DataRobot. Use when you need to modify augmentation settings for image data preprocessing.
Input parameters
The name of the image augmentation list
(Deprecated) This parameter is deprecated and will be ignored by the API
(Deprecated) This parameter is deprecated and will be ignored by the API. To move an augmentation list to another project, create a new list in the other project and delete the list in this project.
The name of the image feature containing the data to be augmented
Whether this list will be used during autopilot to perform image augmentation
The ID of the augmentation list to update
List of transformations to possibly apply to each image
Number of new rows to add for each existing row
Probability that each enabled transformation will be applied to an image. This does not apply to Horizontal or Vertical Flip, which are set to 50% always.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_MODELING_FEATURELISTTool to update a modeling featurelist's name or description. Use when you need to modify an existing featurelist's metadata.
Input parameters
The new name for the featurelist. Must be unique within the project.
The ID of the DataRobot project containing the featurelist. Obtain from DATAROBOT_LIST_PROJECTS.
The new description for the featurelist.
The ID of the featurelist to update. Obtain from DATAROBOT_LIST_FEATURELISTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTEBOOKTool to update a DataRobot notebook's name or description. Use when you need to modify notebook metadata.
Input parameters
The notebook ID (24-character hex string ObjectId)
Updated name for the notebook
Updated description for the notebook
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTEBOOK_EXECUTION_ENVIRONMENTTool to update a notebook execution environment configuration. Use when you need to change environment settings, compute resources, or inactivity timeout for a notebook.
Input parameters
The notebook execution environment ID to update
The programming language of the environment (e.g., 'python', 'r')
The machine ID specifying compute resources
Inactivity timeout limit in minutes. Minimum: 3, Maximum: 525600 (365 days)
The machine slug (alternative to machineId)
The execution environment ID to assign to the notebook
The execution environment slug (alternative to environmentId)
The programming language version
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTEBOOK_JOBSTool to update an existing notebook job in DataRobot. Use when you need to modify the schedule, enable/disable a job, change the use case association, or update parameters for an existing scheduled notebook job.
Input parameters
The unique ID of the notebook job to update. Obtain from notebook job listing or creation.
Whether the scheduled notebook job is enabled. Set to false to disable the job from running on schedule.
Cron-like schedule configuration for notebook job execution
The ID of the use case (project) this notebook is associated with. Obtain from DATAROBOT_LIST_PROJECTS or project creation.
List of environment variables to pass to the notebook execution. Each parameter has a 'name' (alphanumeric + underscores) and 'value'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTEBOOKS_CELLS_OUTPUTTool to update the output of a specific cell in a DataRobot notebook. Use when you need to update cell output data with an MD5 validation hash.
Input parameters
The MD5 hash of the cell content for validation
The unique identifier of the cell to update
The unique identifier of the notebook containing the cell
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTEBOOK_STATETool to update notebook state and retrieve current cell information. Use when you need to refresh the notebook's execution state and get details about all cells. Note: This operation is not supported for Codespace-type notebooks.
Input parameters
The notebook ID (24-character hex string). Note: Codespace-type notebooks do not support this operation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTIFICATION_CHANNEL_TEMPLATETool to update a notification channel template in DataRobot. Use when you need to modify an existing notification channel template's configuration, such as changing its name, language, or channel-specific settings.
Input parameters
The name of the notification channel.
The ID of the notification channel template to update.
The IDs of the DataRobot Users, Group or Custom Job associated with the DataRobotUser, DataRobotGroup or DataRobotCustomJob channel types (1-100 items).
The payload URL of the notification channel.
The type of the notification channel.
The content type of the messages of the notification channel.
Secret token to be used for notification channel.
Defines if validate SSL or not in the notification channel.
The email address to be used in the notification channel.
The preferred language code.
Custom headers and their values to be sent in the notification channel (maximum 100 items).
Required if the channel type is Email.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_NOTIFICATION_CHANNEL_TEMPLATES_SHARED_ROLESTool to update notification channel template shared roles in DataRobot. Use when you need to modify permissions for users, groups, or organizations on a notification channel template. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates to avoid leaving the template without an owner.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The ID of the notification channel template to update shared roles for.
The operation to perform. Must be 'updateRoles'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_OTEL_METRICS_CONFIGSTool to set all OpenTelemetry metric configurations for a specified entity. Use when you need to configure which OTel metrics are collected and how they are aggregated for deployments, use cases, or other entities. This replaces all existing configurations.
Input parameters
List of OpenTelemetry metric configurations to set. Replaces all existing configurations. Maximum 50 items.
ID of the entity to which the metrics belong (24-character hex string).
Type of the entity to which the metrics belong.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_OTEL_METRICS_CONFIGS_BY_IDTool to update an OpenTelemetry metric configuration for a specified entity. Use when you need to modify display name, aggregation method, or other settings of an existing OTEL metric.
Input parameters
Unit of measurement for metrics.
Whether the OTel metric is enabled.
ID of the entity to which the metric belongs.
The OTel key of the metric.
Type of the entity to which the metric belongs.
The metric percentile for the percentile aggregation of histograms. Must be between 0 and 1.
Aggregation method for metric display.
The display name of the metric.
The ID of the OpenTelemetry metric configuration to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_OVERALL_MODERATION_CONFIGURATIONTool to update overall moderation configuration for a custom model, custom model version, or playground. Use when you need to configure timeout behavior and NeMo Evaluator settings for guardrails.
Input parameters
ID of custom model, custom model version, or playground for this configuration.
Type of associated entity (customModel, customModelVersion, or playground).
Timeout value in seconds for any guard. Must be a non-negative integer.
Action to take if timeout occurs: 'block' (block the request) or 'score' (allow scoring to continue).
ID of NeMo Evaluator deployment to use for all NeMo Evaluator guards. Set to null to remove.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PINNED_USECASESTool to add or remove pinned use cases in DataRobot. Use when you need to pin or unpin use cases for quick access. Accepts 1-8 use case IDs and an operation type (add/remove).
Input parameters
Operation to perform: 'add' to pin use cases or 'remove' to unpin them.
List of use case IDs to pin or unpin. Must contain 1-8 IDs (24-character hex strings).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PROJECTTool to update a DataRobot project's name, description, worker settings, or unlock holdout. Use when you need to modify project metadata or resource allocation after project creation.
Input parameters
ID of the DataRobot project to update
New name for the project (max 100 characters)
Desired number of workers for modeling. Must not exceed available workers. Use 0 for no workers, or -1 to request maximum available
Desired number of GPU workers for modeling. Must not exceed available GPU workers. Use 0 for no GPU workers, or -1 to request maximum available
Enum for holdout unlock operation (can only unlock, not lock)
New description for the project (max 500 characters)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PROJECT_ACCESS_CONTROLTool to update access control settings for a DataRobot project. Use when you need to grant, modify, or revoke user access to a project. Allows setting roles (OWNER, USER, OBSERVER) for multiple users at once. Note: The request must leave at least one OWNER for the project.
Input parameters
List of users and their roles to set on the project. Maximum 100 entries per request. Setting role to null revokes access.
Unique identifier of the project to update access control for.
Whether to send email notifications to users about the access changes. Defaults to true.
Whether to share all related entities with the specified users. When true, shares feature discovery entities associated with the project. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PROJECTS_FEATURELISTSTool to update an existing feature list in a DataRobot project. Use when you need to rename or update the description of a feature list.
Input parameters
New name for the feature list. Must be unique within the project.
Unique identifier of the DataRobot project. Obtain from DATAROBOT_LIST_PROJECTS.
New description for the feature list.
Unique identifier of the feature list to update. Obtain from DATAROBOT_LIST_FEATURELISTS.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PROJECTS_MODELSTool to update a model's attributes in a DataRobot project. Use when you need to star/unstar a model or change the prediction threshold for binary classification.
Input parameters
The model ID to update.
Mark model either as starred or unstarred.
The project ID containing the model.
Threshold used for binary classification in predictions. Default value is 0.5.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_PROJECTS_PAYOFF_MATRICESTool to update a payoff matrix for a DataRobot project. Use when you need to modify payoff values or the name of an existing payoff matrix for profit curve calculations.
Input parameters
Name of the payoff matrix to be created.
The project ID
ObjectId of the payoff matrix.
True negative value to use for profit curve calculation.
True positive value to use for profit curve calculation.
False negative value to use for profit curve calculation.
False positive value to use for profit curve calculation.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_QUOTASTool to update quota configuration for a DataRobot deployment resource. Use when you need to modify capacity, rules, policies, or saturation threshold of an existing quota.
Input parameters
Unique identifier of the quota to update
Resource capacity configuration.
List of quota policies to overwrite quota per specific consumer (max 10,000 items)
List of default quota rules (max 100 items)
Saturation threshold to enable guaranteed quotas - value between 0.0 and 1.0
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECIPETool to update a DataRobot wrangling recipe. Use when modifying recipe name, description, type, or SQL query.
Input parameters
Recipe SQL query.
New recipe name.
The ID of the recipe to update.
The recipe workflow type.
New recipe description.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECIPES_DOWNSAMPLINGTool to update the downsampling configuration in a DataRobot recipe. Use when you need to modify downsampling settings for data transformation. Note: Cannot modify published recipes (status 422).
Input parameters
The ID of the recipe to update.
The downsampling transformation step to apply to the recipe.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECIPES_INPUTSTool to update the input data sources for a DataRobot recipe. Use when you need to change the data source, dataset, or sampling configuration for a recipe. This operation implicitly restarts the initial sampling job.
Input parameters
List of data sources and their sampling configurations. Each input should contain 'inputType' field with either datasource or dataset configuration.
ID of the recipe to update inputs for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECIPES_OPERATIONSTool to update the operations in a DataRobot recipe. Use when modifying data transformation directives for wrangling recipes.
Input parameters
If true, operations are stored even if they contain errors.
The ID of the recipe to update operations for.
List of directives to run for the recipe. Maximum 1000 operations allowed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECIPES_SETTINGSTool to update recipe settings that are reusable at the modeling stage. Use when modifying Spark instance size, target feature, prediction point, or Feature Discovery settings.
Input parameters
The feature to use as the target at the modeling stage.
The ID of the recipe.
The weights feature.
The date column to be used as the prediction point for time-based feature engineering.
Enum for Spark instance size options
\[Deprecated\] No effect. The relationships configuration ID field is immutable.
Run supervised feature reduction for Feature Discovery.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_RECOMMENDED_SETTINGSTool to update recommended settings for a DataRobot entity (currently only deployments). Use when you need to configure deployment settings checklist items.
Input parameters
List of recommended settings to update. Must contain between 1 and 20 settings.
Type of the entity to update recommended settings for. Currently only 'deployment' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_REGISTERED_MODELTool to update a registered model in DataRobot. Use when you need to modify the name, description, or visibility settings of an existing registered model.
Input parameters
Name of the registered model.
Make registered model global (accessible to all users in the organization) or local (accessible only to the owner and the users with whom it has been explicitly shared).
Description of the registered model.
ID of the registered model to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_REGISTERED_MODELS_SHARED_ROLESTool to modify registered model shared roles in DataRobot. Use when you need to update permissions for users, groups, or organizations on a registered model. Updates roles by adding, modifying, or removing access permissions. Ensure at least one OWNER remains after updates.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The operation to perform. Must be 'updateRoles'.
The ID of the registered model to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_SECURE_CONFIGTool to update a secure configuration. Use when you need to modify the name, schema, or values of an existing secure configuration.
Input parameters
Name of the secure configuration.
Values to associate with the secure configuration (max 100 items).
Name of the schema used for validating the secure configuration.
ID of the secure configuration to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_SECURE_CONFIGS_SHARED_ROLESTool to share a secure configuration with users, groups, or organizations. Use when you need to update permissions for a secure configuration.
Input parameters
Array of role update requests. Maximum 100 items. Each item can specify a recipient by 'id' (for existing users/groups/orgs) or by 'username' (for users). Use 'id' when updating permissions for known entities, 'username' when granting access by email.
The ID of the secure configuration to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_USE_CASETool to update an existing DataRobot use case's metadata. Use when you need to modify a use case's name or description.
Input parameters
Name of the use case (max 100 characters). If null, removes the existing name.
Unique identifier of the use case to update (24-character hex string).
Description of the use case providing context about its purpose and goals. If null, removes the existing description.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_USE_CASES_BY_IDTool to move an entity (project, dataset, notebook, etc.) from one use case to another. Use when you need to reorganize entities across use cases or reassign entity ownership.
Input parameters
The ID of the specific entity to move to the destination use case.
The ID of the destination use case where the entity will be moved.
Include dataset migration when a project is migrated. Only applicable when referenceCollectionType is 'projects'.
The type of entity being moved (projects, datasets, notebooks, etc.).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_USE_CASE_SHARED_ROLESTool to update a use case's access control list. Use when you need to change who has access to a use case and their roles. Supports sharing with users (by username), groups (by name), or any entity (by ID).
Input parameters
List of sharing role objects. Each object specifies a user, group, or organization and their assigned role. Use username for user-based sharing, name for group-based sharing, or id for ID-based sharing.
The name of the action being taken. Only 'updateRoles' is supported.
The ID of the use case to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_USER_NOTIFICATION_BY_IDTool to mark a DataRobot user notification as read. Use when you need to update the status of a notification by its unique identifier.
Input parameters
Unique identifier of the notification.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_USER_NOTIFICATIONSTool to mark all user notifications as read. Use when you need to mark all pending notifications for the authenticated user as read. This operation affects all unread notifications at once.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_VALUE_TRACKERTool to update a DataRobot value tracker. Use when you need to modify value tracker properties like name, stage, business impact, or monetary values.
Input parameters
Name of the value tracker
User notes
DataRobot user information for value tracker owner
Current stage of value tracker lifecycle
Value tracker description
Assessment of how the value tracker can be accomplished across multiple dimensions (1-5 scale)
Array of target date objects for reaching specific stages
Monetary value with currency and optional details
Expected effects on overall business operations (1-5 scale)
Monetary value with currency and optional details
The ID of the value tracker to update
Array of prediction target names
Template type and parameter information for potential value calculation
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_UPDATE_VALUE_TRACKER_SHARED_ROLESTool to update shared roles for a DataRobot value tracker. Use when you need to share a value tracker with users, groups, or organizations.
Input parameters
A list of sharing role assignments to apply to the value tracker.
The operation to perform. Only 'updateRoles' is supported.
The ID of the value tracker to update shared roles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_VALIDATE_DEPLOYMENT_MODEL_REPLACEMENTTool to validate whether a model can replace the current champion model in a deployment. Returns detailed validation checks for model compatibility. Use before replacing a deployment model to ensure compatibility.
Input parameters
ID of the model to replace the deployment's champion model. Required if modelPackageId is not provided.
Unique identifier of the deployment to validate model replacement for.
ID of the model package to replace the deployment's champion model. Required if modelId is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_VALIDATE_USER_BLUEPRINTTool to validate a user-defined blueprint (custom modeling pipeline) in DataRobot. Use when you need to verify that a blueprint structure is valid before training models with it. Returns validation context including any errors, warnings, or informational messages for each task vertex in the blueprint DAG.
Input parameters
The blueprint representation as a directed acyclic graph (DAG) defining a pipeline of data through tasks and a final estimator. Can be provided as either an array or object structure depending on the blueprint format.
Project ID (24-character hex string) for the currently active project. The user blueprint is validated in the context of this project. Required for project-specific tasks such as column selection tasks.
Set to true if the request is sent from the in-place user blueprint editor, false otherwise.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DATAROBOT_VERIFY_EXTERNAL_DATA_STORE_SQLTool to verify a SQL query for an external data store. Use when you need to test SQL syntax and retrieve sample results. Returns column names and up to maxRows records if successful.
Input parameters
Username for data store authentication. Use credentialId instead for better security.
SQL query to verify.
Maximum number of rows of data to return if the query is successful. Must be between 0 and 999.
Password for data store authentication. Use credentialId instead for better security.
ID of the external data store to verify the SQL query against.
Whether to use Kerberos for data store authentication.
ID of the set of credentials to use instead of username and password. Use DATAROBOT_LIST_CREDENTIALS to find available credentials.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 94 agents privately built on Nagent that already use DataRobot.
Build on Nagent
Connect DataRobot to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find DataRobot, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, DataRobot is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once DataRobot is connected, you configure its 840 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop DataRobot steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a DataRobot event fires, the agent kicks off automatically.
Every DataRobot action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While DataRobot ships with 840 pre-built artificial intelligence actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching DataRobot together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build DataRobot-based workflows tailored to your business.