Get task result

What the task produced, once it is finished. Like the status endpoint it accepts a public access token, so the media can be collected client-side.

GET/tasks/{id}/result
AuthAPI keyorPublic access tokenHow to send it

What the task produced. Like status, it accepts the task's public access token, so a browser can collect the media.

The shape of result follows the task's type. It is null while the task is pending. errors is not included, so read a failed task with get task.

Path parameters#

idstringrequired

The task to read.

e.g. "tsk_01KE7XWWEQ4MCGWKBQKJ1G47RP"

Response#

200Task result returned

dataobjectrequired

Errors#

A failed call names what went wrong in code, with a sentence in message. The codes, which of them are worth retrying, and how to read a validation failure are on Errors.