X (Twitter) · Arazzo Workflow
X Search Recent Posts and Hydrate the Top Match
Version 1.0.0
Run a recent search, then fetch full details for the first matching post.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
search-recent-get-details
Search recent posts and hydrate the first matching post by id.
Chains the recent-search endpoint into the single-post lookup endpoint, branching to a no-op end when the search returns no results.
1
searchRecent
searchPostsRecent
Search the last seven days of posts for the supplied query and capture the id of the first result.
2
getPostDetails
getPostsById
Retrieve the fully hydrated detail for the first post returned by the search, including author and metrics expansions.