Skip to content

Query Single Task

GET https://www.kkiai.com/volc/v1/contents/generations/tasks/{task_id}

Request Parameters

Authorization

Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer

Example: Authorization: Bearer ********************

Path Parameters

Parameter NameTypeRequiredDescription
task_idstringRequired

Header Parameters

Parameter NameTypeRequiredDescriptionExample
Content-TypestringOptionalapplication/json
AcceptstringOptionalapplication/json
AuthorizationstringOptionalBearer {{YOUR_API_KEY}}

cURL Example

bash
curl --location --request GET 'https://www.kkiai.com/volc/v1/contents/generations/tasks/cgt-20251028092233-kkvcb' \
--header 'Authorization: Bearer <token>'

Response

🟢 200 Success

Response Example

json
{}