cURL
curl --request GET \ --url https://api.sinancode.com/v1/tasks/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "01234567-89ab-cdef-0123-456789abcdef", "status": "processing", "error_code": "<string>", "error_msg": "<string>", "result": [ { "type": "<string>", "url": "<string>" } ] }
Query task execution status and result by task ID
Please use your API Token for authentication
Task ID
OK
"01234567-89ab-cdef-0123-456789abcdef"
"processing"
Friendly error message (fallback to error_code if empty)
Show child attributes