---
title: "Return the status of a bulk add-media-to-location request."
method: GET
path: "/api/v4/locations/photos/requests/{requestId}"
tags: ["Locations"]
---

# Return the status of a bulk add-media-to-location request.

`GET /api/v4/locations/photos/requests/{requestId}`

Returns the current processing status for a bulk photo upload request.

## Path parameters

- `requestId` string, required

## Response `200`

Successful response

- LocationPhotosUploadStatusType
  - `requestId` string
  - `status` string
  - `photos` LocationPhotoUploadItem[]
    - `mediaId` string
    - `locationId` string
    - `status` string
    - `errorMessage` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.dev/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.dev/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/2d0f7a88fc45/schema)
