Get Data Extract
get_data_extractCheck the status and download readiness of a data extract job. Returns completion state and CSV availability.
Instructions
Get details for a data extract job. Returns status (per spec enum: queued | running | complete | failed | canceled | expired) and the is_completed boolean (use this for readiness). download_expires_at is the link-expiry timestamp; has_download_url=true means the CSV is currently downloadable. The presigned download URL itself is not returned to the model — retrieve it from the Automox console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract_id | Yes | ||
| output_format | No | json |