get_sync_progress
Poll the progress of a synchronization job until it finishes or fails, reporting status and progress.
Instructions
Poll the progress of an init, reinit or sync job.
After calling init_jama_project or reinit_jama_project, poll this roughly
every 2 minutes until status is DONE or ERROR, reporting each sample to the
user. For a project-wide view of all operations and their last runs, use
get_sync_status instead.
Returns:
{"job_id","project_id","kind","status","progress","total","done",
"message","started_at","finished_at"}
status is one of PENDING | RUNNING | DONE | ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |