Sign in

Get media item

documented

Returns the app created media item for the specified media item identifier.

GET /v1/mediaItems/{mediaItemId}MediaItemsno implementation yet0 runs
No 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://photoslibrary.googleapis.com/v1/mediaItems/{{$mediaItemId}}?fields={{$fields}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get media item · Google Photos · OpenIntegrations