asana_get_job
Poll an async job's status by GID and retrieve the new task or project GID once it succeeds, providing clear success/failure state.
Instructions
Poll an async job by GID (from duplicate_task/duplicate_project/instantiate_* tools). Returns status (not_started|in_progress|succeeded|failed) and the new_task/new_project GID once done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_gid | Yes | Job GID | |
| opt_fields | No | Override the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"]. |