Check a running trace
get_traceCheck the status of a trace job started previously, polling every 10–15 seconds until it finishes. When status is "done", retrieve the result with read_report.
Instructions
Poll a trace started with start_trace. Free. When status is "done", read the result with read_report. Poll every 10-15s, not in a tight loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id returned by start_trace |