DescribeSpeechJobs
) is used to pull speech recognition jobs that meet specified conditions.GET /asr_jobs?size=&states=&queueId=&startCreationTime=&endCreationTime= HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Node Name (Keyword) | Parent Node | Description | Type | Required |
queueId | None | ID of the queue from which jobs are pulled. | String | Yes |
tag | None | Job type: SpeechRecognition. | String | Yes |
orderByTime | None | Desc (default) or Asc . | String | No |
nextToken | None | Context token for pagination. | String | No |
size | None | Maximum number of jobs that can be pulled. The default value is 10. The maximum value is 100. | Integer | No |
states | None | Status of the jobs to pull. If you enter multiple job statuses, separate them by comma. Valid values: All (default), Submitted, Running, Success, Failed, Pause, Cancel. | String | No |
startCreationTime | None | Start time of the time range for job pulling in the format of %Y-%m-%dT%H:%m:%S%z . | String | No |
endCreationTime | None | End time of the time range for job pulling in the format of %Y-%m-%dT%H:%m:%S%z . | String | No |
<Response><JobsDetail></JobsDetail><NextToken></NextToken></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Response container | Container |
Response
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
JobsDetail | Response | Job details. Same as Response.JobsDetail in CreateSpeechJobs . | Container |
NextToken | Response | Context token for pagination | String |
Was this page helpful?