GET /qwen/api/v1/tasks/
Method: GETEndpoint: /qwen/api/v1/tasks/{task_id}
This section contains endpoint-specific behavior, parameters, or usage notes for this API.
Request Parameters
Path Parameters
text
task_id
string
RequiredHeader Parameters
text
Authorization
string
Optional
Default Value:
Bearer {{YOUR_API_KEY}}Example Request
Shell
bash
curl --location --request GET '/qwen/api/v1/tasks/' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'Response
🟢 200 Success
Content Type: application/json
Response Schema
text
objectExample
json
{}