Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it checks
Threads’s two-step publish flow creates a media container, polls until it transitions toFINISHED, then publishes. Containers expire 24 hours after creation. If our polling sees status EXPIRED, this rule fires.
In practice this only fires on long-deferred publishes (the worker fell behind for >24h). Live POST /v1/posts calls publish within seconds.
Failure response
Remediation
Retry the publish with the sameIdempotency-Key. The dispatcher creates a fresh container each attempt; an expired one from a previous run isn’t carried forward.
Related
meta.container.expired— the cross-platform shape (IG + Threads).threads.container.error— non-expiry container failures.