List photos
documentedList all photos for a user.
GET /v1/photosStreet View Publish APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://streetviewpublish.googleapis.com/v1/photos?view={{view}}&pageSize={{pageSize}}&pageToken={{pageToken}}&filter={{filter}}&languageCode={{languageCode}}" \\
-X GET \\
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
-H "Accept: application/json" \\
-H "Content-Type: application/json"