Skip to documentation
Browse documentation

Get Post

Fetch a normalized public Tumblr post by blog name and post ID

Capability ID tumblr.post.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

post_id string required

Numeric post ID

Example 802275442449170432
username string required

Tumblr username

Example ashishbishnoi-blog

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
blogName string ashishbishnoi-blog
content array 3 items
content array 3 items
id string 802275442449170432
noteCount integer 1
postUrl string https://www.tumblr.com/ashishbishnoi-blog/802275442449170432
timestamp integer 1765109484
type string blocks

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.