miro_get_export_job_status
Track the progress of a Miro export job. Provide job ID and organization ID to check status. Enterprise only.
Instructions
Check export job progress. ENTERPRISE ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Export job ID | |
| org_id | Yes | Organization ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| status | Yes | ||
| message | Yes | ||
| progress | No | ||
| created_at | No | ||
| finished_at | No | ||
| boards_total | No | ||
| boards_exported | No |