Juno
API reference

Check export status

get_export_status Requires export:read

Track an export started with start_export. Poll until ready is true, then download the CSV from the REST endpoint GET /v1/api/exports/{job_id}/download. 'failed' means the export did not complete — start a new one.

Input

job_id
string
tools/call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_export_status",
    "arguments": {
      "job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
  }
}