Get Instagram user's media collection (posts, photos, videos, reels, carousels). Use when you need to retrieve all media published by an Instagram Business or Creator account with support for pagination and time-based filtering.
afterstringCursor for forward pagination - retrieve media after this cursor Value comes from paging.cursors.after in the response; stopping at the first page silently omits older posts.
limitintegerNumber of media items to return per page (default: 25, max: 100)
sinceintegerUnix timestamp - filter results to media created after this time. If both 'since' and 'until' are provided, 'since' must be less than 'until'.
untilintegerUnix timestamp - filter results to media created before this time. If both 'since' and 'until' are provided, 'since' must be less than 'until'.
beforestringCursor for backward pagination - retrieve media before this cursor
fieldsstringComma-separated list of fields to return. Available fields: id, caption, media_type, media_url, permalink, thumbnail_url, timestamp, username, comments_count, like_count, ig_id, is_comment_enabled, owner, shortcode, media_product_type, video_title, children{media_url,media_type,…
ig_user_idRequiredstringInstagram Business or Creator Account ID. Use 'me' for the authenticated user, or provide the numeric ID obtained from the Instagram Graph API (typically 17 digits, e.g., '17841405793187218'). If you provide a Facebook Page ID, it will be automatically converted to the Instagram…
graph_api_versionstringInstagram Graph API version to use (e.g., 'v21.0')
auto_resolve_fb_page_idbooleanIf true and the provided ig_user_id fails, automatically attempt to resolve it as a Facebook Page ID by retrieving the instagram_business_account field. Set to false to disable this behavior.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.