Search category status list
- Print
- PDF
Search category status list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
VOD Station provides an API to search the encoding status list of categories.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
pageNo | No | Integer | - Page number to request Total page number is total/pageSizeNo | |
pageSizeNo | No | Integer | Number of categories per page | |
workStartTimeTo | No | Integer | - Encoding request search end time This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC | |
workStartTimeFrom | No | Integer | - Encoding request search start time This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC |
Search category status by page
- Example: searching the category status to view 10 files per page when 30 files have been requested to be encoded
Search status of encoding file requested at a certain point in time
Request headers
Header name | Description |
---|---|
x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid. x-ncp-apigw-timestamp:{Timestamp} |
x-ncp-iam-access-key | - Value of access key ID issued in the NAVER Cloud Platform portalx-ncp-iam-access-key:{Sub Account Access Key} |
x-ncp-apigw-signature-v2 | Signature encrypted with the Access Key ID value and Secret Keyx-ncp-apigw-signature-v2:{API Gateway Signature} |
Responses
Field name | Type | Description | Remarks |
---|---|---|---|
error | Object | Responds when a request fails Error response code and message | |
error.code | Integer | Error response code | |
error.message | String | Error response message | |
content[] | Array(Object) | VOD Station OPEN API response object | |
content[].categoryId | String | Category ID | |
content[].categoryName | String | Category name | |
content[].filePath | String | Input file name | |
content[].outputType | Integer | Number of output types according to the encoding settings | |
content[].link | Boolean | - URL to download output file If the output file's disclosure scope is set to "Do not disclose," it may not be accessible. | |
content[].outputTotalSize | String | Total size of output file (unit: byte) | |
content[].lastWorkTime | Object | Last working time | |
content[].status | String | Encoding status | COMPLETE, WAITING, RUNNING, FAILURE, CANCELED |
content[].percent | String | Encoding progress rate | |
total | String | Total number of encodings performed |
Examples
Request examples
Response examples
Was this article helpful?