client.imports.post_runs

A method of the Imports endpoint.

post_runs(id: int) Response

Run an import

API URL: POST /imports/{id}/runs

import civis
client = civis.APIClient()
response = client.imports.post_runs(...)
Parameters:
idint

The ID of the import to run.

Returns:
civis.Response
  • run_idint

    The ID of the new run triggered.