---
title: "GET /v1/photoSequence/{sequenceId}"
method: GET
path: "/v1/photoSequence/{sequenceId}"
tags: ["photoSequence"]
---

# GET /v1/photoSequence/{sequenceId}

`GET /v1/photoSequence/{sequenceId}`

Gets the metadata of the specified PhotoSequence via the Operation interface. This method returns the following three types of responses: * `Operation.done` = false, if the processing of PhotoSequence is not finished yet. * `Operation.done` = true and `Operation.error` is populated, if there was an error in processing. * `Operation.done` = true and `Operation.response` is poulated, which contains a PhotoSequence message. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested PhotoSequence. * google.rpc.Code.NOT_FOUND if the requested PhotoSequence does not exist.

## Path parameters

- `sequenceId` string, required

## Query parameters

- `filter` string
- `view` 'BASIC' | 'INCLUDE_DOWNLOAD_URL'

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/streetviewpublish.md) · [All operations](https://skmtc.net/google/apis/streetviewpublish/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/streetviewpublish/versions/be96449e6f98/schema)
