Helpers
Pause TAM Builder Job
Pause a running TAM build at the next ICP-band boundary - resumable (unlike cancel, which is terminal). The job flips to a transient pausing state, the in-flight process finishes and is written, then it settles to paused. Delivered companies stay readable via the poll endpoint, and you are charged only for what’s been delivered so far. Resume with POST /api/v1/tam/build/{job_id}/resume
POST
Pause TAM Builder Job
Headers
Path Parameters
The job_id returned by the TAM build submit endpoint.
Previous
Resume TAM Builder JobResume a `paused` build from its checkpoint. It continues from the checkpoint where it was paused, Only new companies delivered are charged.
Next
Pause TAM Builder Job