check_status
Retrieve results of a submitted analysis using its activity ID. Optionally wait for the job to finish, then receive the output in your chosen format.
Instructions
Check on a submitted analysis, or wait for it. If it has finished, the result comes back and is archived locally. Polling is free and the job runs whether or not you poll. Once collected, calling this again is served from disk at no cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | auto, geojson, or columnar. | auto |
| wait_s | No | Seconds to wait for completion. 0 checks once and returns immediately. | |
| activity_id | Yes | From a submit_* call. |