Bulk Ops Requests
ListBulkOpsRequests
Fetch a list of bulk operations requests.
get/bulk-ops-requests
Query parameters
status'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED'
startRequestedAtstring
endRequestedAtstring
pageLimitnumber double
pageNextTokenstring
If available in the initial response, use this token to retrieve the next page of items in the list. When supplying as a request parameter, use URL-encoding.
Example:4bb1f9ab35bd
Response
Ok
Example response
{
"items": [
{
"bulkOpsRequestId": "01EZZJVDQJPWT7V4FWNVDHNMM5",
"requestedAt": "2020-06-25T21:05:12.830Z",
"completedAt": "2020-06-25T21:05:12.830Z",
"uploadedDataUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/data-01EZZJVDQJPWT7V4FWNVDHNMM5.csv",
"errorSummaryUrl": "https://api.nrfcloud.com/v1/bulk-ops-assets/a5592ec1-18ae-4d9d-bc44-1d9bd927bbe9/errors-01EZZJVDQJPWT7V4FWNVDHNMM5.json"
}
],
"total": 10,
"pageNextToken": "4bb1f9ab35bd"
}