Skip to main content
get/inboxes/{inboxId}/instagram/media

List Instagram media

LLM
View as Markdown
Open llms.txt

Returns posts, reels, and active stories available for targeting an Instagram comment Journey trigger. The opaque page token preserves provider pagination across media types.

Authorization

Scheme

  • bearerAuth

Required scopes

  • inbox:read

Allowed roles

  • owner
  • admin
  • agent

List Instagram media available for Journey targeting.

Parameters

  • Name
    inboxId
    Type
    path string
    Description
    Required parameter.
  • Name
    mediaTypes
    Type
    query array<InstagramMediaType>
    Description
    Media types to include. Defaults to post, reel, and story.
  • Name
    pageSize
    Type
    query integer
    Description
    Number of provider media records to inspect. Defaults to 50.
  • Name
    pageToken
    Type
    query string
    Description
    Opaque token returned as `nextPageToken` from the previous page.

Responses

  • 200

    Instagram media page

    • application/json InstagramMediaResponse
  • default

    Error

    • application/json ProblemDetails