Exports

class Exports(session_kwargs, client, return_type='raw')

Civis API /exports endpoint.

Methods

delete_files_csv_runs(id, run_id)

Cancel a run

get_files_csv(id)

Get a CSV Export

get_files_csv_runs(id, run_id)

Check status of a run

get_files_csv_runs_inputs(id, run_id)

Get the inputs for a run

list(*[, type, status, author, hidden, ...])

List

list_files_csv_runs(id, *[, limit, ...])

List runs for the given CSV Export job

list_files_csv_runs_logs(id, run_id, *[, ...])

Get the logs for a run

list_files_csv_runs_outputs(id, run_id, *[, ...])

List the outputs for a run

patch_files_csv(id, *[, name, source, ...])

Update some attributes of this CSV Export

post_files_csv(source, destination, *[, ...])

Create a CSV Export

post_files_csv_runs(id)

Start a run

put_files_csv(id, source, destination, *[, ...])

Replace all attributes of this CSV Export

put_files_csv_archive(id, status)

Update the archive status of this object