Retrieves a task object by its ID.

Polling of task status to wait its completion should be done with an exponentially growing timeout
starting with a minimum of 15 seconds and up to 4 minutes (15s, 30s, 60s, 2min, 4min).
Requesting task status more frequently is useless as its cached and returned state won't change
sooner than that, but can increase probability of getting 429 error for exceeding request rate limits.

Language
Authorization
Header
Click Try It! to start a request and see the response here!