Lists the 10 most recently created jobs for the specified job type(s).
Requires a secret_* API key.
1curl "https://api.bytescale.com/v2/accounts/{accountId}/jobs?jobType=AntivirusJob" \2 -H "Authorization: Bearer YOUR_API_KEY"
1{2 "items": [3 {4 "accountId": "YOUR_ACCOUNT_ID",5 "created": 1615680311115,6 "error": {7 "code": "error_code",8 "message": "Error message.",9 "timestamp": "2024-11-14T15:19:29.471Z"10 },11 "jobDocs": "https://www.bytescale.com/docs/job-api/GetJob",12 "jobId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",13 "jobType": "ExampleJob",14 "jobUrl": "https://api.bytescale.com/v2/accounts/FW25aki/jobs/ExampleJob/01ARZ3NDEKTSV4RRFFQ69G5FAV",15 "lastUpdated": 1615680311115,16 "status": "Cancelled",17 "summary": {18 "deletions": [19 "/file/to/delete.jpg"20 ]21 }22 }23 ]24}
Your account ID.
This is visible on the settings page:
https://www.bytescale.com/dashboard/settings
Example: "A623uY2"
Type: String
Length: 7
Job type.
This parameter can be set multiple times.
Type: String
Allowed Values: "AntivirusJob", "CopyFileBatchJob", "CopyFolderBatchJob", "DeleteFileBatchJob", "DeleteFolderBatchJob", "ProcessAudioJob", "ProcessImageJob", "ProcessVideoJob", "ResetCacheJob"
Add one of these Authorization header values to your request:
•Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.
•Option 2: use HTTP basic authorization with apikey as your username and your API key as your password.
For advanced options, please see:
https://www.bytescale.com/docs/auth
Note: this endpoint requires a secret_* API key.
Type: String
This website uses cookies. By continuing you are consenting to the use of cookies per our Cookie Policy. Our legal policies were last updated August 16 2024.
This website requires a modern web browser -- the latest versions of these browsers are supported: