tables_get_enhancements_geocodings: View the status of a geocoding table enhancement

View source: R/generated_client.R

tables_get_enhancements_geocodingsR Documentation

View the status of a geocoding table enhancement

Description

View the status of a geocoding table enhancement

Usage

tables_get_enhancements_geocodings(id, source_table_id)

Arguments

id

integer required. The ID of the enhancement.

source_table_id

integer required. The ID of the table that was enhanced.

Value

A list containing the following elements:

id

integer, The ID of the enhancement.

sourceTableId

integer, The ID of the table that was enhanced.

state

string, The state of the enhancement, one of 'queued' 'running' 'succeeded' 'failed' or 'cancelled'.

enhancedTableSchema

string, The schema name of the table created by the enhancement.

enhancedTableName

string, The name of the table created by the enhancement.


civis documentation built on April 1, 2023, 12:01 a.m.