AI-generated Key Takeaways
- 
          Retrieves metadata of a specified PhotoSequence via the Operation interface. 
- 
          Returns an Operation response indicating processing status, error, or the PhotoSequence data. 
- 
          Possible errors include PERMISSION_DENIED if the user lacks access and NOT_FOUND if the PhotoSequence doesn't exist. 
- 
          Requires authorization with the https://www.googleapis.com/auth/streetviewpublishscope.
- 
          Uses a GET request with the sequence ID as a path parameter and optional view and filter query parameters. 
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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- PhotoSequenceis not finished yet.
- Operation.done= true and- Operation.erroris populated, if there was an error in processing.
- Operation.done= true and- Operation.responseis poulated, which contains a- PhotoSequencemessage.
This method returns the following error codes:
- google.rpc.Code.PERMISSION_DENIEDif the requesting user did not create the requested- PhotoSequence.
- google.rpc.Code.NOT_FOUNDif the requested- PhotoSequencedoes not exist.
HTTP request
GET https://streetviewpublish.googleapis.com/v1/photoSequence/{sequenceId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| sequenceId | 
 Required. ID of the photo sequence. | 
Query parameters
| Parameters | |
|---|---|
| view | 
 Specifies if a download URL for the photo sequence should be returned in  
 | 
| filter | 
 Optional. The filter expression. For example:  The filters supported are:  | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/streetviewpublish
For more information, see the OAuth 2.0 Overview.
