---
title: "FetchBulkOpsRequest"
method: GET
path: "/bulk-ops-requests/{bulkOpsRequestId}"
tags: ["Bulk Ops Requests"]
---

# FetchBulkOpsRequest

`GET /bulk-ops-requests/{bulkOpsRequestId}`

Fetch a bulk operations request.

## Path parameters

- `bulkOpsRequestId` string, required — Universally Unique Lexicographically Sortable Identifier (using Crockford's alphabet).

## Response `200`

Ok

- BulkOpsRequestDetails
  - `bulkOpsRequestId` string, required — Universally Unique Lexicographically Sortable Identifier (using Crockford's alphabet).
  - `endpoint` 'REGISTER_PUBLIC_KEYS' | 'REGISTER_CERTIFICATES' | 'ONBOARD_DEVICES', required
  - `status` 'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED', required
  - `requestedAt` string, date-time, required — HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).
  - `completedAt` string, date-time — HTML-encoded ISO-8601 date-time string denoting the start or end of a date range. If the string includes only a date, the time is the beginning of the day (00:00:00).
  - `uploadedDataUrl` string, required — The URL at which you can retrieve the data you originally uploaded to an endpoint that supports bulk operations.
  - `errorSummaryUrl` string — The URL at which you can retrieve a summary of errors and the row indices they occurred at for a failed bulk ops request job.

---

[API](https://skmtc.dev/nrfcloud/apis/nrf-cloud-rest-api.md) · [All operations](https://skmtc.dev/nrfcloud/apis/nrf-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nrfcloud/nrf-cloud-rest-api/revisions/c4e56e458ebf/schema)
