API Resources

Credentials

class Credentials(session, return_type='civis')

Methods

get(id) Get a credential
list(**kwargs) List credentials
post(username, type, password, **kwargs) Create or update a credential
post_authenticate(username, ...) Authenticate against a remote host
post_temporary(id, **kwargs) Generate a temporary credential for accessing S3
put(id, username, type, password, **kwargs) Update an existing credential
get(id)

Get a credential

Parameters:

id : integer

The ID of the credential.

Returns:

username : string

The username for the credential.

id : integer

The ID of the credential.

owner : string

The name of the user who this credential belongs to.

remote_host_id : integer

The ID of the remote host associated with this credential.

name : string

The name identifying the credential

remote_host_name : string

The name of the remote host associated with this credential.

updated_at : string/time

The last modification time for this credential.

created_at : string/time

The creation time for this credential.

type : string

The credential’s type.

description : string

A long description of the credential.

list(**kwargs)

List credentials

Parameters:

type : string, optional

The type (or types) of credentials to return. One or more of: Amazon Web Services S3, BSD::API, CASS/NCOA PAF, Catalist::API, Catalist::SFTP, Certificate, Civis Platform, Custom, Database, Google, Github, JobTraits::Ftp, Salesforce User, Salesforce Client, Silverpop Application, Silverpop Refresh Token, Silverpop User, TableauUser, VAN::MyVoterFile, VAN::MyCampaign, and VAN::BothModes. Specify multiple values as a comma- separated list (e.g., “A,B”).

default : boolean, optional

If true, will return a list with a single credential which is the current user’s default credential.

limit : integer, optional

Number of results to return. Defaults to its maximum of 1000.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, created_at, name.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

username : string

The username for the credential.

id : integer

The ID of the credential.

owner : string

The name of the user who this credential belongs to.

remote_host_id : integer

The ID of the remote host associated with this credential.

name : string

The name identifying the credential

remote_host_name : string

The name of the remote host associated with this credential.

updated_at : string/time

The last modification time for this credential.

created_at : string/time

The creation time for this credential.

type : string

The credential’s type.

description : string

A long description of the credential.

post(username, type, password, **kwargs)

Create or update a credential

Parameters:

username : string

The username for the credential.

type : string

password : string

The password for the credential.

remote_host_id : integer, optional

The ID of the remote host associated with the credential.

name : string, optional

The name identifying the credential.

remote_host : dict, optional:

- name : string
    The human readable name for the remote host.
- url : string
    The URL to your host.
- type : string
    The type of remote host. One of: RemoteHostTypes::BSD,
    RemoteHostTypes::Ftp, RemoteHostTypes::Github,
    RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC,
    RemoteHostTypes::Redshift, RemoteHostTypes::Salesforce, and
    RemoteHostTypes::Van

description : string, optional

A long description of the credential.

Returns:

username : string

The username for the credential.

id : integer

The ID of the credential.

owner : string

The name of the user who this credential belongs to.

remote_host_id : integer

The ID of the remote host associated with this credential.

name : string

The name identifying the credential

remote_host_name : string

The name of the remote host associated with this credential.

updated_at : string/time

The last modification time for this credential.

created_at : string/time

The creation time for this credential.

type : string

The credential’s type.

description : string

A long description of the credential.

post_authenticate(username, remote_host_type, password, url)

Authenticate against a remote host

Parameters:

username : string

The username for the credential.

remote_host_type : string

The type of remote host. One of: RemoteHostTypes::BSD, RemoteHostTypes::Ftp, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Redshift, RemoteHostTypes::Salesforce, and RemoteHostTypes::Van

password : string

The password for the credential.

url : string

The URL to your host.

Returns:

username : string

The username for the credential.

id : integer

The ID of the credential.

owner : string

The name of the user who this credential belongs to.

remote_host_id : integer

The ID of the remote host associated with this credential.

name : string

The name identifying the credential

remote_host_name : string

The name of the remote host associated with this credential.

updated_at : string/time

The last modification time for this credential.

created_at : string/time

The creation time for this credential.

type : string

The credential’s type.

description : string

A long description of the credential.

post_temporary(id, **kwargs)

Generate a temporary credential for accessing S3

Parameters:

id : integer

The ID of the credential.

duration : integer, optional

The number of seconds the temporary credential should be valid. Defaults to 15 minutes. Must not be less than 15 minutes or greater than 36 hours.

Returns:

access_key : string

The identifier of the credential.

secret_access_key : string

The secret part of the credential.

session_token : string

The session token identifier.

put(id, username, type, password, **kwargs)

Update an existing credential

Parameters:

id : integer

The ID of the credential.

username : string

The username for the credential.

type : string

password : string

The password for the credential.

remote_host_id : integer, optional

The ID of the remote host associated with the credential.

name : string, optional

The name identifying the credential.

remote_host : dict, optional:

- name : string
    The human readable name for the remote host.
- url : string
    The URL to your host.
- type : string
    The type of remote host. One of: RemoteHostTypes::BSD,
    RemoteHostTypes::Ftp, RemoteHostTypes::Github,
    RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC,
    RemoteHostTypes::Redshift, RemoteHostTypes::Salesforce, and
    RemoteHostTypes::Van

description : string, optional

A long description of the credential.

Returns:

username : string

The username for the credential.

id : integer

The ID of the credential.

owner : string

The name of the user who this credential belongs to.

remote_host_id : integer

The ID of the remote host associated with this credential.

name : string

The name identifying the credential

remote_host_name : string

The name of the remote host associated with this credential.

updated_at : string/time

The last modification time for this credential.

created_at : string/time

The creation time for this credential.

type : string

The credential’s type.

description : string

A long description of the credential.

Databases

class Databases(session, return_type='civis')

Methods

delete_whitelist_ips(id, whitelisted_ip_id) Remove a whitelisted IP address
get_whitelist_ips(id, whitelisted_ip_id) View details about a whitelisted IP
list() List databases
list_schemas(id) List schemas in this database
list_whitelist_ips(id) List whitelisted IPs for the specified database
post_whitelist_ips(id, subnet_mask) Whitelist an IP address
delete_whitelist_ips(id, whitelisted_ip_id)

Remove a whitelisted IP address

Parameters:

id : integer

The ID of the database this rule is applied to.

whitelisted_ip_id : integer

The ID of this whitelisted IP address.

Returns:

None

Response code 204: success

get_whitelist_ips(id, whitelisted_ip_id)

View details about a whitelisted IP

Parameters:

id : integer

The ID of the database this rule is applied to.

whitelisted_ip_id : integer

The ID of this whitelisted IP address.

Returns:

remote_host_id : integer

The ID of the database this rule is applied to.

id : integer

The ID of this whitelisted IP address.

security_group_id : string

The ID of the security group this rule is applied to.

created_at : string/time

The time this rule was created.

updated_at : string/time

The time this rule was last updated.

subnet_mask : string

The subnet mask that is allowed by this rule.

is_active : boolean

True if the rule is applied, false if it has been revoked.

authorized_by : string

The user who authorized this rule.

list()

List databases

Returns:

name : string

The name of the database.

id : integer

The ID for the database.

list_schemas(id)

List schemas in this database

Parameters:

id : integer

The ID of the database.

Returns:

schema : string

The name of a schema.

list_whitelist_ips(id)

List whitelisted IPs for the specified database

Parameters:

id : integer

The ID for the database.

Returns:

remote_host_id : integer

The ID of the database this rule is applied to.

id : integer

The ID of this whitelisted IP address.

security_group_id : string

The ID of the security group this rule is applied to.

subnet_mask : string

The subnet mask that is allowed by this rule.

created_at : string/time

The time this rule was created.

updated_at : string/time

The time this rule was last updated.

post_whitelist_ips(id, subnet_mask)

Whitelist an IP address

Parameters:

id : integer

The ID of the database this rule is applied to.

subnet_mask : string

The subnet mask that is allowed by this rule.

Returns:

remote_host_id : integer

The ID of the database this rule is applied to.

id : integer

The ID of this whitelisted IP address.

security_group_id : string

The ID of the security group this rule is applied to.

created_at : string/time

The time this rule was created.

updated_at : string/time

The time this rule was last updated.

subnet_mask : string

The subnet mask that is allowed by this rule.

is_active : boolean

True if the rule is applied, false if it has been revoked.

authorized_by : string

The user who authorized this rule.

Files

class Files(session, return_type='civis')

Methods

delete_projects(id, project_id) Remove a Data::S3File from a project
delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
get(id) Get details about a file
list_projects(id) List the projects a Data::S3File belongs to
list_shares(id) List users and groups permissioned on this object
post(name, **kwargs) Initiate an upload of a file into the platform
put_projects(id, project_id) Add a Data::S3File to a project
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
delete_projects(id, project_id)

Remove a Data::S3File from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(id)

Get details about a file

Parameters:

id : integer

The ID of the file object.

Returns:

file_size : integer

The file size.

id : integer

The ID of the file object.

download_url : string

A JSON string containing information about the URL of the file.

name : string

The file name.

created_at : string/date-time

The date and time the file was created.

expires_at : string/date-time

The date and time the file will expire. If not specified, the file will expire in 30 days. To keep a file indefinitely, specify null.

file_url : string

The URL that may be used to download the file.

list_projects(id)

List the projects a Data::S3File belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

post(name, **kwargs)

Initiate an upload of a file into the platform

Parameters:

name : string

The file name.

expires_at : string/date-time, optional

The date and time the file will expire. If not specified, the file will expire in 30 days. To keep a file indefinitely, specify null.

Returns:

file_size : integer

The file size.

id : integer

The ID of the file object.

upload_fields : dict

A hash containing the form fields to be included with the POST request.

upload_url : string

The URL that may be used to upload a file. To use the upload URL, initiate a POST request to the given URL with the file you wish to import as the “file” form field.

name : string

The file name.

created_at : string/date-time

The date and time the file was created.

expires_at : string/date-time

The date and time the file will expire. If not specified, the file will expire in 30 days. To keep a file indefinitely, specify null.

put_projects(id, project_id)

Add a Data::S3File to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Imports

class Imports(session, return_type='civis')

Methods

delete_files_runs(id, run_id) Cancel a run
delete_projects(id, project_id) Remove a JobTypes::Import from a project
delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_syncs(id, sync_id) Delete a sync
get(id) Get details about an import
get_batches(id) Get details about a batch import
get_files_runs(id, run_id) Check status of a run
list(**kwargs) List imports
list_batches(**kwargs) List batch imports
list_files_runs(id, **kwargs) List runs for the given import
list_projects(id) List the projects a JobTypes::Import belongs to
list_runs(id) Get the run history of this import
list_shares(id) List users and groups permissioned on this object
post(is_outbound, name, sync_type, **kwargs) Create a new import configuration
post_batches(schema, table, credential_id, ...) Upload multiple files to Redshift
post_cancel(id) Cancel a run
post_files(remote_host_id, credential_id, ...) Initate an import of a tabular file into the platform
post_files_runs(id) Start a run
post_runs(id) Run an import
post_syncs(id, source, destination, **kwargs) Create a sync
put(id, is_outbound, name, sync_type, **kwargs) Update an import
put_archive(id, status) Update the archive status of this object
put_projects(id, project_id) Add a JobTypes::Import to a project
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
put_syncs(id, sync_id, source, destination, ...) Update a sync
delete_files_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the import.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_projects(id, project_id)

Remove a JobTypes::Import from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_syncs(id, sync_id)

Delete a sync

Parameters:

id : integer

The ID of the import to fetch.

sync_id : integer

The ID of the sync to fetch.

Returns:

None

Response code 204: success

get(id)

Get details about an import

Parameters:

id : integer

The ID for the import.

Returns:

archived : string

The archival status of the requested object(s).

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

time_zone : string

The time zone of this import.

created_at : string/date-time

syncs : list:

List of syncs.
- advanced_options : dict::
    - first_row_is_header : boolean
    - distkey : string
    - invalid_char_replacement : string
    - wipe_destination_table : boolean
    - existing_table_rows : string
    - verify_table_row_counts : boolean
    - last_modified_column : string
    - sql_query : string
    - partition_table_name : string
    - partition_table_partition_column_min_name : string
    - contact_lists : string
    - export_action : string
    - sortkey1 : string
    - column_delimiter : string
    - partition_table_partition_column_max_name : string
    - sortkey2 : string
    - row_chunk_size : integer
    - max_errors : integer
    - partition_schema_name : string
    - identity_column : string
    - soql_query : string
    - truncate_long_lines : boolean
    - partition_column_name : string
    - mysql_catalog_matches_schema : boolean
- id : integer
- source : dict::
    - id : integer
        The ID of the table or file, if available.
    - path : string
        The path of the dataset to sync from; for a database source,
        schema.tablename.
- destination : dict::
    - path : string
        The schema.tablename to sync to.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for the import.

parent_id : integer

Parent id to trigger this import from

destination : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

next_run_at : string/time

The time of the next scheduled run.

is_outbound : boolean

name : string

The name of the import.

state : string

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/date-time

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

source : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
get_batches(id)

Get details about a batch import

Parameters:

id : integer

The ID for the import.

Returns:

schema : string

The destination schema name. This schema must already exist in Redshift.

id : integer

The ID for the import.

table : string

The destination table name, without the schema prefix. This table must already exist in Redshift.

remote_host_id : integer

The ID of the destination database host.

state : string

The state of the run; one of “queued”, “running”, “succeeded”, “failed”, or “cancelled”.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

error : string

The error returned by the run, if any.

started_at : string/time

The time the last run started at.

finished_at : string/time

The time the last run completed.

get_files_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the import.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

import_id : integer

The ID of the import.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

list(**kwargs)

List imports

Parameters:

type : string, optional

If specified, return imports of these types. It accepts a comma-separated list, possible values are ‘AutoImport’, ‘DbSync’, ‘Salesforce’, ‘GdocImport’.

author : string, optional

If specified, return imports from this author. It accepts a comma-separated list of author ids.

destination : string, optional

If specified, returns imports with one of these destinations. It accepts a comma-separated list of remote host ids.

status : string, optional

If specified, returns imports with one of these statuses. It accepts a comma-separated list, possible values are ‘running’, ‘failed’, ‘succeeded’, ‘idle’, ‘scheduled’.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, name, created_at, last_run.updated_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

archived : string

The archival status of the requested object(s).

id : integer

The ID for the import.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

time_zone : string

The time zone of this import.

created_at : string/date-time

source : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

destination : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

is_outbound : boolean

name : string

The name of the import.

state : string

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

updated_at : string/date-time

list_batches(**kwargs)

List batch imports

Parameters:

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, created_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

schema : string

The destination schema name. This schema must already exist in Redshift.

id : integer

The ID for the import.

table : string

The destination table name, without the schema prefix. This table must already exist in Redshift.

remote_host_id : integer

The ID of the destination database host.

state : string

The state of the run; one of “queued”, “running”, “succeeded”, “failed”, or “cancelled”.

error : string

The error returned by the run, if any.

started_at : string/time

The time the last run started at.

finished_at : string/time

The time the last run completed.

list_files_runs(id, **kwargs)

List runs for the given import

Parameters:

id : integer

The ID of the import.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

import_id : integer

The ID of the import.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

list_projects(id)

List the projects a JobTypes::Import belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_runs(id)

Get the run history of this import

Parameters:

id : integer

Returns:

started_at : string/time

The time that the run started.

id : integer

state : string

error : string

The error message for this run, if present.

created_at : string/time

The time that the run was queued.

finished_at : string/time

The time that the run completed.

list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

post(is_outbound, name, sync_type, **kwargs)

Create a new import configuration

Parameters:

is_outbound : boolean

name : string

The name of the import.

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

destination : dict, optional:

- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer, optional

Parent id to trigger this import from

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this import.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

source : dict, optional:

- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
Returns:

archived : string

The archival status of the requested object(s).

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

time_zone : string

The time zone of this import.

created_at : string/date-time

syncs : list:

List of syncs.
- advanced_options : dict::
    - first_row_is_header : boolean
    - distkey : string
    - invalid_char_replacement : string
    - wipe_destination_table : boolean
    - existing_table_rows : string
    - verify_table_row_counts : boolean
    - last_modified_column : string
    - sql_query : string
    - partition_table_name : string
    - partition_table_partition_column_min_name : string
    - contact_lists : string
    - export_action : string
    - sortkey1 : string
    - column_delimiter : string
    - partition_table_partition_column_max_name : string
    - sortkey2 : string
    - row_chunk_size : integer
    - max_errors : integer
    - partition_schema_name : string
    - identity_column : string
    - soql_query : string
    - truncate_long_lines : boolean
    - partition_column_name : string
    - mysql_catalog_matches_schema : boolean
- id : integer
- source : dict::
    - id : integer
        The ID of the table or file, if available.
    - path : string
        The path of the dataset to sync from; for a database source,
        schema.tablename.
- destination : dict::
    - path : string
        The schema.tablename to sync to.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for the import.

parent_id : integer

Parent id to trigger this import from

destination : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

next_run_at : string/time

The time of the next scheduled run.

is_outbound : boolean

name : string

The name of the import.

state : string

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/date-time

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

source : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
post_batches(schema, table, credential_id, remote_host_id, file_ids, **kwargs)

Upload multiple files to Redshift

Parameters:

schema : string

The destination schema name. This schema must already exist in Redshift.

table : string

The destination table name, without the schema prefix. This table must already exist in Redshift.

credential_id : integer

The ID of the credentials to be used when performing the database import.

remote_host_id : integer

The ID of the destination database host.

file_ids : list

The file IDs for the import.

first_row_is_header : boolean, optional

A boolean value indicating whether or not the first row is a header row. If unspecified, defaults to false.

compression : string, optional

The type of compression. Valid arguments are “gzip”, “zip”, and “none”. If unspecified, defaults to “gzip”.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

column_delimiter : string, optional

The column delimiter for the file. Valid arguments are “comma”, “tab”, and “pipe”. If unspecified, defaults to “comma”.

Returns:

schema : string

The destination schema name. This schema must already exist in Redshift.

id : integer

The ID for the import.

table : string

The destination table name, without the schema prefix. This table must already exist in Redshift.

remote_host_id : integer

The ID of the destination database host.

state : string

The state of the run; one of “queued”, “running”, “succeeded”, “failed”, or “cancelled”.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

error : string

The error returned by the run, if any.

started_at : string/time

The time the last run started at.

finished_at : string/time

The time the last run completed.

post_cancel(id)

Cancel a run

Parameters:

id : integer

The ID of the job.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

state : string

The state of the run, one of ‘queued’, ‘running’ or ‘cancelled’.

id : integer

The ID of the run.

post_files(remote_host_id, credential_id, schema, name, **kwargs)

Initate an import of a tabular file into the platform

Parameters:

remote_host_id : integer

The id of the destination database host.

credential_id : integer

The id of the credentials to be used when performing the database import.

schema : string

The schema of the destination table.

name : string

The name of the destination table.

sortkey1 : string, optional

The column to use as the sort key for the table.

column_delimiter : string, optional

The column delimiter of the file. If column_delimiter is null or omitted, it will be auto-detected. Valid arguments are “comma”, “tab”, and “pipe”.

distkey : string, optional

The column to use as the distkey for the table.

existing_table_rows : string, optional

The behaviour if a table with the requested name already exists. One of “fail”, “truncate”, “append”, or “drop”.Defaults to “fail”.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

sortkey2 : string, optional

The second column in a compound sortkey for the table.

max_errors : integer, optional

The maximum number of rows with errors to remove from the import before failing.

multipart : boolean, optional

If true, the upload URI will require a multipart/form-data POST request. Defaults to false.

first_row_is_header : boolean, optional

A boolean value indicating whether or not the first row is a header row. If first_row_is_header is null or omitted, it will be auto-detected.

Returns:

run_uri : string

The URI to POST to once the file upload is complete. After uploading the file using the URI given in the uploadUri attribute of the reponse, POST to this URI to initiate the import of your uploaded file into the platform.

upload_uri : string

The URI which may be used to upload a tabular file for import. You must use this URI to upload the file you wish imported and then inform the Civis API when your upload is complete using the URI given by the runUri field of this reponse.

id : integer

The id of the import.

upload_fields : dict

If multipart was set to true, these fields should be included in the multipart upload.

post_files_runs(id)

Start a run

Parameters:

id : integer

The ID of the import.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

import_id : integer

The ID of the import.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

post_runs(id)

Run an import

Parameters:

id : integer

The ID of the import to run.

Returns:

run_id : integer

The ID of the new run triggered.

post_syncs(id, source, destination, **kwargs)

Create a sync

Parameters:

id : integer

source : dict:

- path : string
    The path of the dataset to sync from; for a database source,
    schema.tablename.

destination : dict:

- path : string
    The schema.tablename to sync to.

advanced_options : dict, optional:

- first_row_is_header : boolean
- distkey : string
- invalid_char_replacement : string
- wipe_destination_table : boolean
- existing_table_rows : string
- verify_table_row_counts : boolean
- last_modified_column : string
- sql_query : string
- partition_table_name : string
- partition_table_partition_column_min_name : string
- contact_lists : string
- export_action : string
- sortkey1 : string
- column_delimiter : string
- partition_table_partition_column_max_name : string
- sortkey2 : string
- row_chunk_size : integer
- max_errors : integer
- partition_schema_name : string
- identity_column : string
- soql_query : string
- truncate_long_lines : boolean
- partition_column_name : string
- mysql_catalog_matches_schema : boolean
Returns:

advanced_options : dict:

- first_row_is_header : boolean
- distkey : string
- invalid_char_replacement : string
- wipe_destination_table : boolean
- existing_table_rows : string
- verify_table_row_counts : boolean
- last_modified_column : string
- sql_query : string
- partition_table_name : string
- partition_table_partition_column_min_name : string
- contact_lists : string
- export_action : string
- sortkey1 : string
- column_delimiter : string
- partition_table_partition_column_max_name : string
- sortkey2 : string
- row_chunk_size : integer
- max_errors : integer
- partition_schema_name : string
- identity_column : string
- soql_query : string
- truncate_long_lines : boolean
- partition_column_name : string
- mysql_catalog_matches_schema : boolean

id : integer

source : dict:

- id : integer
    The ID of the table or file, if available.
- path : string
    The path of the dataset to sync from; for a database source,
    schema.tablename.

destination : dict:

- path : string
    The schema.tablename to sync to.
put(id, is_outbound, name, sync_type, **kwargs)

Update an import

Parameters:

id : integer

The ID for the import.

is_outbound : boolean

name : string

The name of the import.

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

destination : dict, optional:

- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer, optional

Parent id to trigger this import from

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this import.

source : dict, optional:

- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
Returns:

archived : string

The archival status of the requested object(s).

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

time_zone : string

The time zone of this import.

created_at : string/date-time

syncs : list:

List of syncs.
- advanced_options : dict::
    - first_row_is_header : boolean
    - distkey : string
    - invalid_char_replacement : string
    - wipe_destination_table : boolean
    - existing_table_rows : string
    - verify_table_row_counts : boolean
    - last_modified_column : string
    - sql_query : string
    - partition_table_name : string
    - partition_table_partition_column_min_name : string
    - contact_lists : string
    - export_action : string
    - sortkey1 : string
    - column_delimiter : string
    - partition_table_partition_column_max_name : string
    - sortkey2 : string
    - row_chunk_size : integer
    - max_errors : integer
    - partition_schema_name : string
    - identity_column : string
    - soql_query : string
    - truncate_long_lines : boolean
    - partition_column_name : string
    - mysql_catalog_matches_schema : boolean
- id : integer
- source : dict::
    - id : integer
        The ID of the table or file, if available.
    - path : string
        The path of the dataset to sync from; for a database source,
        schema.tablename.
- destination : dict::
    - path : string
        The schema.tablename to sync to.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for the import.

parent_id : integer

Parent id to trigger this import from

destination : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

next_run_at : string/time

The time of the next scheduled run.

is_outbound : boolean

name : string

The name of the import.

state : string

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/date-time

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

source : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
put_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

archived : string

The archival status of the requested object(s).

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

time_zone : string

The time zone of this import.

created_at : string/date-time

syncs : list:

List of syncs.
- advanced_options : dict::
    - first_row_is_header : boolean
    - distkey : string
    - invalid_char_replacement : string
    - wipe_destination_table : boolean
    - existing_table_rows : string
    - verify_table_row_counts : boolean
    - last_modified_column : string
    - sql_query : string
    - partition_table_name : string
    - partition_table_partition_column_min_name : string
    - contact_lists : string
    - export_action : string
    - sortkey1 : string
    - column_delimiter : string
    - partition_table_partition_column_max_name : string
    - sortkey2 : string
    - row_chunk_size : integer
    - max_errors : integer
    - partition_schema_name : string
    - identity_column : string
    - soql_query : string
    - truncate_long_lines : boolean
    - partition_column_name : string
    - mysql_catalog_matches_schema : boolean
- id : integer
- source : dict::
    - id : integer
        The ID of the table or file, if available.
    - path : string
        The path of the dataset to sync from; for a database source,
        schema.tablename.
- destination : dict::
    - path : string
        The schema.tablename to sync to.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for the import.

parent_id : integer

Parent id to trigger this import from

destination : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer

next_run_at : string/time

The time of the next scheduled run.

is_outbound : boolean

name : string

The name of the import.

state : string

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/date-time

sync_type : string

The type of sync to perform; one of Dbsync, AutoImport, SilverpopDataImport, SilverpopContactImport, GdocImport, GdocExport, and Salesforce.

source : dict:

- name : string
- remote_host_id : integer
- additional_credentials : list
    Array that holds additional credentials used for specific imports. For
    salesforce imports, the first and only element is the client credential
    id.
- credential_id : integer
put_projects(id, project_id)

Add a JobTypes::Import to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_syncs(id, sync_id, source, destination, **kwargs)

Update a sync

Parameters:

id : integer

The ID of the import to fetch.

sync_id : integer

The ID of the sync to fetch.

source : dict:

- path : string
    The path of the dataset to sync from; for a database source,
    schema.tablename.

destination : dict:

- path : string
    The schema.tablename to sync to.

advanced_options : dict, optional:

- first_row_is_header : boolean
- distkey : string
- invalid_char_replacement : string
- wipe_destination_table : boolean
- existing_table_rows : string
- verify_table_row_counts : boolean
- last_modified_column : string
- sql_query : string
- partition_table_name : string
- partition_table_partition_column_min_name : string
- contact_lists : string
- export_action : string
- sortkey1 : string
- column_delimiter : string
- partition_table_partition_column_max_name : string
- sortkey2 : string
- row_chunk_size : integer
- max_errors : integer
- partition_schema_name : string
- identity_column : string
- soql_query : string
- truncate_long_lines : boolean
- partition_column_name : string
- mysql_catalog_matches_schema : boolean
Returns:

advanced_options : dict:

- first_row_is_header : boolean
- distkey : string
- invalid_char_replacement : string
- wipe_destination_table : boolean
- existing_table_rows : string
- verify_table_row_counts : boolean
- last_modified_column : string
- sql_query : string
- partition_table_name : string
- partition_table_partition_column_min_name : string
- contact_lists : string
- export_action : string
- sortkey1 : string
- column_delimiter : string
- partition_table_partition_column_max_name : string
- sortkey2 : string
- row_chunk_size : integer
- max_errors : integer
- partition_schema_name : string
- identity_column : string
- soql_query : string
- truncate_long_lines : boolean
- partition_column_name : string
- mysql_catalog_matches_schema : boolean

id : integer

source : dict:

- id : integer
    The ID of the table or file, if available.
- path : string
    The path of the dataset to sync from; for a database source,
    schema.tablename.

destination : dict:

- path : string
    The schema.tablename to sync to.

Jobs

class Jobs(session, return_type='civis')

Methods

delete_projects(id, project_id) Remove a Job from a project
delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
get(id) Show basic job info
get_runs(id, run_id) Check status of a job
list(**kwargs) List jobs
list_children(id) Show nested tree of children that this job triggers
list_parents(id) Show chain of parents as a list that this job triggers from
list_projects(id) List the projects a Job belongs to
list_shares(id) List users and groups permissioned on this object
post_runs(id) Run a job
post_trigger_email(id) Generate and retrieve trigger email address
put_projects(id, project_id) Add a Job to a project
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
delete_projects(id, project_id)

Remove a Job from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(id)

Show basic job info

Parameters:

id : integer

The ID for this job.

Returns:

runs : list:

Information about the most recent runs of the job.
- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

id : integer

archived : string

The archival status of the requested object(s).

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

name : string

state : string

Whether the job is idle, queued, running, cancelled, or failed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

created_at : string/date-time

type : string

updated_at : string/date-time

get_runs(id, run_id)

Check status of a job

Parameters:

id : integer

The ID of the Job.

run_id : integer

The ID of the Run.

Returns:

started_at : string/time

The time that the run started.

id : integer

state : string

error : string

The error message for this run, if present.

created_at : string/time

The time that the run was queued.

finished_at : string/time

The time that the run completed.

list(**kwargs)

List jobs

Parameters:

limit : integer, optional

The maximum number of jobs to return.

state : string, optional

The job’s state. One or more of queued, running, succeeded, failed, and cancelled. Specify multiple values as a comma-separated list (e.g., “A,B”).

type : string, optional

The job’s type. Specify multiple values as a comma-separated list (e.g., “A,B”).

q : string, optional

Query string to search on the id, name, and job type

permission : string, optional

A permissions string, one of “read”, “write”, or “manage”. Lists only jobs for which the current user has that permission.

archived : string, optional

The archival status of the requested object(s).

Returns:

archived : string

The archival status of the requested object(s).

id : integer

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

name : string

state : string

Whether the job is idle, queued, running, cancelled, or failed.

created_at : string/date-time

type : string

updated_at : string/date-time

list_children(id)

Show nested tree of children that this job triggers

Parameters:

id : integer

The ID for this job.

Returns:

runs : list:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

id : integer

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

name : string

state : string

children : list

created_at : string/date-time

type : string

updated_at : string/date-time

list_parents(id)

Show chain of parents as a list that this job triggers from

Parameters:

id : integer

The ID for this job.

Returns:

runs : list:

Information about the most recent runs of the job.
- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

id : integer

archived : string

The archival status of the requested object(s).

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

name : string

state : string

Whether the job is idle, queued, running, cancelled, or failed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

created_at : string/date-time

type : string

updated_at : string/date-time

list_projects(id)

List the projects a Job belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

post_runs(id)

Run a job

Parameters:

id : integer

The ID for this job.

Returns:

started_at : string/time

The time that the run started.

id : integer

state : string

error : string

The error message for this run, if present.

created_at : string/time

The time that the run was queued.

finished_at : string/time

The time that the run completed.

post_trigger_email(id)

Generate and retrieve trigger email address

Parameters:

id : integer

The ID for this job.

Returns:

trigger_email : string

Email address which may be used to trigger this job to run.

put_projects(id, project_id)

Add a Job to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Models

class Models(session, return_type='civis')

Methods

delete_builds(id, build_id) Cancel a build
delete_projects(id, project_id) Remove a models from a project
delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
get(id) Retrieve model configuration
get_builds(id, build_id) Check status of a build
list(**kwargs) List models
list_builds(id, **kwargs) List builds for the given model
list_projects(id) List the projects a models belongs to
list_schedules(id) Show the model build schedule
list_shares(id) List users and groups permissioned on this object
list_types() List all available model types
patch(id, **kwargs) Update model configuration
post(**kwargs) Create new configuration for a model
post_builds(id) Start a build
put_archive(id, status) Update the archive status of this object
put_predictions(id, primary_key, table_name, ...) Add a table on which to apply the predictive model
put_projects(id, project_id) Add a models to a project
put_schedules(id, schedule) Schedule the model build
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
delete_builds(id, build_id)

Cancel a build

Parameters:

id : integer

The ID of the model.

build_id : integer

The ID of the build.

Returns:

None

Response code 202: success

delete_projects(id, project_id)

Remove a models from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(id)

Retrieve model configuration

Parameters:

id : integer

The ID of the model.

Returns:

current_build_exception : string

Exception message, if applicable, of the current model build.

interaction_terms : boolean

Whether to search for interaction terms.

builds : list:

A list of trained models available for making predictions.
- id : integer
    The ID of the model build.
- name : string
    The name of the model build.
- r_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- created_at : string
    The time the model build was created.
- description : string
    A description of the model build.
- root_mean_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- roc_auc : number/float
    A key metric for binary, multinomial, and ordinal models. Nil for other
    model types.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

database_id : integer

The ID of the database holding the training set table used to build the model.

credential_id : integer

The ID of the credential used to read the target table. Defaults to the user’s default credential.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

model_type_id : integer

The ID of the model’s type.

time_zone : string

The time zone of this model.

created_at : string/date-time

The time the model was created.

description : string

A description of the model.

last_output_location : string

The output JSON for the last build.

limiting_sql : string

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

excluded_columns : list

A list of columns which will be considered ineligible to be independent variables.

parent_id : integer

The ID of the parent job that will trigger this model.

model_name : string

The name of the model.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

primary_key : string

The unique ID (primary key) of the training dataset.

table_name : string

The qualified name of the table containing the training set from which to build the model.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

archived : string

The archival status of the requested object(s).

id : integer

The ID of the model.

current_build_state : string

The status of the current model build. One of “succeeded”, “failed”, “queued”, or “running,”or “idle”, if no build has been attempted.

dependent_variable_order : list

The order of dependent variables, especially useful for Ordinal Modeling.

active_build_id : integer

The ID of the current active build, the build used to score predictions.

number_of_folds : integer

Number of folds for cross validation. Default value is 5.

predictions : list:

The tables upon which the model will be applied.
- output_table : string
    The qualified name of the table to be created which will contain the
    model's predictions.
- schedule : dict::
    - scheduled_runs_per_hour : integer
        Alternative to scheduled minutes, number of times to run per hour
    - scheduled : boolean
        If the object is scheduled
    - scheduled_hours : list
        Hours of the day it is scheduled on
    - scheduled_days : list
        Day based on numeric value starting at 0 for Sunday
    - scheduled_minutes : list
        Minutes of the day it is scheduled on
- state : string
    The status of the prediction. One of: "succeeded", "failed", "queued",
    or "running,"or "idle", if no build has been attempted.
- id : integer
    The ID of the model to which to apply the prediction.
- primary_key : list
    The primary key or composite keys of the table being predicted.
- table_name : string
    The qualified name of the table on which to apply the predictive model.
- limiting_sql : string
    A SQL WHERE clause used to scope the rows to be predicted.

cross_validation_parameters : dict

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

dependent_variable : string

The dependent variable of the training dataset.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

box_cox_transformation : boolean

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

updated_at : string/date-time

The time the model was updated.

get_builds(id, build_id)

Check status of a build

Parameters:

id : integer

The ID of the model.

build_id : integer

The ID of the build.

Returns:

id : integer

The ID of the model build.

r_squared_error : number/float

A key metric for continuous models. Nil for other model types.

description : string

A description of the model build.

root_mean_squared_error : number/float

A key metric for continuous models. Nil for other model types.

name : string

The name of the model build.

created_at : string

The time the model build was created.

output_location : string

A URL representing the location of the full JSON output for the specified build.The URL link will be valid for 5 minutes.

output : string

A string representing the JSON output for the specified build. Only present when smaller than 10KB in size.

transformation_metadata : string

A string representing the full JSON output of the metadata for transformation of column names

state : string

The state of the model build.one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the build.

roc_auc : number/float

A key metric for binary, multinomial, and ordinal models. Nil for other model types.

list(**kwargs)

List models

Parameters:

model_name : string, optional

If specified, will be used to filter the models returned. Substring matching is supported. (e.g., “modelName=model” will return both “model1” and “my model”).

training_table_name : string, optional

If specified, will be used to filter the models returned by the training dataset table name. Substring matching is supported. (e.g., “trainingTableName=table” will return both “table1” and “my_table”).

dependent_variable : string, optional

If specified, will be used to filter the models returned by the dependent variable column name. Substring matching is supported. (e.g., “dependentVariable=predictor” will return both “predictor” and “my predictor”).

author : string, optional

If specified, return models from this author. It accepts a comma-separated list of author ids.

status : string, optional

If specified, returns models with one of these statuses. It accepts a comma-separated list, possible values are ‘running’, ‘failed’, ‘succeeded’, ‘idle’, ‘scheduled’.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, model_name, created_at, name, last_run.updated_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

current_build_exception : string

Exception message, if applicable, of the current model build.

interaction_terms : boolean

Whether to search for interaction terms.

builds : list:

A list of trained models available for making predictions.
- id : integer
    The ID of the model build.
- name : string
    The name of the model build.
- r_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- created_at : string
    The time the model build was created.
- description : string
    A description of the model build.
- root_mean_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- roc_auc : number/float
    A key metric for binary, multinomial, and ordinal models. Nil for other
    model types.

excluded_columns : list

A list of columns which will be considered ineligible to be independent variables.

database_id : integer

The ID of the database holding the training set table used to build the model.

credential_id : integer

The ID of the credential used to read the target table. Defaults to the user’s default credential.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

model_type_id : integer

The ID of the model’s type.

dependent_variable : string

The dependent variable of the training dataset.

created_at : string/date-time

The time the model was created.

description : string

A description of the model.

limiting_sql : string

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

cross_validation_parameters : dict

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

parent_id : integer

The ID of the parent job that will trigger this model.

primary_key : string

The unique ID (primary key) of the training dataset.

table_name : string

The qualified name of the table containing the training set from which to build the model.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

archived : string

The archival status of the requested object(s).

id : integer

The ID of the model.

current_build_state : string

The status of the current model build. One of “succeeded”, “failed”, “queued”, or “running,”or “idle”, if no build has been attempted.

dependent_variable_order : list

The order of dependent variables, especially useful for Ordinal Modeling.

last_output_location : string

The output JSON for the last build.

number_of_folds : integer

Number of folds for cross validation. Default value is 5.

predictions : list:

The tables upon which the model will be applied.
- output_table : string
    The qualified name of the table to be created which will contain the
    model's predictions.
- state : string
    The status of the prediction. One of: "succeeded", "failed", "queued",
    or "running,"or "idle", if no build has been attempted.
- id : integer
    The ID of the model to which to apply the prediction.
- primary_key : list
    The primary key or composite keys of the table being predicted.
- table_name : string
    The qualified name of the table on which to apply the predictive model.
- limiting_sql : string
    A SQL WHERE clause used to scope the rows to be predicted.

time_zone : string

The time zone of this model.

model_name : string

The name of the model.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

box_cox_transformation : boolean

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

updated_at : string/date-time

The time the model was updated.

list_builds(id, **kwargs)

List builds for the given model

Parameters:

id : integer

The ID of the model.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

id : integer

The ID of the model build.

r_squared_error : number/float

A key metric for continuous models. Nil for other model types.

description : string

A description of the model build.

root_mean_squared_error : number/float

A key metric for continuous models. Nil for other model types.

name : string

The name of the model build.

created_at : string

The time the model build was created.

output_location : string

A URL representing the location of the full JSON output for the specified build.The URL link will be valid for 5 minutes.

output : string

A string representing the JSON output for the specified build. Only present when smaller than 10KB in size.

transformation_metadata : string

A string representing the full JSON output of the metadata for transformation of column names

state : string

The state of the model build.one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the build.

roc_auc : number/float

A key metric for binary, multinomial, and ordinal models. Nil for other model types.

list_projects(id)

List the projects a models belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_schedules(id)

Show the model build schedule

Parameters:

id : integer

The ID of the model associated with this schedule.

Returns:

id : integer

The ID of the model associated with this schedule.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_types()

List all available model types

Returns:

dv_type : string

The type of dependent variable predicted by the model.

fint_allowed : boolean

Whether this model type supports searching for interaction terms.

id : integer

The ID of the model type.

algorithm : string

The name of the algorithm used to train the model.

patch(id, **kwargs)

Update model configuration

Parameters:

id : integer

The ID of the model.

interaction_terms : boolean, optional

Whether to search for interaction terms.

excluded_columns : list, optional

A list of columns which will be considered ineligible to be independent variables.

database_id : integer, optional

The ID of the database holding the training set table used to build the model.

credential_id : integer, optional

The ID of the credential used to read the target table. Defaults to the user’s default credential.

dependent_variable_order : list, optional

The order of dependent variables, especially useful for Ordinal Modeling.

model_type_id : integer, optional

The ID of the model’s type.

time_zone : string, optional

The time zone of this model.

active_build_id : integer, optional

The ID of the current active build, the build used to score predictions.

description : string, optional

A description of the model.

limiting_sql : string, optional

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

cross_validation_parameters : dict, optional

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

parent_id : integer, optional

The ID of the parent job that will trigger this model.

table_name : string, optional

The qualified name of the table containing the training set from which to build the model.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

dependent_variable : string, optional

The dependent variable of the training dataset.

model_name : string, optional

The name of the model.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

primary_key : string, optional

The unique ID (primary key) of the training dataset.

box_cox_transformation : boolean, optional

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

number_of_folds : integer, optional

Number of folds for cross validation. Default value is 5.

Returns:

None

Response code 204: success

post(**kwargs)

Create new configuration for a model

Parameters:

interaction_terms : boolean, optional

Whether to search for interaction terms.

excluded_columns : list, optional

A list of columns which will be considered ineligible to be independent variables.

database_id : integer, optional

The ID of the database holding the training set table used to build the model.

credential_id : integer, optional

The ID of the credential used to read the target table. Defaults to the user’s default credential.

dependent_variable_order : list, optional

The order of dependent variables, especially useful for Ordinal Modeling.

model_type_id : integer, optional

The ID of the model’s type.

time_zone : string, optional

The time zone of this model.

active_build_id : integer, optional

The ID of the current active build, the build used to score predictions.

description : string, optional

A description of the model.

limiting_sql : string, optional

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

cross_validation_parameters : dict, optional

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

parent_id : integer, optional

The ID of the parent job that will trigger this model.

table_name : string, optional

The qualified name of the table containing the training set from which to build the model.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

dependent_variable : string, optional

The dependent variable of the training dataset.

model_name : string, optional

The name of the model.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

primary_key : string, optional

The unique ID (primary key) of the training dataset.

box_cox_transformation : boolean, optional

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

number_of_folds : integer, optional

Number of folds for cross validation. Default value is 5.

Returns:

current_build_exception : string

Exception message, if applicable, of the current model build.

interaction_terms : boolean

Whether to search for interaction terms.

builds : list:

A list of trained models available for making predictions.
- id : integer
    The ID of the model build.
- name : string
    The name of the model build.
- r_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- created_at : string
    The time the model build was created.
- description : string
    A description of the model build.
- root_mean_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- roc_auc : number/float
    A key metric for binary, multinomial, and ordinal models. Nil for other
    model types.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

database_id : integer

The ID of the database holding the training set table used to build the model.

credential_id : integer

The ID of the credential used to read the target table. Defaults to the user’s default credential.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

model_type_id : integer

The ID of the model’s type.

time_zone : string

The time zone of this model.

created_at : string/date-time

The time the model was created.

description : string

A description of the model.

last_output_location : string

The output JSON for the last build.

limiting_sql : string

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

excluded_columns : list

A list of columns which will be considered ineligible to be independent variables.

parent_id : integer

The ID of the parent job that will trigger this model.

model_name : string

The name of the model.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

primary_key : string

The unique ID (primary key) of the training dataset.

table_name : string

The qualified name of the table containing the training set from which to build the model.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

archived : string

The archival status of the requested object(s).

id : integer

The ID of the model.

current_build_state : string

The status of the current model build. One of “succeeded”, “failed”, “queued”, or “running,”or “idle”, if no build has been attempted.

dependent_variable_order : list

The order of dependent variables, especially useful for Ordinal Modeling.

active_build_id : integer

The ID of the current active build, the build used to score predictions.

number_of_folds : integer

Number of folds for cross validation. Default value is 5.

predictions : list:

The tables upon which the model will be applied.
- output_table : string
    The qualified name of the table to be created which will contain the
    model's predictions.
- schedule : dict::
    - scheduled_runs_per_hour : integer
        Alternative to scheduled minutes, number of times to run per hour
    - scheduled : boolean
        If the object is scheduled
    - scheduled_hours : list
        Hours of the day it is scheduled on
    - scheduled_days : list
        Day based on numeric value starting at 0 for Sunday
    - scheduled_minutes : list
        Minutes of the day it is scheduled on
- state : string
    The status of the prediction. One of: "succeeded", "failed", "queued",
    or "running,"or "idle", if no build has been attempted.
- id : integer
    The ID of the model to which to apply the prediction.
- primary_key : list
    The primary key or composite keys of the table being predicted.
- table_name : string
    The qualified name of the table on which to apply the predictive model.
- limiting_sql : string
    A SQL WHERE clause used to scope the rows to be predicted.

cross_validation_parameters : dict

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

dependent_variable : string

The dependent variable of the training dataset.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

box_cox_transformation : boolean

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

updated_at : string/date-time

The time the model was updated.

post_builds(id)

Start a build

Parameters:

id : integer

The ID of the model.

Returns:

id : integer

The ID of the model build.

r_squared_error : number/float

A key metric for continuous models. Nil for other model types.

description : string

A description of the model build.

root_mean_squared_error : number/float

A key metric for continuous models. Nil for other model types.

name : string

The name of the model build.

created_at : string

The time the model build was created.

output_location : string

A URL representing the location of the full JSON output for the specified build.The URL link will be valid for 5 minutes.

output : string

A string representing the JSON output for the specified build. Only present when smaller than 10KB in size.

transformation_metadata : string

A string representing the full JSON output of the metadata for transformation of column names

state : string

The state of the model build.one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the build.

roc_auc : number/float

A key metric for binary, multinomial, and ordinal models. Nil for other model types.

put_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

current_build_exception : string

Exception message, if applicable, of the current model build.

interaction_terms : boolean

Whether to search for interaction terms.

builds : list:

A list of trained models available for making predictions.
- id : integer
    The ID of the model build.
- name : string
    The name of the model build.
- r_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- created_at : string
    The time the model build was created.
- description : string
    A description of the model build.
- root_mean_squared_error : number/float
    A key metric for continuous models. Nil for other model types.
- roc_auc : number/float
    A key metric for binary, multinomial, and ordinal models. Nil for other
    model types.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

database_id : integer

The ID of the database holding the training set table used to build the model.

credential_id : integer

The ID of the credential used to read the target table. Defaults to the user’s default credential.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

model_type_id : integer

The ID of the model’s type.

time_zone : string

The time zone of this model.

created_at : string/date-time

The time the model was created.

description : string

A description of the model.

last_output_location : string

The output JSON for the last build.

limiting_sql : string

A custom SQL WHERE clause used to filter the rows used to build the model. (e.g., “id > 105”).

excluded_columns : list

A list of columns which will be considered ineligible to be independent variables.

parent_id : integer

The ID of the parent job that will trigger this model.

model_name : string

The name of the model.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

primary_key : string

The unique ID (primary key) of the training dataset.

table_name : string

The qualified name of the table containing the training set from which to build the model.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

archived : string

The archival status of the requested object(s).

id : integer

The ID of the model.

current_build_state : string

The status of the current model build. One of “succeeded”, “failed”, “queued”, or “running,”or “idle”, if no build has been attempted.

dependent_variable_order : list

The order of dependent variables, especially useful for Ordinal Modeling.

active_build_id : integer

The ID of the current active build, the build used to score predictions.

number_of_folds : integer

Number of folds for cross validation. Default value is 5.

predictions : list:

The tables upon which the model will be applied.
- output_table : string
    The qualified name of the table to be created which will contain the
    model's predictions.
- schedule : dict::
    - scheduled_runs_per_hour : integer
        Alternative to scheduled minutes, number of times to run per hour
    - scheduled : boolean
        If the object is scheduled
    - scheduled_hours : list
        Hours of the day it is scheduled on
    - scheduled_days : list
        Day based on numeric value starting at 0 for Sunday
    - scheduled_minutes : list
        Minutes of the day it is scheduled on
- state : string
    The status of the prediction. One of: "succeeded", "failed", "queued",
    or "running,"or "idle", if no build has been attempted.
- id : integer
    The ID of the model to which to apply the prediction.
- primary_key : list
    The primary key or composite keys of the table being predicted.
- table_name : string
    The qualified name of the table on which to apply the predictive model.
- limiting_sql : string
    A SQL WHERE clause used to scope the rows to be predicted.

cross_validation_parameters : dict

Cross validation parameter grid for tree methods, e.g. {“n_estimators”: [100, 200, 500], “learning_rate”: [0.01, 0.1], “max_depth”: [2, 3]}.

dependent_variable : string

The dependent variable of the training dataset.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

box_cox_transformation : boolean

Whether to transform data so that it assumes a normal distribution. Valid only with continuous models.

updated_at : string/date-time

The time the model was updated.

put_predictions(id, primary_key, table_name, **kwargs)

Add a table on which to apply the predictive model

Parameters:

id : integer

The ID of the model to which to apply the prediction.

primary_key : list

The primary key or composite keys of the table being predicted.

table_name : string

The qualified name of the table on which to apply the predictive model.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

output_table : string, optional

The qualified name of the table to be created which will contain the model’s predictions.

limiting_sql : string, optional

A SQL WHERE clause used to scope the rows to be predicted.

Returns:

output_table : string

The qualified name of the table to be created which will contain the model’s predictions.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

state : string

The status of the prediction. One of: “succeeded”, “failed”, “queued”, or “running,”or “idle”, if no build has been attempted.

id : integer

The ID of the model to which to apply the prediction.

primary_key : list

The primary key or composite keys of the table being predicted.

table_name : string

The qualified name of the table on which to apply the predictive model.

limiting_sql : string

A SQL WHERE clause used to scope the rows to be predicted.

put_projects(id, project_id)

Add a models to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_schedules(id, schedule)

Schedule the model build

Parameters:

id : integer

The ID of the model associated with this schedule.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
Returns:

id : integer

The ID of the model associated with this schedule.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Predictions

class Predictions(session, return_type='civis')

Methods

delete_runs(id, run_id) Cancel a run
get(id) Show the specified prediction
get_runs(id, run_id) Check status of a run
list(**kwargs) List predictions
list_runs(id, **kwargs) List runs for the given prediction
list_schedules(id) Show the prediction schedule
patch(id, **kwargs) Update a prediction
post_runs(id) Start a run
put_schedules(id, **kwargs) Schedule the prediction
delete_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the prediction.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

get(id)

Show the specified prediction

Parameters:

id : integer

The ID of the prediction.

Returns:

scored_table_id : integer

The ID of the source table for this prediction.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

output_table_name : string

The name of the output table for this prediction.

model_id : integer

The ID of the model used for this prediction.

limiting_sql : string

A SQL WHERE clause used to scope the rows to be predicted.

started_at : string/date-time

The start time of the last run of this prediction.

scored_table_name : string

The name of the source table for this prediction.

id : integer

The ID of the prediction.

primary_key : list

The primary key or composite keys of the table being predicted.

scored_tables : list:

An array of created prediction tables.
- name : string
    The name of table with created predictions.
- schema : string
    The schema of table with created predictions.
- id : integer
    The ID of the table with created predictions.
- created_at : string/date-time
    The time when the table with created predictions was created.
- score_stats : list::
    An array of metrics on the created predictions.
    - histogram : list
        The histogram of the distribution of scores.
    - score_name : string
        The name of the score.
    - avg_score : number/float
        The average score.
    - min_score : number/float
        The minimum score.
    - max_score : number/float
        The maximum score.

state : string

The state of the last run of this prediction.

error : string

The error, if any, of the last run of this prediction.

finished_at : string/date-time

The end time of the last run of this prediction.

get_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the prediction.

run_id : integer

The ID of the run.

Returns:

score_stats : list:

An array of metrics on the created predictions.
- histogram : list
    The histogram of the distribution of scores.
- score_name : string
    The name of the score.
- avg_score : number/float
    The average score.
- min_score : number/float
    The minimum score.
- max_score : number/float
    The maximum score.

id : integer

The ID of the prediction run.

prediction_id : integer

The ID of the prediction.

exception : string

The exception, if any, returned by the prediction run.

name : string

The name of table created by this predictions run.

state : string

The state of the prediction run.

created_at : string/date-time

The time when the table with created predictions was created.

list(**kwargs)

List predictions

Parameters:

model_id : integer, optional

If specified, only return predictions associated with this model ID.

Returns:

started_at : string/date-time

The start time of the last run of this prediction.

scored_table_name : string

The name of the source table for this prediction.

scored_table_id : integer

The ID of the source table for this prediction.

id : integer

The ID of the prediction.

state : string

The state of the last run of this prediction.

output_table_name : string

The name of the output table for this prediction.

model_id : integer

The ID of the model used for this prediction.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

error : string

The error, if any, of the last run of this prediction.

finished_at : string/date-time

The end time of the last run of this prediction.

list_runs(id, **kwargs)

List runs for the given prediction

Parameters:

id : integer

The ID of the prediction.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

score_stats : list:

An array of metrics on the created predictions.
- histogram : list
    The histogram of the distribution of scores.
- score_name : string
    The name of the score.
- avg_score : number/float
    The average score.
- min_score : number/float
    The minimum score.
- max_score : number/float
    The maximum score.

id : integer

The ID of the prediction run.

prediction_id : integer

The ID of the prediction.

exception : string

The exception, if any, returned by the prediction run.

name : string

The name of table created by this predictions run.

state : string

The state of the prediction run.

created_at : string/date-time

The time when the table with created predictions was created.

list_schedules(id)

Show the prediction schedule

Parameters:

id : integer

ID of the prediction associated with this schedule.

Returns:

score_on_model_build : boolean

Whether the prediction will run after a rebuild of the associated model.

id : integer

ID of the prediction associated with this schedule.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
patch(id, **kwargs)

Update a prediction

Parameters:

id : integer

The ID of the prediction.

output_table_name : string, optional

The name of the output table for this prediction.

primary_key : list, optional

The primary key or composite keys of the table being predicted.

limiting_sql : string, optional

A SQL WHERE clause used to scope the rows to be predicted.

Returns:

scored_table_id : integer

The ID of the source table for this prediction.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

output_table_name : string

The name of the output table for this prediction.

model_id : integer

The ID of the model used for this prediction.

limiting_sql : string

A SQL WHERE clause used to scope the rows to be predicted.

started_at : string/date-time

The start time of the last run of this prediction.

scored_table_name : string

The name of the source table for this prediction.

id : integer

The ID of the prediction.

primary_key : list

The primary key or composite keys of the table being predicted.

scored_tables : list:

An array of created prediction tables.
- name : string
    The name of table with created predictions.
- schema : string
    The schema of table with created predictions.
- id : integer
    The ID of the table with created predictions.
- created_at : string/date-time
    The time when the table with created predictions was created.
- score_stats : list::
    An array of metrics on the created predictions.
    - histogram : list
        The histogram of the distribution of scores.
    - score_name : string
        The name of the score.
    - avg_score : number/float
        The average score.
    - min_score : number/float
        The minimum score.
    - max_score : number/float
        The maximum score.

state : string

The state of the last run of this prediction.

error : string

The error, if any, of the last run of this prediction.

finished_at : string/date-time

The end time of the last run of this prediction.

post_runs(id)

Start a run

Parameters:

id : integer

The ID of the prediction.

Returns:

score_stats : list:

An array of metrics on the created predictions.
- histogram : list
    The histogram of the distribution of scores.
- score_name : string
    The name of the score.
- avg_score : number/float
    The average score.
- min_score : number/float
    The minimum score.
- max_score : number/float
    The maximum score.

id : integer

The ID of the prediction run.

prediction_id : integer

The ID of the prediction.

exception : string

The exception, if any, returned by the prediction run.

name : string

The name of table created by this predictions run.

state : string

The state of the prediction run.

created_at : string/date-time

The time when the table with created predictions was created.

put_schedules(id, **kwargs)

Schedule the prediction

Parameters:

id : integer

ID of the prediction associated with this schedule.

score_on_model_build : boolean, optional

Whether the prediction will run after a rebuild of the associated model.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
Returns:

score_on_model_build : boolean

Whether the prediction will run after a rebuild of the associated model.

id : integer

ID of the prediction associated with this schedule.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

Projects

class Projects(session, return_type='civis')

Methods

delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
get(project_id) Get a detailed view of a project and the objects in it
list(**kwargs) List projects
list_shares(id) List users and groups permissioned on this object
post(name, description, **kwargs) Create a project
put(project_id, **kwargs) Update a project
put_archive(id, status) Update the archive status of this object
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(project_id)

Get a detailed view of a project and the objects in it

Parameters:

project_id : integer

Returns:

note : string

imports : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

id : integer

The ID for this project.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

archived : string

The archival status of the requested object(s).

app_instances : list:

- name : string
- slug : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

surveys : list:

- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

all_objects : list:

- project_id : integer
- name : string
- fco_type : string
- archived : string
    The archival status of the requested object(s).
- object_id : integer
- author : string
- object_type : string
- sub_type : string
- icon : string

tables : list:

- row_count : integer
- schema : string
- created_at : string/time
- name : string
- column_count : integer
- updated_at : string/time

reports : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

description : string

A description of the project

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

script_templates : list:

- name : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

models : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

auto_share : boolean

name : string

The name of this project.

files : list:

- file_size : integer
- id : integer
    The object ID.
- created_at : string/time
- file_name : string
- updated_at : string/time

scripts : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

updated_at : string/time

list(**kwargs)

List projects

Parameters:

author : string, optional

If specified, return projects owned by this author. It accepts a comma- separated list of author ids.

permission : string, optional

A permissions string, one of “read”, “write”, or “manage”. Lists only projects for which the current user has that permission.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 1000.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, name, created_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

post(name, description, **kwargs)

Create a project

Parameters:

name : string

The name of this project.

description : string

A description of the project

note : string, optional

Notes for the project

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

Returns:

note : string

imports : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

id : integer

The ID for this project.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

archived : string

The archival status of the requested object(s).

app_instances : list:

- name : string
- slug : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

surveys : list:

- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

all_objects : list:

- project_id : integer
- name : string
- fco_type : string
- archived : string
    The archival status of the requested object(s).
- object_id : integer
- author : string
- object_type : string
- sub_type : string
- icon : string

tables : list:

- row_count : integer
- schema : string
- created_at : string/time
- name : string
- column_count : integer
- updated_at : string/time

reports : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

description : string

A description of the project

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

script_templates : list:

- name : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

models : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

auto_share : boolean

name : string

The name of this project.

files : list:

- file_size : integer
- id : integer
    The object ID.
- created_at : string/time
- file_name : string
- updated_at : string/time

scripts : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

updated_at : string/time

put(project_id, **kwargs)

Update a project

Parameters:

project_id : integer

name : string, optional

The name of this project.

note : string, optional

Notes for the project

description : string, optional

A description of the project

Returns:

note : string

imports : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

id : integer

The ID for this project.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

archived : string

The archival status of the requested object(s).

app_instances : list:

- name : string
- slug : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

surveys : list:

- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

all_objects : list:

- project_id : integer
- name : string
- fco_type : string
- archived : string
    The archival status of the requested object(s).
- object_id : integer
- author : string
- object_type : string
- sub_type : string
- icon : string

tables : list:

- row_count : integer
- schema : string
- created_at : string/time
- name : string
- column_count : integer
- updated_at : string/time

reports : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

description : string

A description of the project

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

script_templates : list:

- name : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

models : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

auto_share : boolean

name : string

The name of this project.

files : list:

- file_size : integer
- id : integer
    The object ID.
- created_at : string/time
- file_name : string
- updated_at : string/time

scripts : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

updated_at : string/time

put_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

note : string

imports : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

id : integer

The ID for this project.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

archived : string

The archival status of the requested object(s).

app_instances : list:

- name : string
- slug : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

surveys : list:

- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

all_objects : list:

- project_id : integer
- name : string
- fco_type : string
- archived : string
    The archival status of the requested object(s).
- object_id : integer
- author : string
- object_type : string
- sub_type : string
- icon : string

tables : list:

- row_count : integer
- schema : string
- created_at : string/time
- name : string
- column_count : integer
- updated_at : string/time

reports : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

description : string

A description of the project

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

script_templates : list:

- name : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

models : list:

- name : string
- state : string
- id : integer
    The object ID.
- created_at : string/time
- updated_at : string/time

auto_share : boolean

name : string

The name of this project.

files : list:

- file_size : integer
- id : integer
    The object ID.
- created_at : string/time
- file_name : string
- updated_at : string/time

scripts : list:

- id : integer
    The object ID.
- finished_at : string/time
- name : string
- state : string
- created_at : string/time
- type : string
- updated_at : string/time

updated_at : string/time

put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Queries

class Queries(session, return_type='civis')

Methods

delete_runs(id, run_id) Cancel a run
get(id) Get details about a query
get_runs(id, run_id) Check status of a run
list(**kwargs) List all queries
list_runs(id, **kwargs) List runs for the given query
post(preview_rows, sql, database, **kwargs) Execute a query
post_runs(id) Start a run
put_scripts(id, script_id) Update the query’s associated script
delete_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the query.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

get(id)

Get details about a query

Parameters:

id : integer

The query ID.

Returns:

report_id : integer

The ID of the report associated with this query.

id : integer

The query ID.

script_id : integer

The ID of the script associated with this query.

exception : string

Exception returned from the query, null if the query was a success.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

result_rows : list

A preview of rows returned by the query.

database : integer

The database ID.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

started_at : string/date-time

The start time of the last run.

created_at : string/time

state : string

The state of the last run.

name : string

The name of the query.

sql : string

The SQL to execute.

credential : integer

The credential ID.

last_run_id : integer

The ID of the last run.

finished_at : string/date-time

The end time of the last run.

result_columns : list

A preview of columns returned by the query.

updated_at : string/time

get_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the query.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

query_id : integer

The ID of the query.

finished_at : string/time

The time the last run completed.

list(**kwargs)

List all queries

Parameters:

database_id : integer, optional

The database ID.

author_id : integer, optional

The author of the query.

created_before : string, optional

An upper bound for the creation date of the query.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

report_id : integer

The ID of the report associated with this query.

id : integer

The query ID.

script_id : integer

The ID of the script associated with this query.

exception : string

Exception returned from the query, null if the query was a success.

result_rows : list

A preview of rows returned by the query.

database : integer

The database ID.

started_at : string/date-time

The start time of the last run.

created_at : string/time

preview_rows : integer

The number of rows to save from the query’s result (maximum: 100).

state : string

The state of the last run.

sql : string

The SQL to execute.

credential : integer

The credential ID.

last_run_id : integer

The ID of the last run.

finished_at : string/date-time

The end time of the last run.

result_columns : list

A preview of columns returned by the query.

updated_at : string/time

list_runs(id, **kwargs)

List runs for the given query

Parameters:

id : integer

The ID of the query.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

query_id : integer

The ID of the query.

finished_at : string/time

The time the last run completed.

post(preview_rows, sql, database, **kwargs)

Execute a query

Parameters:

preview_rows : integer

The number of rows to save from the query’s result (maximum: 100).

sql : string

The SQL to execute.

database : integer

The database ID.

interactive : boolean, optional

Deprecated and not used.

filename_prefix : string, optional

The output filename prefix.

column_delimiter : string, optional

The delimiter to use. One of comma or tab, or pipe [default: comma].

unquoted : boolean, optional

If true, will not quote fields.

include_header : boolean, optional

Whether the CSV output should include a header row [default: true].

compression : string, optional

The type of compression. One of gzip or zip, or none [default: gzip].

credential : integer, optional

The credential ID.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

Returns:

report_id : integer

The ID of the report associated with this query.

created_at : string/time

script_id : integer

The ID of the script associated with this query.

exception : string

Exception returned from the query, null if the query was a success.

database : integer

The database ID.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

filename_prefix : string

The output filename prefix.

result_rows : list

A preview of rows returned by the query.

preview_rows : integer

The number of rows to save from the query’s result (maximum: 100).

unquoted : boolean

If true, will not quote fields.

sql : string

The SQL to execute.

last_run_id : integer

The ID of the last run.

finished_at : string/date-time

The end time of the last run.

result_columns : list

A preview of columns returned by the query.

interactive : boolean

Deprecated and not used.

id : integer

The query ID.

column_delimiter : string

The delimiter to use. One of comma or tab, or pipe [default: comma].

include_header : boolean

Whether the CSV output should include a header row [default: true].

compression : string

The type of compression. One of gzip or zip, or none [default: gzip].

started_at : string/date-time

The start time of the last run.

state : string

The state of the last run.

updated_at : string/time

credential : integer

The credential ID.

post_runs(id)

Start a run

Parameters:

id : integer

The ID of the query.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

query_id : integer

The ID of the query.

finished_at : string/time

The time the last run completed.

put_scripts(id, script_id)

Update the query’s associated script

Parameters:

id : integer

The query ID.

script_id : integer

The ID of the script associated with this query.

Returns:

report_id : integer

The ID of the report associated with this query.

id : integer

The query ID.

script_id : integer

The ID of the script associated with this query.

exception : string

Exception returned from the query, null if the query was a success.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

result_rows : list

A preview of rows returned by the query.

database : integer

The database ID.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

started_at : string/date-time

The start time of the last run.

created_at : string/time

state : string

The state of the last run.

name : string

The name of the query.

sql : string

The SQL to execute.

credential : integer

The credential ID.

last_run_id : integer

The ID of the last run.

finished_at : string/date-time

The end time of the last run.

result_columns : list

A preview of columns returned by the query.

updated_at : string/time

Reports

class Reports(session, return_type='civis')

Methods

delete_grants(id) Revoke permisstion for this report to perform Civis platform API operations on
delete_projects(id, project_id) Remove a Report from a project
delete_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_shares_users(id, user_id) Revoke the permissions a user has on this object
get(id) Show a single report
list(**kwargs) List the reports visible to the current user
list_projects(id) List the projects a Report belongs to
list_shares(id) List users and groups permissioned on this object
list_snapshots(id) Get details about the report’s snapshot automation settings
patch(id, **kwargs) Update a report
patch_snapshots(id, **kwargs) Update the report’s snapshot automation settings
post(**kwargs) Create a report
post_grants(id) Grant this report the ability to perform Civis platform API operations on your
post_snapshots(id, **kwargs) Generate and optionally email a snapshot of the specified report
put_archive(id, status) Update the archive status of this object
put_projects(id, project_id) Add a Report to a project
put_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_shares_users(id, user_ids, permission_level) Set the permissions users have on this object
delete_grants(id)

Revoke permisstion for this report to perform Civis platform API operations on your behalf

Parameters:

id : integer

The ID of this report.

Returns:

None

Response code 204: success

delete_projects(id, project_id)

Remove a Report from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(id)

Show a single report

Parameters:

id : integer

The ID of this report.

Returns:

config : string

Any configuration metadata for this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

name : string

The name of the report.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

auth_data_url : string

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

app_state : dict

Any application state blob for this report.

auth_code_url : string

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

api_key_id : integer

The ID of the API key. Can be used for auditing API use by this report.

finished_at : string/time

The time that the report’s last run finished.

api_key : string

A Civis API key that can be used by this report.

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

provide_api_key : boolean

Whether the report requests an API Key from the report viewer.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

valid_output_file : boolean

Whether the job (a script or a query) that backs the report currently has a valid output file.

updated_at : string/time

list(**kwargs)

List the reports visible to the current user

Parameters:

type : string, optional

If specified, return report of these types. It accepts a comma-separated list, possible values are ‘tableau’, ‘other’.

author : string, optional

If specified, return reports from this author. It accepts a comma-separated list of author ids.

template_id : integer, optional

If specified, return reports using the provided Template.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, name, created_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

name : string

The name of the report.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

finished_at : string/time

The time that the report’s last run finished.

updated_at : string/time

list_projects(id)

List the projects a Report belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_snapshots(id)

Get details about the report’s snapshot automation settings

Parameters:

id : integer

The ID of this report.

Returns:

recipient_email_addresses : string

Email addresses to send report to, comma separated.

id : integer

The ID of this report.

email_template : string

Custom email template.

send_email_on_completion : boolean

Whether the job will send emails on completion.

state : string

The status of the job’s last run.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

height : integer

The height of the cropped snapshot image in screen pixels. The default value is 900 pixels. Minimum value is 600 pixels.

parent_id : integer

The ID of the parent job that will trigger this snapshot.

finished_at : string/time

The time that the job’s last run finished.

width : integer

The width of the cropped snapshot image in screen pixels. The default value is 1440 pixels. Minimum value is 600 pixels.

email_subject : string

Subject for Email.

patch(id, **kwargs)

Update a report

Parameters:

id : integer

The ID of the report to modify.

provide_api_key : boolean, optional

Allow the report to provide an API key to front-end code.

app_state : dict, optional

The application state blob for this report.

script_id : integer, optional

The ID of the job (a script or a query) used to create this report.

name : string, optional

The name of the report.

config : string, optional

template_id : integer, optional

The ID of the template used for this report. If null is passed, no template will back this report. Changes to the backing template will reset the report appState.

code_body : string, optional

The code for the report visualization.

Returns:

config : string

Any configuration metadata for this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

name : string

The name of the report.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

auth_data_url : string

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

app_state : dict

Any application state blob for this report.

auth_code_url : string

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

api_key_id : integer

The ID of the API key. Can be used for auditing API use by this report.

finished_at : string/time

The time that the report’s last run finished.

api_key : string

A Civis API key that can be used by this report.

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

provide_api_key : boolean

Whether the report requests an API Key from the report viewer.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

valid_output_file : boolean

Whether the job (a script or a query) that backs the report currently has a valid output file.

updated_at : string/time

patch_snapshots(id, **kwargs)

Update the report’s snapshot automation settings

Parameters:

id : integer

The ID of this report.

recipient_email_addresses : string, optional

Email addresses to send report to, comma separated.

parent_id : integer, optional

The ID of the parent job that will trigger this snapshot.

email_template : string, optional

Custom email template.

send_email_on_completion : boolean, optional

Whether the job will send emails on completion.

state : string, optional

The status of the job’s last run.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

height : integer, optional

The height of the cropped snapshot image in screen pixels. The default value is 900 pixels. Minimum value is 600 pixels.

finished_at : string/time, optional

The time that the job’s last run finished.

width : integer, optional

The width of the cropped snapshot image in screen pixels. The default value is 1440 pixels. Minimum value is 600 pixels.

email_subject : string, optional

Subject for Email.

Returns:

recipient_email_addresses : string

Email addresses to send report to, comma separated.

id : integer

The ID of this report.

email_template : string

Custom email template.

send_email_on_completion : boolean

Whether the job will send emails on completion.

state : string

The status of the job’s last run.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

height : integer

The height of the cropped snapshot image in screen pixels. The default value is 900 pixels. Minimum value is 600 pixels.

parent_id : integer

The ID of the parent job that will trigger this snapshot.

finished_at : string/time

The time that the job’s last run finished.

width : integer

The width of the cropped snapshot image in screen pixels. The default value is 1440 pixels. Minimum value is 600 pixels.

email_subject : string

Subject for Email.

post(**kwargs)

Create a report

Parameters:

provide_api_key : boolean, optional

Allow the report to provide an API key to front-end code.

app_state : dict, optional

Any application state blob for this report.

script_id : integer, optional

The ID of the job (a script or a query) used to create this report.

name : string, optional

The name of the report.

template_id : integer, optional

The ID of the template used for this report.

code_body : string, optional

The code for the report visualization.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

Returns:

config : string

Any configuration metadata for this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

name : string

The name of the report.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

auth_data_url : string

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

app_state : dict

Any application state blob for this report.

auth_code_url : string

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

api_key_id : integer

The ID of the API key. Can be used for auditing API use by this report.

finished_at : string/time

The time that the report’s last run finished.

api_key : string

A Civis API key that can be used by this report.

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

provide_api_key : boolean

Whether the report requests an API Key from the report viewer.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

valid_output_file : boolean

Whether the job (a script or a query) that backs the report currently has a valid output file.

updated_at : string/time

post_grants(id)

Grant this report the ability to perform Civis platform API operations on your behalf

Parameters:

id : integer

The ID of this report.

Returns:

config : string

Any configuration metadata for this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

name : string

The name of the report.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

auth_data_url : string

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

app_state : dict

Any application state blob for this report.

auth_code_url : string

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

api_key_id : integer

The ID of the API key. Can be used for auditing API use by this report.

finished_at : string/time

The time that the report’s last run finished.

api_key : string

A Civis API key that can be used by this report.

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

provide_api_key : boolean

Whether the report requests an API Key from the report viewer.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

valid_output_file : boolean

Whether the job (a script or a query) that backs the report currently has a valid output file.

updated_at : string/time

post_snapshots(id, **kwargs)

Generate and optionally email a snapshot of the specified report

Parameters:

id : integer

The ID of this report.

recipient_email_addresses : string, optional

Email addresses to send report to, comma separated.

parent_id : integer, optional

The ID of the parent job that will trigger this snapshot.

email_template : string, optional

Custom email template.

send_email_on_completion : boolean, optional

Whether the job will send emails on completion.

state : string, optional

The status of the job’s last run.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

height : integer, optional

The height of the cropped snapshot image in screen pixels. The default value is 900 pixels. Minimum value is 600 pixels.

finished_at : string/time, optional

The time that the job’s last run finished.

width : integer, optional

The width of the cropped snapshot image in screen pixels. The default value is 1440 pixels. Minimum value is 600 pixels.

email_subject : string, optional

Subject for Email.

Returns:

recipient_email_addresses : string

Email addresses to send report to, comma separated.

id : integer

The ID of this report.

email_template : string

Custom email template.

send_email_on_completion : boolean

Whether the job will send emails on completion.

state : string

The status of the job’s last run.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

height : integer

The height of the cropped snapshot image in screen pixels. The default value is 900 pixels. Minimum value is 600 pixels.

parent_id : integer

The ID of the parent job that will trigger this snapshot.

finished_at : string/time

The time that the job’s last run finished.

width : integer

The width of the cropped snapshot image in screen pixels. The default value is 1440 pixels. Minimum value is 600 pixels.

email_subject : string

Subject for Email.

put_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

config : string

Any configuration metadata for this report.

tableau_id : integer

archived : string

The archival status of the requested object(s).

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

auth_thumbnail_url : string

URL for a thumbnail of the report.

created_at : string/time

name : string

The name of the report.

viz_updated_at : string/time

The time that the report’s visualization was last updated.

auth_data_url : string

script : dict:

- name : string
    The name of the script.
- sql : string
    The raw SQL query for the script.
- id : integer
    The ID for the script.

job_path : string

The link to details of the job that backs this report.

id : integer

The ID of this report.

app_state : dict

Any application state blob for this report.

auth_code_url : string

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_id : integer

The ID of the template used for this report.

api_key_id : integer

The ID of the API key. Can be used for auditing API use by this report.

finished_at : string/time

The time that the report’s last run finished.

api_key : string

A Civis API key that can be used by this report.

projects : list:

A list of projects containing the report.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

provide_api_key : boolean

Whether the report requests an API Key from the report viewer.

state : string

The status of the report’s last run.

user : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

valid_output_file : boolean

Whether the job (a script or a query) that backs the report currently has a valid output file.

updated_at : string/time

put_projects(id, project_id)

Add a Report to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Scripts

class Scripts(session, return_type='civis')

Methods

delete_containers_projects(id, project_id) Remove a container docker from a project
delete_containers_runs(id, run_id) Cancel a run
delete_containers_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_containers_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_custom_projects(id, project_id) Remove a Job from a project
delete_custom_runs(id, run_id) Cancel a run
delete_custom_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_custom_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_javascript_projects(id, project_id) Remove a scripted sql from a project
delete_javascript_runs(id, run_id) Cancel a run
delete_javascript_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_javascript_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_python3_projects(id, project_id) Remove a python docker from a project
delete_python3_runs(id, run_id) Cancel a run
delete_python3_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_python3_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_r_projects(id, project_id) Remove a r docker from a project
delete_r_runs(id, run_id) Cancel a run
delete_r_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_r_shares_users(id, user_id) Revoke the permissions a user has on this object
delete_sql_projects(id, project_id) Remove a scripts from a project
delete_sql_runs(id, run_id) Cancel a run
delete_sql_shares_groups(id, group_id) Revoke the permissions a group has on this object
delete_sql_shares_users(id, user_id) Revoke the permissions a user has on this object
get(id) Get details about a script
get_containers(id) View a container
get_containers_runs(id, run_id) Check status of a run
get_custom(id) Get a CustomScript
get_custom_runs(id, run_id) Check status of a run
get_javascript(id) Get a JavaScript Script
get_javascript_runs(id, run_id) Check status of a run
get_python3(id) Get a Python Script
get_python3_runs(id, run_id) Check status of a run
get_r(id) Get an R Script
get_r_runs(id, run_id) Check status of a run
get_sql(id) Get a SQL script
get_sql_runs(id, run_id) Check status of a run
list(**kwargs) List scripts
list_containers_projects(id) List the projects a container docker belongs to
list_containers_runs(id, **kwargs) List runs for the given container
list_containers_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_containers_runs_outputs(id, run_id, ...) List the outputs for a run
list_containers_shares(id) List users and groups permissioned on this object
list_custom(**kwargs) List Custom Scripts
list_custom_projects(id) List the projects a Job belongs to
list_custom_runs(id, **kwargs) List runs for the given custom
list_custom_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_custom_runs_outputs(id, run_id, **kwargs) List the outputs for a run
list_custom_shares(id) List users and groups permissioned on this object
list_history(id) Get the run history and outputs of this script
list_javascript_projects(id) List the projects a scripted sql belongs to
list_javascript_runs(id, **kwargs) List runs for the given javascript
list_javascript_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_javascript_runs_outputs(id, run_id, ...) List the outputs for a run
list_javascript_shares(id) List users and groups permissioned on this object
list_python3_projects(id) List the projects a python docker belongs to
list_python3_runs(id, **kwargs) List runs for the given python
list_python3_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_python3_runs_outputs(id, run_id, **kwargs) List the outputs for a run
list_python3_shares(id) List users and groups permissioned on this object
list_r_projects(id) List the projects a r docker belongs to
list_r_runs(id, **kwargs) List runs for the given r
list_r_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_r_runs_outputs(id, run_id, **kwargs) List the outputs for a run
list_r_shares(id) List users and groups permissioned on this object
list_sql_projects(id) List the projects a scripts belongs to
list_sql_runs(id, **kwargs) List runs for the given sql
list_sql_runs_logs(id, run_id, **kwargs) Get the logs for a run
list_sql_runs_outputs(id, run_id, **kwargs) List the outputs for a run
list_sql_shares(id) List users and groups permissioned on this object
list_types() List available script types
patch(id, **kwargs) Update a script
patch_containers(id, **kwargs) Update a container
patch_containers_runs(id, run_id, **kwargs) Update a run
patch_custom(id, **kwargs) Update some attributes of this CustomScript
patch_javascript(id, **kwargs) Update some attributes of this JavaScript Script
patch_python3(id, **kwargs) Update some attributes of this Python Script
patch_r(id, **kwargs) Update some attributes of this R Script
patch_sql(id, **kwargs) Update some attributes of this SQL script
post(remote_host_id, credential_id, name, ...) Create a script
post_cancel(id) Cancel a run
post_containers(docker_command, ...) Create a container
post_containers_runs(id) Start a run
post_containers_runs_heartbeats(id, run_id) Indicate that the given run is being handled
post_containers_runs_logs(id, run_id, **kwargs) Add log messages
post_containers_runs_outputs(id, run_id, ...) Add an output for a run
post_custom(from_template_id, **kwargs) Create a CustomScript
post_custom_runs(id) Start a run
post_custom_runs_outputs(id, run_id, ...) Add an output for a run
post_javascript(remote_host_id, ...) Create a JavaScript Script
post_javascript_runs(id) Start a run
post_javascript_runs_outputs(id, run_id, ...) Add an output for a run
post_python3(name, source, **kwargs) Create a Python Script
post_python3_runs(id) Start a run
post_python3_runs_outputs(id, run_id, ...) Add an output for a run
post_r(name, source, **kwargs) Create an R Script
post_r_runs(id) Start a run
post_r_runs_outputs(id, run_id, object_id, ...) Add an output for a run
post_run(id) Run a script
post_sql(remote_host_id, credential_id, ...) Create a SQL script
post_sql_runs(id) Start a run
put_containers(id, docker_command, ...) Edit a container
put_containers_archive(id, status) Update the archive status of this object
put_containers_projects(id, project_id) Add a container docker to a project
put_containers_shares_groups(id, ...) Set the permissions groups has on this object
put_containers_shares_users(id, user_ids, ...) Set the permissions users have on this object
put_custom(id, **kwargs) Replace all attributes of this CustomScript
put_custom_archive(id, status) Update the archive status of this object
put_custom_projects(id, project_id) Add a Job to a project
put_custom_shares_groups(id, ...) Set the permissions groups has on this object
put_custom_shares_users(id, user_ids, ...) Set the permissions users have on this object
put_javascript(id, remote_host_id, ...) Replace all attributes of this JavaScript Script
put_javascript_archive(id, status) Update the archive status of this object
put_javascript_projects(id, project_id) Add a scripted sql to a project
put_javascript_shares_groups(id, ...) Set the permissions groups has on this object
put_javascript_shares_users(id, user_ids, ...) Set the permissions users have on this object
put_python3(id, name, source, **kwargs) Replace all attributes of this Python Script
put_python3_archive(id, status) Update the archive status of this object
put_python3_projects(id, project_id) Add a python docker to a project
put_python3_shares_groups(id, ...) Set the permissions groups has on this object
put_python3_shares_users(id, user_ids, ...) Set the permissions users have on this object
put_r(id, name, source, **kwargs) Replace all attributes of this R Script
put_r_archive(id, status) Update the archive status of this object
put_r_projects(id, project_id) Add a r docker to a project
put_r_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_r_shares_users(id, user_ids, ...) Set the permissions users have on this object
put_sql(id, remote_host_id, credential_id, ...) Replace all attributes of this SQL script
put_sql_archive(id, status) Update the archive status of this object
put_sql_projects(id, project_id) Add a scripts to a project
put_sql_shares_groups(id, permission_level, ...) Set the permissions groups has on this object
put_sql_shares_users(id, user_ids, ...) Set the permissions users have on this object
delete_containers_projects(id, project_id)

Remove a container docker from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_containers_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the container.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_containers_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_containers_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_custom_projects(id, project_id)

Remove a Job from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_custom_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the custom.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_custom_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_custom_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_javascript_projects(id, project_id)

Remove a scripted sql from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_javascript_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the javascript.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_javascript_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_javascript_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_python3_projects(id, project_id)

Remove a python docker from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_python3_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the python.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_python3_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_python3_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_r_projects(id, project_id)

Remove a r docker from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_r_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the r.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_r_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_r_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

delete_sql_projects(id, project_id)

Remove a scripts from a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

delete_sql_runs(id, run_id)

Cancel a run

Parameters:

id : integer

The ID of the sql.

run_id : integer

The ID of the run.

Returns:

None

Response code 202: success

delete_sql_shares_groups(id, group_id)

Revoke the permissions a group has on this object

Parameters:

id : integer

ID of the resource to be revoked

group_id : integer

ID of the group

Returns:

None

Response code 204: success

delete_sql_shares_users(id, user_id)

Revoke the permissions a user has on this object

Parameters:

id : integer

ID of the resource to be revoked

user_id : integer

ID of the user

Returns:

None

Response code 204: success

get(id)

Get details about a script

Parameters:

id : integer

The ID for the script.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_script_id : integer

The ID of the template script, if any.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of script.

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time this script was last updated.

get_containers(id)

View a container

Parameters:

id : integer

The ID for the script.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

repo_ref : string

The tag or branch of the github repo to clone into the container.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

docker_image_tag : string

The tag of the docker image to pull from DockerHub (default: latest).

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

docker_image_name : string

The name of the docker image to pull from DockerHub.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the container.

repo_http_uri : string

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Container)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

git_credential_id : integer

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

remote_host_credential_id : integer

The id of the database credentials to pass into the environment of the container.

updated_at : string/time

The time the script was last updated.

get_containers_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the container.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

container_id : integer

The ID of the container.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

get_custom(id)

Get a CustomScript

Parameters:

id : integer

Returns:

remote_host_id : integer

The remote host ID that this script will connect to.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

credential_id : integer

The credential that this script will use.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

state : string

The status of the script’s last run.

name : string

The name of the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Custom)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/time

The time the script was last updated.

get_custom_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the custom.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

custom_id : integer

The ID of the custom.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

get_javascript(id)

Get a JavaScript Script

Parameters:

id : integer

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

get_javascript_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the javascript.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

javascript_id : integer

The ID of the javascript.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

get_python3(id)

Get a Python Script

Parameters:

id : integer

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

get_python3_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the python.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

python_id : integer

The ID of the python.

get_r(id)

Get an R Script

Parameters:

id : integer

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

get_r_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the r.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

r_id : integer

The ID of the r.

finished_at : string/time

The time the last run completed.

get_sql(id)

Get a SQL script

Parameters:

id : integer

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

csv_settings : dict:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

get_sql_runs(id, run_id)

Check status of a run

Parameters:

id : integer

The ID of the sql.

run_id : integer

The ID of the run.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started.

id : integer

The ID of this run.

sql_id : integer

The ID of this sql.

output : list:

A list of the outputs of this script.
- file_id : integer
    The unique ID of the output file.
- output_name : string
    The name of the output file.
- path : string
    The temporary link to download this output file, valid for 36 hours.

state : string

The state of this run.

error : string

The error message for this run, if present.

finished_at : string/time

The time that this run finished.

list(**kwargs)

List scripts

Parameters:

type : string, optional

If specified, return objects of these types. The valid types are ‘sql’, ‘python3’, ‘r’, and ‘javascript’.

author : string, optional

If specified, return objects from this author. Must use user IDs. A comma separated list of IDs is also accepted to return objects from multiple authors.

status : string, optional

If specified, returns objects with one of these statuses. It accepts a comma-separated list, possible values are ‘running’, ‘failed’, ‘succeeded’, ‘idle’, ‘scheduled’.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, name, created_at, last_run.updated_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

template_script_id : integer

The ID of the template script, if any.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

created_at : string/time

The time this script was created.

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

name : string

The name of the script.

state : string

The status of the script’s last run.

parent_id : integer

The ID of the parent job that will trigger this script

from_template_id : integer

The ID of the template this script uses, if any.

finished_at : string/time

The time that the script’s last run finished.

updated_at : string/time

The time the script was last updated.

list_containers_projects(id)

List the projects a container docker belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_containers_runs(id, **kwargs)

List runs for the given container

Parameters:

id : integer

The ID of the container.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

container_id : integer

The ID of the container.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

list_containers_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the container.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_containers_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_containers_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_custom(**kwargs)

List Custom Scripts

Parameters:

from_template_id : integer, optional

The template script that this app uses.

author : string, optional

If specified, return objects from this author. Must use user IDs. A comma separated list of IDs is also accepted to return objects from multiple authors.

status : string, optional

If specified, returns objects with one of these statuses. It accepts a comma-separated list, possible values are ‘running’, ‘failed’, ‘succeeded’, ‘idle’, ‘scheduled’.

archived : string, optional

The archival status of the requested object(s).

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to updated_at. Must be one of: updated_at, name, created_at.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

type : string

The type of the script (e.g Custom)

from_template_id : integer

The ID of the template script.

created_at : string/time

The time this script was created.

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

name : string

The name of the script.

state : string

The status of the script’s last run.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

updated_at : string/time

The time the script was last updated.

list_custom_projects(id)

List the projects a Job belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_custom_runs(id, **kwargs)

List runs for the given custom

Parameters:

id : integer

The ID of the custom.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

custom_id : integer

The ID of the custom.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

list_custom_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the custom.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_custom_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_custom_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_history(id)

Get the run history and outputs of this script

Parameters:

id : integer

The ID for the script.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

id : integer

The ID of this run.

sql_id : integer

The ID of this sql.

output : list:

A list of the outputs of this script.
- file_id : integer
    The unique ID of the output file.
- output_name : string
    The name of the output file.
- path : string
    The temporary link to download this output file, valid for 36 hours.

state : string

The state of this run.

error : string

The error message for this run, if present.

finished_at : string/time

The time that this run finished.

list_javascript_projects(id)

List the projects a scripted sql belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_javascript_runs(id, **kwargs)

List runs for the given javascript

Parameters:

id : integer

The ID of the javascript.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

javascript_id : integer

The ID of the javascript.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

list_javascript_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the javascript.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_javascript_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_javascript_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_python3_projects(id)

List the projects a python docker belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_python3_runs(id, **kwargs)

List runs for the given python

Parameters:

id : integer

The ID of the python.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

python_id : integer

The ID of the python.

list_python3_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the python.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_python3_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_python3_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_r_projects(id)

List the projects a r docker belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_r_runs(id, **kwargs)

List runs for the given r

Parameters:

id : integer

The ID of the r.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

r_id : integer

The ID of the r.

finished_at : string/time

The time the last run completed.

list_r_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the r.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_r_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_r_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_sql_projects(id)

List the projects a scripts belongs to

Parameters:

id : integer

The ID of the resource.

Returns:

archived : string

The archival status of the requested object(s).

users : list:

Users who can see the project
- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

id : integer

The ID for this project.

auto_share : boolean

name : string

The name of this project.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

created_at : string/time

description : string

A description of the project

updated_at : string/time

list_sql_runs(id, **kwargs)

List runs for the given sql

Parameters:

id : integer

The ID of the sql.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 100.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started.

id : integer

The ID of this run.

sql_id : integer

The ID of this sql.

output : list:

A list of the outputs of this script.
- file_id : integer
    The unique ID of the output file.
- output_name : string
    The name of the output file.
- path : string
    The temporary link to download this output file, valid for 36 hours.

state : string

The state of this run.

error : string

The error message for this run, if present.

finished_at : string/time

The time that this run finished.

list_sql_runs_logs(id, run_id, **kwargs)

Get the logs for a run

Parameters:

id : integer

The ID of the sql.

run_id : integer

The ID of the run.

last_id : integer, optional

The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.

limit : integer, optional

The maximum number of log messages to return. Default of 10000.

Returns:

message : string

The log message.

level : string

The level of the log. One of unknown,fatal,error,warn,info,debug.

id : integer

The ID of the log.

created_at : string/date-time

The time the log was created.

list_sql_runs_outputs(id, run_id, **kwargs)

List the outputs for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

list_sql_shares(id)

List users and groups permissioned on this object

Parameters:

id : integer

The ID of the object.

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

list_types()

List available script types

Returns:

name : string

The name of the type.

patch(id, **kwargs)

Update a script

Parameters:

id : integer

The ID for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

template_script_id : integer, optional

The ID of the template script, if any. A script cannot both have a template script and be a template for other scripts.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

name : string, optional

The name of the script.

sql : string, optional

The raw SQL query for the script.

parent_id : integer, optional

The ID of the parent job that will trigger this script

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
Cannot be set if this script uses a template script.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

template_script_id : integer

The ID of the template script, if any.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of script.

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time this script was last updated.

patch_containers(id, **kwargs)

Update a container

Parameters:

id : integer

The ID for the script.

docker_command : string, optional

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

docker_image_tag : string, optional

The tag of the docker image to pull from DockerHub (default: latest).

target_project_id : integer, optional

Target project to which script outputs will be added.

repo_ref : string, optional

The tag or branch of the github repo to clone into the container.

parent_id : integer, optional

The ID of the parent job that will trigger this script

docker_image_name : string, optional

The name of the docker image to pull from DockerHub.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the container.

repo_http_uri : string, optional

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

remote_host_credential_id : integer, optional

The id of the database credentials to pass into the environment of the container.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

git_credential_id : integer, optional

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

repo_ref : string

The tag or branch of the github repo to clone into the container.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

docker_image_tag : string

The tag of the docker image to pull from DockerHub (default: latest).

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

docker_image_name : string

The name of the docker image to pull from DockerHub.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the container.

repo_http_uri : string

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Container)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

git_credential_id : integer

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

remote_host_credential_id : integer

The id of the database credentials to pass into the environment of the container.

updated_at : string/time

The time the script was last updated.

patch_containers_runs(id, run_id, **kwargs)

Update a run

Parameters:

id : integer

The ID for the script.

run_id : integer

The ID of the script run.

bocce_accepted_at : string/date-time, optional

The time when a bocce worker began processing the script.

state : string, optional

The state of the script.

bocce_started_at : string/date-time, optional

The time when a bocce worker began executing the script.

Returns:

None

Response code 204: success

patch_custom(id, **kwargs)

Update some attributes of this CustomScript

Parameters:

id : integer

The ID for the script.

target_project_id : integer, optional

Target project to which script outputs will be added.

remote_host_id : integer, optional

The remote host ID that this script will connect to.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer, optional

The ID of the parent job that will trigger this script

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

credential_id : integer, optional

The credential that this script will use.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
Returns:

remote_host_id : integer

The remote host ID that this script will connect to.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

credential_id : integer

The credential that this script will use.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

state : string

The status of the script’s last run.

name : string

The name of the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Custom)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/time

The time the script was last updated.

patch_javascript(id, **kwargs)

Update some attributes of this JavaScript Script

Parameters:

id : integer

The ID for the script.

remote_host_id : integer, optional

The remote host ID that this script will connect to.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

credential_id : integer, optional

The credential that this script will use.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

source : string, optional

The body/text of the script.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

patch_python3(id, **kwargs)

Update some attributes of this Python Script

Parameters:

id : integer

The ID for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

source : string, optional

The body/text of the script.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

patch_r(id, **kwargs)

Update some attributes of this R Script

Parameters:

id : integer

The ID for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

source : string, optional

The body/text of the script.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

patch_sql(id, **kwargs)

Update some attributes of this SQL script

Parameters:

id : integer

The ID for the script.

remote_host_id : integer, optional

The remote host ID that this script will connect to.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

csv_settings : dict, optional:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

credential_id : integer, optional

The credential that this script will use.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

sql : string, optional

The raw SQL query for the script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

csv_settings : dict:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post(remote_host_id, credential_id, name, sql, **kwargs)

Create a script

Parameters:

remote_host_id : integer

The database ID.

credential_id : integer

The credential ID.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

template_script_id : integer, optional

The ID of the template script, if any. A script cannot both have a template script and be a template for other scripts.

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
Cannot be set if this script uses a template script.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

template_script_id : integer

The ID of the template script, if any.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post_cancel(id)

Cancel a run

Parameters:

id : integer

The ID of the job.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

state : string

The state of the run, one of ‘queued’, ‘running’ or ‘cancelled’.

id : integer

The ID of the run.

post_containers(docker_command, docker_image_name, required_resources, **kwargs)

Create a container

Parameters:

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

docker_image_name : string

The name of the docker image to pull from DockerHub.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

docker_image_tag : string, optional

The tag of the docker image to pull from DockerHub (default: latest).

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

target_project_id : integer, optional

Target project to which script outputs will be added.

repo_ref : string, optional

The tag or branch of the github repo to clone into the container.

parent_id : integer, optional

The ID of the parent job that will trigger this script

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the container.

repo_http_uri : string, optional

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

remote_host_credential_id : integer, optional

The id of the database credentials to pass into the environment of the container.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

git_credential_id : integer, optional

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

repo_ref : string

The tag or branch of the github repo to clone into the container.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

docker_image_tag : string

The tag of the docker image to pull from DockerHub (default: latest).

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

docker_image_name : string

The name of the docker image to pull from DockerHub.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the container.

repo_http_uri : string

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Container)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

git_credential_id : integer

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

remote_host_credential_id : integer

The id of the database credentials to pass into the environment of the container.

updated_at : string/time

The time the script was last updated.

post_containers_runs(id)

Start a run

Parameters:

id : integer

The ID of the container.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

container_id : integer

The ID of the container.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

post_containers_runs_heartbeats(id, run_id)

Indicate that the given run is being handled

Parameters:

id : integer

The ID of the container.

run_id : integer

The ID of the run.

Returns:

None

Response code 204: success

post_containers_runs_logs(id, run_id, **kwargs)

Add log messages

Parameters:

id : integer

The ID of the script.

run_id : integer

The ID of the script run.

message : string, optional

The log message to store.

messages : list, optional:

- message : string
    The log message to store.
- created_at : string/date-time
- level : string
    The log level of this message [default: info]

level : string, optional

The log level of this message [default: info]

Returns:

None

Response code 204: success

post_containers_runs_outputs(id, run_id, object_id, object_type)

Add an output for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

object_id : integer

The ID of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

post_custom(from_template_id, **kwargs)

Create a CustomScript

Parameters:

from_template_id : integer

The ID of the template script.

target_project_id : integer, optional

Target project to which script outputs will be added.

remote_host_id : integer, optional

The remote host ID that this script will connect to.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer, optional

The ID of the parent job that will trigger this script

credential_id : integer, optional

The credential that this script will use.

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

Returns:

remote_host_id : integer

The remote host ID that this script will connect to.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

credential_id : integer

The credential that this script will use.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

state : string

The status of the script’s last run.

name : string

The name of the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Custom)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/time

The time the script was last updated.

post_custom_runs(id)

Start a run

Parameters:

id : integer

The ID of the custom.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

custom_id : integer

The ID of the custom.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

post_custom_runs_outputs(id, run_id, object_id, object_type)

Add an output for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

object_id : integer

The ID of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

post_javascript(remote_host_id, credential_id, name, source, **kwargs)

Create a JavaScript Script

Parameters:

remote_host_id : integer

The remote host ID that this script will connect to.

credential_id : integer

The credential that this script will use.

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post_javascript_runs(id)

Start a run

Parameters:

id : integer

The ID of the javascript.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

javascript_id : integer

The ID of the javascript.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

post_javascript_runs_outputs(id, run_id, object_id, object_type)

Add an output for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

object_id : integer

The ID of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

post_python3(name, source, **kwargs)

Create a Python Script

Parameters:

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post_python3_runs(id)

Start a run

Parameters:

id : integer

The ID of the python.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

finished_at : string/time

The time the last run completed.

python_id : integer

The ID of the python.

post_python3_runs_outputs(id, run_id, object_id, object_type)

Add an output for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

object_id : integer

The ID of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

post_r(name, source, **kwargs)

Create an R Script

Parameters:

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post_r_runs(id)

Start a run

Parameters:

id : integer

The ID of the r.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started at.

id : integer

The ID of the run.

state : string

The state of the run, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

error : string

The error, if any, returned by the run.

r_id : integer

The ID of the r.

finished_at : string/time

The time the last run completed.

post_r_runs_outputs(id, run_id, object_id, object_type)

Add an output for a run

Parameters:

id : integer

The ID of the output.

run_id : integer

The ID of the run.

object_id : integer

The ID of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

Returns:

object_id : integer

The ID of the output object.

name : string

The name of the output object.

object_type : string

The type of the output. Valid values are File, Report, Table, or Project

link : string

The link to retrieve the output object.

post_run(id)

Run a script

Parameters:

id : integer

The ID for the script.

Returns:

None

Response code 204: success

post_sql(remote_host_id, credential_id, name, sql, **kwargs)

Create a SQL script

Parameters:

remote_host_id : integer

The remote host ID that this script will connect to.

credential_id : integer

The credential that this script will use.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

csv_settings : dict, optional:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

hidden : boolean, optional

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

csv_settings : dict:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

post_sql_runs(id)

Start a run

Parameters:

id : integer

The ID of the sql.

Returns:

is_cancel_requested : boolean

True if run cancel requested, else false.

started_at : string/time

The time the last run started.

id : integer

The ID of this run.

sql_id : integer

The ID of this sql.

output : list:

A list of the outputs of this script.
- file_id : integer
    The unique ID of the output file.
- output_name : string
    The name of the output file.
- path : string
    The temporary link to download this output file, valid for 36 hours.

state : string

The state of this run.

error : string

The error message for this run, if present.

finished_at : string/time

The time that this run finished.

put_containers(id, docker_command, docker_image_name, required_resources, **kwargs)

Edit a container

Parameters:

id : integer

The ID for the script.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

docker_image_name : string

The name of the docker image to pull from DockerHub.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

docker_image_tag : string, optional

The tag of the docker image to pull from DockerHub (default: latest).

target_project_id : integer, optional

Target project to which script outputs will be added.

repo_ref : string, optional

The tag or branch of the github repo to clone into the container.

parent_id : integer, optional

The ID of the parent job that will trigger this script

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the container.

repo_http_uri : string, optional

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

remote_host_credential_id : integer, optional

The id of the database credentials to pass into the environment of the container.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

git_credential_id : integer, optional

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

repo_ref : string

The tag or branch of the github repo to clone into the container.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

docker_image_tag : string

The tag of the docker image to pull from DockerHub (default: latest).

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

docker_image_name : string

The name of the docker image to pull from DockerHub.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the container.

repo_http_uri : string

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Container)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

git_credential_id : integer

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

remote_host_credential_id : integer

The id of the database credentials to pass into the environment of the container.

updated_at : string/time

The time the script was last updated.

put_containers_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

repo_ref : string

The tag or branch of the github repo to clone into the container.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

docker_image_tag : string

The tag of the docker image to pull from DockerHub (default: latest).

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB).
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

docker_command : string

The command to run on the container. Will be run via sh as: [“sh”, “-c”, dockerCommand]

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

docker_image_name : string

The name of the docker image to pull from DockerHub.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the container.

repo_http_uri : string

The location of a github repo to clone into the container, e.g. github.com/my-user/my-repo.git.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Container)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

git_credential_id : integer

The id of the git credential to be used when checking out the specified git repo. If not supplied, the first git credential you’ve submitted will be used. Unnecessary if no git repo is specified or the git repo is public.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

remote_host_credential_id : integer

The id of the database credentials to pass into the environment of the container.

updated_at : string/time

The time the script was last updated.

put_containers_projects(id, project_id)

Add a container docker to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_containers_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_containers_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_custom(id, **kwargs)

Replace all attributes of this CustomScript

Parameters:

id : integer

The ID for the script.

target_project_id : integer, optional

Target project to which script outputs will be added.

remote_host_id : integer, optional

The remote host ID that this script will connect to.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer, optional

The ID of the parent job that will trigger this script

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

credential_id : integer, optional

The credential that this script will use.

time_zone : string, optional

The time zone of this script.

name : string, optional

The name of the script.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on
Returns:

remote_host_id : integer

The remote host ID that this script will connect to.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

credential_id : integer

The credential that this script will use.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

state : string

The status of the script’s last run.

name : string

The name of the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Custom)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/time

The time the script was last updated.

put_custom_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

remote_host_id : integer

The remote host ID that this script will connect to.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

credential_id : integer

The credential that this script will use.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

parent_id : integer

The ID of the parent job that will trigger this script

finished_at : string/time

The time that the script’s last run finished.

state : string

The status of the script’s last run.

name : string

The name of the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

archived : string

The archival status of the requested object(s).

id : integer

The ID for the script.

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template script.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g Custom)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

time_zone : string

The time zone of this script.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

updated_at : string/time

The time the script was last updated.

put_custom_projects(id, project_id)

Add a Job to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_custom_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_custom_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_javascript(id, remote_host_id, credential_id, name, source, **kwargs)

Replace all attributes of this JavaScript Script

Parameters:

id : integer

The ID for the script.

remote_host_id : integer

The remote host ID that this script will connect to.

credential_id : integer

The credential that this script will use.

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_javascript_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_javascript_projects(id, project_id)

Add a scripted sql to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_javascript_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_javascript_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_python3(id, name, source, **kwargs)

Replace all attributes of this Python Script

Parameters:

id : integer

The ID for the script.

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_python3_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_python3_projects(id, project_id)

Add a python docker to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_python3_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_python3_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_r(id, name, source, **kwargs)

Replace all attributes of this R Script

Parameters:

id : integer

The ID for the script.

name : string

The name of the script.

source : string

The body/text of the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

required_resources : dict, optional:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_r_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

required_resources : dict:

- memory : integer
    The amount of RAM to allocate for the container (in MiB). Must be at
    least 4 MiB.
- cpu : integer
    The number of CPU shares to allocate for the container. Each core has
    1024 shares. Must be at least 2 shares.
- disk_space : number/float
    The amount of disk space, in GB, to allocate for the container. This
    space will be used to hold the git repo configured for the container
    and anything your container writes to /tmp or /data. Fractional values
    (e.g. 0.25) are supported.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

source : string

The body/text of the script.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_r_projects(id, project_id)

Add a r docker to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_r_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_r_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_sql(id, remote_host_id, credential_id, name, sql, **kwargs)

Replace all attributes of this SQL script

Parameters:

id : integer

The ID for the script.

remote_host_id : integer

The remote host ID that this script will connect to.

credential_id : integer

The credential that this script will use.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

notifications : dict, optional:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

schedule : dict, optional:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict, optional

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

csv_settings : dict, optional:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

target_project_id : integer, optional

Target project to which script outputs will be added.

user_context : string, optional

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer, optional

The ID of the parent job that will trigger this script

next_run_at : string/time, optional

The time of the next scheduled run.

time_zone : string, optional

The time zone of this script.

params : list, optional:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.
Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

csv_settings : dict:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_sql_archive(id, status)

Update the archive status of this object

Parameters:

id : integer

The ID of the object.

status : boolean

The desired archived status of the object.

Returns:

template_dependents_count : integer

How many other scripts use this one as a template.

links : dict:

- runs : string
    The runs link to get the run information list for this script.
- details : string
    The details link to get more information about the script.

created_at : string/time

The time this script was created.

expanded_arguments : dict

Expanded arguments for use in injecting into different environments.

schedule : dict:

- scheduled_runs_per_hour : integer
    Alternative to scheduled minutes, number of times to run per hour
- scheduled : boolean
    If the object is scheduled
- scheduled_hours : list
    Hours of the day it is scheduled on
- scheduled_days : list
    Day based on numeric value starting at 0 for Sunday
- scheduled_minutes : list
    Minutes of the day it is scheduled on

arguments : dict

Dictionary of name/value pairs to use to run this script. Only settable if this script has defined params.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

hidden : boolean

The hidden status of the object. Setting this to true hides it from most API endpoints. The object can still be queried directly by ID

template_script_name : string

The name of the template script.

user_context : string

“runner” or “author”, who to execute the script as when run as a template.

parent_id : integer

The ID of the parent job that will trigger this script

notifications : dict:

- success_email_body : string
    Custom body text for success e-mail, written in Markdown.
- urls : list
    URLs to receive a POST request at job completion
- success_on : boolean
    If success email notifications are on
- success_email_subject : string
    Custom subject line for success e-mail.
- failure_on : boolean
    If failure email notifications are on
- failure_email_addresses : list
    Addresses to notify by e-mail when the job fails.
- stall_warning_minutes : integer
    Stall warning emails will be sent after this amount of minutes.
- success_email_addresses : list
    Addresses to notify by e-mail when the job completes successfully.

running_as : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

name : string

The name of the script.

sql : string

The raw SQL query for the script.

code_preview : string

The code that this script will run with arguments inserted.

params : list:

A definition of the parameters this script accepts in the arguments field.
- type : string
    The type of parameter. Valid options: string, integer, float, bool,
    file, database, credential_aws, credential_redshift, or
    credential_custom
- name : string
    The variable's name as used within your code.
- required : boolean
    Whether this param is required.
- default : string
    If an argument for this parameter is not defined, it will use this
    default value. Use true, True, t, y, yes, or 1 for true bool's or
    false, False, f, n, no, or 0 for false bool's. Cannot be used for
    parameters that are required or a credential type.
- value : string
    The value you would like to set this param to. Setting this value makes
    this parameter a fixed param.
- label : string
    The label to present to users when asking them for the value.
- description : string
    A short sentence or fragment describing this parameter to the end user.

published_as_template_id : integer

The ID of the template that this script is backing.

finished_at : string/time

The time that the script’s last run finished.

archived : string

The archival status of the requested object(s).

is_template : boolean

Whether others scripts use this one as a template.

id : integer

The ID for the script.

credential_id : integer

The credential that this script will use.

author : dict:

- name : string
    This user's name.
- username : string
    This user's username.
- id : integer
    The ID of this user.
- initials : string
    This user's initials.
- online : boolean
    Whether this user is online.

csv_settings : dict:

- filename_prefix : string
    A user specified filename prefix for the output file to have. Default:
    null
- column_delimiter : string
    Which delimiter to use, one of "comma", "tab", or "pipe". Default:
    comma
- unquoted : boolean
    Whether or not to quote fields. Default: false
- include_header : boolean
    Whether or not to include headers in the output data. Default: true
- compression : string
    The type of compression to use, if any, one of "none", "zip", or
    "gzip". Default: gzip
- force_multifile : boolean
    Whether or not the csv should be split into multiple files. Default:
    false

from_template_id : integer

The ID of the template this script uses, if any.

target_project_id : integer

Target project to which script outputs will be added.

remote_host_id : integer

The remote host ID that this script will connect to.

type : string

The type of the script (e.g SQL, Container, Python, R, JavaScript)

projects : list:

A list of projects containing the script.
- name : string
    The name of the project.
- id : integer
    The ID for the project.

next_run_at : string/time

The time of the next scheduled run.

time_zone : string

The time zone of this script.

state : string

The status of the script’s last run.

updated_at : string/time

The time the script was last updated.

put_sql_projects(id, project_id)

Add a scripts to a project

Parameters:

id : integer

ID of the resource

project_id : integer

The ID of the project

Returns:

None

Response code 204: success

put_sql_shares_groups(id, permission_level, group_ids)

Set the permissions groups has on this object

Parameters:

id : integer

ID of the resource to be shared

permission_level : string

Options are: “read”, “write”, or “manage”

group_ids : list

An array of one or more group IDs

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

put_sql_shares_users(id, user_ids, permission_level)

Set the permissions users have on this object

Parameters:

id : integer

ID of the resource to be shared

user_ids : list

An array of one or more user IDs

permission_level : string

Options are: “read”, “write”, or “manage”

Returns:

owners : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

readers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

writers : dict:

- users : list::
    - name : string
    - id : integer
- groups : list::
    - name : string
    - id : integer

total_group_shares : integer

For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.

total_user_shares : integer

For owners, the number of total users shared. For writers and readers, the number of visible users shared.

Tables

class Tables(session, return_type='civis')

Methods

get(id) Show basic table info
get_enhancements_cass_ncoa(id, source_table_id) View the status of a CASS / NCOA table enhancement
get_enhancements_geocodings(id, source_table_id) View the status of a geocoding table enhancement
get_enhancements_prepared_matchings(id, ...) View a prepared matching enhancement
get_enhancements_table_matchings(id, ...) View a table matching enhancement
list(**kwargs) List tables
list_columns(id, **kwargs) List columns in the specified table
patch(id, **kwargs) Update a table
post(name, schema, database_id, data) Import a file into a table
post_enhancements_cass_ncoa(source_table_id, ...) Standardize addresses in a table
post_enhancements_geocodings(source_table_id) Geocode a table
post_enhancements_prepared_matchings(...) Match person records against a dynamo table prepared by Civis
post_enhancements_table_matchings(...) Match person records against an arbitrary Redshift table
post_refresh(id) Request a refresh for column and table statistics
get(id)

Show basic table info

Parameters:

id : integer

Returns:

owner : string

The database username of the table’s owner.

multipart_key : list

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

distkey : string

The column used as the Amazon Redshift distkey.

refresh_id : string

The ID of the most recent statistics refresh.

description : string

The description of the table, as specified by the table owner

row_count : integer

The number of rows in the table.

name : string

Name of the table.

enhancements : list:

- join_id : integer
- type : string
- created_at : string/time
- updated_at : string/time

ontology_mapping : dict

The ontology-key to column-name mapping. See /ontology for the list of valid ontology keys.

database_id : integer

The ID of the database.

sortkeys : string

The column used as the Amazon Redshift sortkey.

id : integer

The ID of the table.

is_view : boolean

True if this table represents a view. False if it represents a regular table.

joins : list:

- right_identifier : string
- id : integer
- created_at : string/time
- left_join : boolean
- right_table_id : integer
- on : string
- left_identifier : string
- left_table_id : integer
- updated_at : string/time

refresh_status : string

How up-to-date the table’s statistics on row counts, null counts, distinct counts, and values distributions are. One of: refreshing, stale, or current.

last_refresh : string/date-time

The time of the last statistics refresh.

size_mb : number/float

The size of the table in megabytes.

column_count : integer

The number of columns in the table.

view_def : string

schema : string

The name of the schema containing the table.

columns : list:

- value_distribution_percent : dict
    A mapping between each value in the column and the percentage of rows
    with that value.Only present for tables with fewer than approximately
    25,000,000 rows and for columns with fewer than twenty distinct values.
- useable_as_primary_key : boolean
    Whether the column may be used as an primary key to identify table
    rows.
- possible_dependent_variable_types : list
    Possible dependent variable types the column may be used to model.
    Null if it may not be used as a dependent variable.
- encoding : string
    The compression encoding for this columnSee: http://docs.aws.amazon.com
    /redshift/latest/dg/c_Compression_encodings.html
- sql_type : string
    SQL type of the column.
- value_distribution : dict
    An object mapping distinct values in the column to the number of times
    they appear in the column
- description : string
    The description of the column, as specified by the table owner
- name : string
    Name of the column.
- null_count : integer
    Number of null values in the column.
- sample_values : list
    A sample of values from the column.
- useable_as_independent_variable : boolean
    Whether the column may be used as an independent variable to train a
    model.
- avg_value : number/float
    Average value of the column, where applicable.
- coverage_count : integer
    Number of non-null values in the column.
- max_value : string
    Largest value in the column.
- stddev : number/float
    Stddev of the column, where applicable.
- min_value : string
    Smallest value in the column.
- distinct_count : integer
    Number of distinct values in the column.
- order : integer
    Relative position of the column in the table.

outgoing_table_matches : list:

- target_id : integer
    Target ID
- source_table_id : integer
    Source table
- target_type : string
    Target type
- target : dict::
    - name : string
- job : dict::
    - runs : list::
        Information about the most recent runs of the job.
        - started_at : string/time
            The time that the run started.
        - id : integer
        - state : string
        - error : string
            The error message for this run, if present.
        - created_at : string/time
            The time that the run was queued.
        - finished_at : string/time
            The time that the run completed.
    - id : integer
    - match_options : dict::
        - max_matches : integer
        - threshold : string
    - last_run : dict::
        - started_at : string/time
            The time that the run started.
        - id : integer
        - state : string
        - error : string
            The error message for this run, if present.
        - created_at : string/time
            The time that the run was queued.
        - finished_at : string/time
            The time that the run completed.
    - name : string
    - state : string
        Whether the job is idle, queued, running, cancelled, or failed.
    - hidden : boolean
        The hidden status of the object. Setting this to true hides it from
        most API endpoints. The object can still be queried directly by ID
    - created_at : string/date-time
    - type : string
    - updated_at : string/date-time
get_enhancements_cass_ncoa(id, source_table_id)

View the status of a CASS / NCOA table enhancement

Parameters:

id : integer

The ID of the enhancement.

source_table_id : integer

The ID of the table that was enhanced.

Returns:

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

perform_ncoa : boolean

Whether to update addresses for records matching the National Change of Address (NCOA) database.

ncoa_credential_id : integer

Credential to use when performing NCOA updates. Required if ‘performNcoa’ is true.

output_level : string

The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of ‘cass’ or ‘all.’For NCOA enhancements, one of ‘cass’, ‘ncoa’ , ‘coalesced’ or ‘all’.By default, all fields will be returned.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

get_enhancements_geocodings(id, source_table_id)

View the status of a geocoding table enhancement

Parameters:

id : integer

The ID of the enhancement.

source_table_id : integer

The ID of the table that was enhanced.

Returns:

source_table_id : integer

The ID of the table that was enhanced.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

get_enhancements_prepared_matchings(id, source_table_id)

View a prepared matching enhancement

Parameters:

id : integer

The ID of the enhancement.

source_table_id : integer

The ID of the table that was enhanced.

Returns:

max_matches : integer

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

match_table_id : integer

The ID of the Dynamo table to match against.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

get_enhancements_table_matchings(id, source_table_id)

View a table matching enhancement

Parameters:

id : integer

The ID of the enhancement.

source_table_id : integer

The ID of the table that was enhanced.

Returns:

max_matches : integer

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

match_table_id : integer

The ID of the Redshift table to match against.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

list(**kwargs)

List tables

Parameters:

database_id : integer, optional

The ID of the database.

schema : string, optional

If specified, will be used to filter the tables returned. Substring matching is supported with “%” and “*” wildcards (e.g., “schema=%census%” will return both “client_census.table” and “census_2010.table”).

name : string, optional

If specified, will be used to filter the tables returned. Substring matching is supported with “%” and “*” wildcards (e.g., “name=%table%” will return both “table1” and “my table”).

search : string, optional

If specified, will be used to filter the tables returned. Will search across schema and name (in the full form schema.name) and will return any full name containing the search string.

limit : integer, optional

Number of results to return. Defaults to 50. Maximum allowed is 1000.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to schema. Must be one of: schema, name, search.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

row_count : integer

The number of rows in the table.

refresh_id : string

The ID of the most recent statistics refresh.

id : integer

The ID of the table.

owner : string

The database username of the table’s owner.

refresh_status : string

How up-to-date the table’s statistics on row counts, null counts, distinct counts, and values distributions are. One of: refreshing, stale, or current.

sortkeys : string

The column used as the Amazon Redshift sortkey.

distkey : string

The column used as the Amazon Redshift distkey.

size_mb : number/float

The size of the table in megabytes.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

description : string

The description of the table, as specified by the table owner

column_count : integer

The number of columns in the table.

is_view : boolean

True if this table represents a view. False if it represents a regular table.

schema : string

The name of the schema containing the table.

name : string

Name of the table.

last_refresh : string/date-time

The time of the last statistics refresh.

database_id : integer

The ID of the database.

list_columns(id, **kwargs)

List columns in the specified table

Parameters:

id : integer

name : string, optional

Search for columns with the given name, within the specified table.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to name. Must be one of: name, order.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

value_distribution_percent : dict

A mapping between each value in the column and the percentage of rows with that value.Only present for tables with fewer than approximately 25,000,000 rows and for columns with fewer than twenty distinct values.

useable_as_primary_key : boolean

Whether the column may be used as an primary key to identify table rows.

possible_dependent_variable_types : list

Possible dependent variable types the column may be used to model. Null if it may not be used as a dependent variable.

encoding : string

sql_type : string

SQL type of the column.

value_distribution : dict

An object mapping distinct values in the column to the number of times they appear in the column

description : string

The description of the column, as specified by the table owner

name : string

Name of the column.

null_count : integer

Number of null values in the column.

sample_values : list

A sample of values from the column.

useable_as_independent_variable : boolean

Whether the column may be used as an independent variable to train a model.

avg_value : number/float

Average value of the column, where applicable.

coverage_count : integer

Number of non-null values in the column.

max_value : string

Largest value in the column.

stddev : number/float

Stddev of the column, where applicable.

min_value : string

Smallest value in the column.

distinct_count : integer

Number of distinct values in the column.

order : integer

Relative position of the column in the table.

patch(id, **kwargs)

Update a table

Parameters:

id : integer

The ID of the table.

ontology_mapping : dict, optional

The ontology-key to column-name mapping. See /ontology for the list of valid ontology keys.

description : string, optional

The user-defined description of the table.

Returns:

row_count : integer

The number of rows in the table.

refresh_id : string

The ID of the most recent statistics refresh.

id : integer

The ID of the table.

owner : string

The database username of the table’s owner.

refresh_status : string

How up-to-date the table’s statistics on row counts, null counts, distinct counts, and values distributions are. One of: refreshing, stale, or current.

sortkeys : string

The column used as the Amazon Redshift sortkey.

distkey : string

The column used as the Amazon Redshift distkey.

size_mb : number/float

The size of the table in megabytes.

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

description : string

The description of the table, as specified by the table owner

column_count : integer

The number of columns in the table.

is_view : boolean

True if this table represents a view. False if it represents a regular table.

schema : string

The name of the schema containing the table.

name : string

Name of the table.

last_refresh : string/date-time

The time of the last statistics refresh.

ontology_mapping : dict

The ontology-key to column-name mapping. See /ontology for the list of valid ontology keys.

database_id : integer

The ID of the database.

post(name, schema, database_id, data)

Import a file into a table

Parameters:

name : string

The destination table name, without the schema prefix.

schema : string

The destination schema name.

database_id : integer

The ID of the destination database.

data : string

The file to import, uploaded using HTTP multipart.

Returns:

schema : string

The destination schema name.

database_id : integer

The ID of the destination database.

started_at : string/date-time

The start time of the last run.

name : string

The destination table name, without the schema prefix.

state : string

The state of the last run.

finished_at : string/date-time

The end time of the last run.

post_enhancements_cass_ncoa(source_table_id, **kwargs)

Standardize addresses in a table

Parameters:

source_table_id : integer

The ID of the table to be enhanced.

perform_ncoa : boolean, optional

Whether to update addresses for records matching the National Change of Address (NCOA) database.

ncoa_credential_id : integer, optional

Credential to use when performing NCOA updates. Required if ‘performNcoa’ is true.

output_level : string, optional

The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of ‘cass’ or ‘all.’For NCOA enhancements, one of ‘cass’, ‘ncoa’ , ‘coalesced’ or ‘all’.By default, all fields will be returned.

Returns:

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

perform_ncoa : boolean

Whether to update addresses for records matching the National Change of Address (NCOA) database.

ncoa_credential_id : integer

Credential to use when performing NCOA updates. Required if ‘performNcoa’ is true.

output_level : string

The set of fields persisted by a CASS or NCOA enhancement.For CASS enhancements, one of ‘cass’ or ‘all.’For NCOA enhancements, one of ‘cass’, ‘ncoa’ , ‘coalesced’ or ‘all’.By default, all fields will be returned.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

post_enhancements_geocodings(source_table_id)

Geocode a table

Parameters:

source_table_id : integer

The ID of the table to be enhanced.

Returns:

source_table_id : integer

The ID of the table that was enhanced.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

post_enhancements_prepared_matchings(source_table_id, match_table_id, threshold, **kwargs)

Match person records against a dynamo table prepared by Civis

Parameters:

source_table_id : integer

The ID of the table to be enhanced.

match_table_id : integer

The ID of the Dynamo table to match against.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

max_matches : integer, optional

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

Returns:

max_matches : integer

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

match_table_id : integer

The ID of the Dynamo table to match against.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

post_enhancements_table_matchings(source_table_id, match_table_id, threshold, **kwargs)

Match person records against an arbitrary Redshift table

Parameters:

source_table_id : integer

The ID of the table to be enhanced.

match_table_id : integer

The ID of the Redshift table to match against.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

max_matches : integer, optional

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

Returns:

max_matches : integer

The maximum number of individuals a person may be matched with.A value of 0 indicates that all matches should be returned.

enhanced_table_name : string

The name of the table created by the enhancement.

id : integer

The ID of the enhancement.

state : string

The state of the enhancement, one of ‘queued’ ‘running’ ‘succeeded’ ‘failed’ or ‘cancelled’.

source_table_id : integer

The ID of the table that was enhanced.

match_table_id : integer

The ID of the Redshift table to match against.

enhanced_table_schema : string

The schema name of the table created by the enhancement.

threshold : number/float

The confidence threshold which must be met for two individuals to be declared a match. Must be less than or equal to 1 and greater than or equal to 0.

post_refresh(id)

Request a refresh for column and table statistics

Parameters:

id : integer

Returns:

owner : string

The database username of the table’s owner.

multipart_key : list

last_run : dict:

- started_at : string/time
    The time that the run started.
- id : integer
- state : string
- error : string
    The error message for this run, if present.
- created_at : string/time
    The time that the run was queued.
- finished_at : string/time
    The time that the run completed.

distkey : string

The column used as the Amazon Redshift distkey.

refresh_id : string

The ID of the most recent statistics refresh.

description : string

The description of the table, as specified by the table owner

row_count : integer

The number of rows in the table.

name : string

Name of the table.

enhancements : list:

- join_id : integer
- type : string
- created_at : string/time
- updated_at : string/time

ontology_mapping : dict

The ontology-key to column-name mapping. See /ontology for the list of valid ontology keys.

database_id : integer

The ID of the database.

sortkeys : string

The column used as the Amazon Redshift sortkey.

id : integer

The ID of the table.

is_view : boolean

True if this table represents a view. False if it represents a regular table.

joins : list:

- right_identifier : string
- id : integer
- created_at : string/time
- left_join : boolean
- right_table_id : integer
- on : string
- left_identifier : string
- left_table_id : integer
- updated_at : string/time

refresh_status : string

How up-to-date the table’s statistics on row counts, null counts, distinct counts, and values distributions are. One of: refreshing, stale, or current.

last_refresh : string/date-time

The time of the last statistics refresh.

size_mb : number/float

The size of the table in megabytes.

column_count : integer

The number of columns in the table.

view_def : string

schema : string

The name of the schema containing the table.

columns : list:

- value_distribution_percent : dict
    A mapping between each value in the column and the percentage of rows
    with that value.Only present for tables with fewer than approximately
    25,000,000 rows and for columns with fewer than twenty distinct values.
- useable_as_primary_key : boolean
    Whether the column may be used as an primary key to identify table
    rows.
- possible_dependent_variable_types : list
    Possible dependent variable types the column may be used to model.
    Null if it may not be used as a dependent variable.
- encoding : string
    The compression encoding for this columnSee: http://docs.aws.amazon.com
    /redshift/latest/dg/c_Compression_encodings.html
- sql_type : string
    SQL type of the column.
- value_distribution : dict
    An object mapping distinct values in the column to the number of times
    they appear in the column
- description : string
    The description of the column, as specified by the table owner
- name : string
    Name of the column.
- null_count : integer
    Number of null values in the column.
- sample_values : list
    A sample of values from the column.
- useable_as_independent_variable : boolean
    Whether the column may be used as an independent variable to train a
    model.
- avg_value : number/float
    Average value of the column, where applicable.
- coverage_count : integer
    Number of non-null values in the column.
- max_value : string
    Largest value in the column.
- stddev : number/float
    Stddev of the column, where applicable.
- min_value : string
    Smallest value in the column.
- distinct_count : integer
    Number of distinct values in the column.
- order : integer
    Relative position of the column in the table.

outgoing_table_matches : list:

- target_id : integer
    Target ID
- source_table_id : integer
    Source table
- target_type : string
    Target type
- target : dict::
    - name : string
- job : dict::
    - runs : list::
        Information about the most recent runs of the job.
        - started_at : string/time
            The time that the run started.
        - id : integer
        - state : string
        - error : string
            The error message for this run, if present.
        - created_at : string/time
            The time that the run was queued.
        - finished_at : string/time
            The time that the run completed.
    - id : integer
    - match_options : dict::
        - max_matches : integer
        - threshold : string
    - last_run : dict::
        - started_at : string/time
            The time that the run started.
        - id : integer
        - state : string
        - error : string
            The error message for this run, if present.
        - created_at : string/time
            The time that the run was queued.
        - finished_at : string/time
            The time that the run completed.
    - name : string
    - state : string
        Whether the job is idle, queued, running, cancelled, or failed.
    - hidden : boolean
        The hidden status of the object. Setting this to true hides it from
        most API endpoints. The object can still be queried directly by ID
    - created_at : string/date-time
    - type : string
    - updated_at : string/date-time

Users

class Users(session, return_type='civis')

Methods

delete_api_keys(id, key_id) Revoke the specified API key
get(id) Show info about a user
get_api_keys(id, key_id) Show the specified API key
list(**kwargs) List users
list_api_keys(id, **kwargs) Show API keys belonging to the specified user
list_me() Show info about the logged-in user
patch_me(**kwargs) Update info about the logged-in user
post_api_keys(id, name, expires_in, **kwargs) Create a new API key belonging to the logged-in user
delete_api_keys(id, key_id)

Revoke the specified API key

Parameters:

id : string

The ID of the user or ‘me’.

key_id : integer

The ID of the API key.

Returns:

last_used_at : string/date-time

The date and time when the key was last used.

expired : boolean

True if the key has expired.

id : integer

The ID of the API key.

active : boolean

True if the key has neither expired nor been revoked.

use_count : integer

The number of times the key has been used.

name : string

The name of the API key.

constraints : list:

Constraints on the abilities of the created key
- get_allowed : boolean
    Whether the constraint allows GET requests.
- patch_allowed : boolean
    Whether the constraint allows PATCH requests.
- put_allowed : boolean
    Whether the constraint allows PUT requests.
- post_allowed : boolean
    Whether the constraint allows POST requests.
- delete_allowed : boolean
    Whether the constraint allows DELETE requests.
- head_allowed : boolean
    Whether the constraint allows HEAD requests.
- constraint_type : string
    The type of constraint (exact/prefix/regex/verb).
- constraint : string
    The path matcher of the constraint.

scopes : list

The scopes which the key is permissioned on.

created_at : string/date-time

The date and time when the key was created.

expires_at : string/date-time

The date and time when the key expired.

revoked_at : string/date-time

The date and time when the key was revoked.

get(id)

Show info about a user

Parameters:

id : integer

The ID of this user.

Returns:

email : string

The email of this user.

id : integer

The ID of this user.

initials : string

The initials of this user.

github_username : string

The GitHub username of this user.

groups : list:

An array of all the groups this user is in.
- name : string
    The name of this group.
- id : integer
    The ID of this group.
- organization_id : integer
    The organization associated with this group.

phone : string

The phone number of this user.

otp_required_for_login : string

The two factor authorization requirement for this user.

city : string

The city of this user.

department : string

The deartment of this user.

title : string

The title of this user.

vpn_enabled : string

The availability of vpn for this user.

time_zone : string

The time zone of this user.

name : string

The name of this user.

state : string

The state of this user.

user : string

The username of this user.

primary_group_id : integer

The ID of the primary group of this user.

active : string

The account status of this user.

prefers_sms_otp : string

The preference for phone authorization of this user

get_api_keys(id, key_id)

Show the specified API key

Parameters:

id : string

The ID of the user or ‘me’.

key_id : integer

The ID of the API key.

Returns:

last_used_at : string/date-time

The date and time when the key was last used.

expired : boolean

True if the key has expired.

id : integer

The ID of the API key.

active : boolean

True if the key has neither expired nor been revoked.

use_count : integer

The number of times the key has been used.

name : string

The name of the API key.

constraints : list:

Constraints on the abilities of the created key
- get_allowed : boolean
    Whether the constraint allows GET requests.
- patch_allowed : boolean
    Whether the constraint allows PATCH requests.
- put_allowed : boolean
    Whether the constraint allows PUT requests.
- post_allowed : boolean
    Whether the constraint allows POST requests.
- delete_allowed : boolean
    Whether the constraint allows DELETE requests.
- head_allowed : boolean
    Whether the constraint allows HEAD requests.
- constraint_type : string
    The type of constraint (exact/prefix/regex/verb).
- constraint : string
    The path matcher of the constraint.

scopes : list

The scopes which the key is permissioned on.

created_at : string/date-time

The date and time when the key was created.

expires_at : string/date-time

The date and time when the key expired.

revoked_at : string/date-time

The date and time when the key was revoked.

list(**kwargs)

List users

Parameters:

feature_flag : string, optional

Return users that have a feature flag enabled.

account_status : string, optional

The account status by which to filter users. May be one of “active”, “inactive”, or “all”.

query : string, optional

Return users who match the given query, based on name, user, and email.

group_id : integer, optional

The ID of the group by which to filter users. Cannot be present if organization_id is.

organization_id : integer, optional

The ID of the organization by which to filter users. Cannot be present if group_id is.

limit : integer, optional

Number of results to return. Defaults to 20. Maximum allowed is 10000.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to name. Must be one of: name, user.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

email : string

The email of this user.

id : integer

The ID of this user.

groups : list:

An array of all the groups this user is in.
- name : string
    The name of this group.
- id : integer
    The ID of this group.
- organization_id : integer
    The organization associated with this group.

name : string

The name of this user.

current_sign_in_at : string/date-time

The date and time when the user’s current session began.

user : string

The username of this user.

primary_group_id : integer

The ID of the primary group of this user.

created_at : string/date-time

The date and time when the user was created.

active : string

The account status of this user.

list_api_keys(id, **kwargs)

Show API keys belonging to the specified user

Parameters:

id : string

The ID of the user or ‘me’.

limit : integer, optional

Number of results to return. Defaults to its maximum of 50.

page_num : integer, optional

Page number of the results to return. Defaults to the first page, 1.

order : string, optional

The field on which to order the result set. Defaults to id. Must be one of: id.

order_dir : string, optional

Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.

iterator : bool, optional

If True, return a generator to iterate over all responses. Use when more results than the maximum allowed by limit are needed. When True, limit and page_num are ignored. Defaults to False.

Returns:

last_used_at : string/date-time

The date and time when the key was last used.

expired : boolean

True if the key has expired.

id : integer

The ID of the API key.

active : boolean

True if the key has neither expired nor been revoked.

use_count : integer

The number of times the key has been used.

constraint_count : integer

The number of constraints on the created key

name : string

The name of the API key.

scopes : list

The scopes which the key is permissioned on.

created_at : string/date-time

The date and time when the key was created.

expires_at : string/date-time

The date and time when the key expired.

revoked_at : string/date-time

The date and time when the key was revoked.

list_me()

Show info about the logged-in user

Returns:

email : string

This user’s email address.

id : integer

The ID of this user.

initials : string

This user’s initials.

groups : list:

An array of all the groups this user is in.
- name : string
    The name of this group.
- id : integer
    The ID of this group.
- organization_id : integer
    The organization associated with this group.

username : string

This user’s username.

organization_name : string

The name of the organization the user belongs to.

custom_branding : string

The branding of Platform for this user.

name : string

This user’s name.

last_checked_announcements : string/date-time

The date and time at which the user last checked their announcements.

preferences : dict

This user’s preferences.

feature_flags : dict

The feature flag settings for this user.

roles : list

The roles this user has, listed by slug.

patch_me(**kwargs)

Update info about the logged-in user

Parameters:

preferences : dict, optional:

- app_index_order_dir : string
    Oder direction for the apps index pages.
- project_index_author_filter : string
    Author filter for the projects index page.
- script_index_author_filter : string
    Author filter for the scripts index page.
- script_index_status_filter : string
    Status filter for the scripts index page.
- civis_explore_skip_intro : boolean
    Whether the user is shown steps for each exploration.
- import_index_order_field : string
    Order field for the imports index page.
- export_index_order_dir : string
    Order direction for the exports index page.
- model_index_status_filter : string
    Status filter for the models index page.
- export_index_order_field : string
    Order field for the exports index page.
- project_detail_author_filter : string
    Author filter for projects detail pages.
- export_index_author_filter : string
    Author filter for the exports index page.
- enhancement_index_order_dir : string
    Order direction for the enhancements index page.
- model_index_thumbnail_view : string
    Thumbnail view for the models index page.
- result_index_type_filter : string
    Type filter for the results index page.
- project_index_order_field : string
    Order field for the projects index page.
- result_index_author_filter : string
    Author filter for the results index page.
- enhancement_index_order_field : string
    Order field for the enhancements index page.
- import_index_author_filter : string
    Author filter for the imports index page.
- project_index_archived_filter : string
    Archived filter for the projects index page.
- script_index_archived_filter : string
    Archived filter for the scripts index page.
- app_index_order_field : string
    Order field for the apps index pages.
- preferred_server_id : integer
    ID of preferred server.
- project_index_order_dir : string
    Order direction for the projects index page.
- project_detail_type_filter : string
    Type filter for projects detail pages.
- result_index_archived_filter : string
    Archived filter for the results index page.
- export_index_type_filter : string
    Type filter for the exports index page.
- model_index_order_dir : string
    Order direction for the models index page.
- script_index_order_field : string
    Order field for the scripts index page.
- import_index_archived_filter : string
    Archived filter for the imports index page.
- script_index_order_dir : string
    Order direction for the scripts index page.
- report_index_thumbnail_view : string
    Thumbnail view for the reports index page.
- enhancement_index_archived_filter : string
    Archived filter for the enhancements index page.
- enhancement_index_author_filter : string
    Author filter for the enhancements index page.
- result_index_order_dir : string
    Order direction for the results index page.
- project_detail_archived_filter : string
    Arhived filter for the projects detail pages.
- script_index_type_filter : string
    Type filter for the scripts index page.
- result_index_order_field : string
    Order field for the results index page.
- import_index_order_dir : string
    Order direction for the imports index page.
- model_index_order_field : string
    Order field for the models index page.
- export_index_status_filter : string
    Status filter for the exports index page.
- project_detail_order_dir : string
    Order direction for projects detail pages.
- import_index_dest_filter : string
    Destination filter for the imports index page.
- import_index_type_filter : string
    Type filter for the imports index page.
- model_index_author_filter : string
    Author filter for the models index page.
- model_index_archived_filter : string
    Archived filter for the models index page.
- project_detail_order_field : string
    Order field for projects detail pages.
- import_index_status_filter : string
    Status filter for the imports index page.

last_checked_announcements : string/date-time, optional

The date and time at which the user last checked their announcements.

Returns:

email : string

This user’s email address.

id : integer

The ID of this user.

initials : string

This user’s initials.

groups : list:

An array of all the groups this user is in.
- name : string
    The name of this group.
- id : integer
    The ID of this group.
- organization_id : integer
    The organization associated with this group.

username : string

This user’s username.

organization_name : string

The name of the organization the user belongs to.

custom_branding : string

The branding of Platform for this user.

name : string

This user’s name.

last_checked_announcements : string/date-time

The date and time at which the user last checked their announcements.

preferences : dict

This user’s preferences.

feature_flags : dict

The feature flag settings for this user.

roles : list

The roles this user has, listed by slug.

post_api_keys(id, name, expires_in, **kwargs)

Create a new API key belonging to the logged-in user

Parameters:

id : string

The ID of the user or ‘me’.

name : string

The name of the API key.

expires_in : integer

The number of seconds the key should last for.

constraints : list, optional:

Constraints on the abilities of the created key.
- get_allowed : boolean
    Whether the constraint allows GET requests.
- patch_allowed : boolean
    Whether the constraint allows PATCH requests.
- put_allowed : boolean
    Whether the constraint allows PUT requests.
- post_allowed : boolean
    Whether the constraint allows POST requests.
- delete_allowed : boolean
    Whether the constraint allows DELETE requests.
- head_allowed : boolean
    Whether the constraint allows HEAD requests.
- constraint_type : string
    The type of constraint (exact/prefix/regex/verb).
- constraint : string
    The path matcher of the constraint.
Returns:

id : integer

The ID of the API key.

use_count : integer

The number of times the key has been used.

token : string

The API key.

constraints : list:

Constraints on the abilities of the created key
- get_allowed : boolean
    Whether the constraint allows GET requests.
- patch_allowed : boolean
    Whether the constraint allows PATCH requests.
- put_allowed : boolean
    Whether the constraint allows PUT requests.
- post_allowed : boolean
    Whether the constraint allows POST requests.
- delete_allowed : boolean
    Whether the constraint allows DELETE requests.
- head_allowed : boolean
    Whether the constraint allows HEAD requests.
- constraint_type : string
    The type of constraint (exact/prefix/regex/verb).
- constraint : string
    The path matcher of the constraint.

expires_at : string/date-time

The date and time when the key expired.

scopes : list

The scopes which the key is permissioned on.

last_used_at : string/date-time

The date and time when the key was last used.

name : string

The name of the API key.

created_at : string/date-time

The date and time when the key was created.

expired : boolean

True if the key has expired.

active : boolean

True if the key has neither expired nor been revoked.

revoked_at : string/date-time

The date and time when the key was revoked.