Get task detail by ID
GET /task/{taskId}
Returns a single task
Authorizations
Parameters
Path Parameters
ID of task to return
Responses
200
Successful operation
object
The unique identifier for the task.
The status of the task.
The time the task was created.
The time the task was last updated.
The outputs of the task.
object
The media IDs generated by the task. You can use these IDs to fetch detailed information about the generated media.
The images you generate are usually not permanently retained. You need to retrieve your images as soon as possible.
The public URL of the images generated by the task.
The images you generate are usually not permanently retained. You need to retrieve your images as soon as possible. If an image is not available, it MAY be replaced by null in the array.
Headers
A unique identifier for the request. This is useful for debugging and tracing requests.
404
Task not found
Headers
A unique identifier for the request. This is useful for debugging and tracing requests.