Request Information
- Method: GET
- URL:
https://api.superaiglobal.com/v1/queryTask/{taskUUID}/creations
Request Headers
| Field | Value | Description |
|---|---|---|
| Content-Type | application/json | Data exchange format |
| Authorization | Bearer {your api key} | Replace {your api key} with your Bearer token |
Path Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| taskUUID | String | Yes | Task ID returned by createTask |
Request Example
Response Body
| Field | Type | Description |
|---|---|---|
| code | String | Status code. 200 for success. See error codes table for other values |
| data | Object | Response data object |
| data.taskStatus | String | Task status: - queued: Task queued - running: Task processing - successed: Task completed successfully - failed: Task failed |
| data.result | Json | Result information |
| message | String | Log message |
