Sign in

Retrieve published posts

documented

List posts published on the blog (supports type sub-segments and various query params).

GET /v2/blog/{blog-identifier}/postsBlogsno 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://api.tumblr.com/v2/blog/{{$blog_identifier}}/posts?api_key={{TUMBLR_API_KEY}}&limit={{$limit}}&offset={{$page}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Retrieve published posts · tumblr · OpenIntegrations