GET /jimeng/fetch/
Method: GETEndpoint: /jimeng/fetch/{task_id}
TaskStatus: "NOT_START" "SUBMITTED" "QUEUED" "IN_PROGRESS" "FAILURE" "SUCCESS"
Request Parameters
Path Parameters
text
task_id
string
Task ID
RequiredHeader Parameters
text
Content-Type
string
Required
Example:
application/json
Authorization
string
Optional
Default Value:
Bearer {{YOUR_API_KEY}}Example Request
Shell
bash
curl --location --request GET '/jimeng/fetch/' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json'Response
🟢 200 Success
Content Type: application/json
Response Schema
text
object