task_redirect_response
task_redirect_response objects indicate how to retrieve the final result of a task.
| Name | Type | Description |
|---|---|---|
| started_time | datetime | The time in UTC that the task was started. |
| status_url | string | The URL to follow to retrieve the status of this task. Specified relative to the current call. |
| task_id | string | The ID of this task. |
| wait_url | string | The URL to follow to retrieve the result of this task. Specified relative to the current call. |