---
title: "Fetch planned content"
method: GET
path: "/v1/planned-content"
tags: ["PlannedContent"]
---

# Fetch planned content

`GET /v1/planned-content`

This endpoint returns planned content items based on the provided parameters.

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `parentId` string
- `cursor` string
- `query` string

## Response `200`

successful operation

- PlannedContentResponse
  - `data` PlannedContentItem[], required
    - `id` string, required
    - `name` string
    - `body` string
    - `mediaType` 'folder' | 'plannedContent'
    - `permalink` string
    - `tags` string[]
    - `links` string[]
    - `attachments` Attachment[]
      - `id` string, required
      - `name` string
      - `mediaType` string
      - `mimeType` string
      - `durationInSeconds` integer
      - `subtitleFileName` string
      - `subtitles` string
      - `original` ImageMetadata
        - `url` string, required
        - `width` integer
        - `height` integer
        - `sizeInBytes` integer
      - `thumbnail` ThumbnailMetadata
        - `url` string, required
        - `width` integer
        - `height` integer
    - `author` AuthorMetadata
      - `id` string, required
      - `firstName` string
      - `lastName` string
      - `avatarUrl` string
    - `dates` Dates
      - `created` string, required
      - `updated` string, required
      - `due` string, required
  - `meta` Meta
    - `cursor` string
    - `isSearchable` boolean

## Other responses

- `400` — Bad request.
- `500` — Unexpected error.

---

[API](https://skmtc.dev/hootsuite/apis/hootsuite-apps-api.md) · [All operations](https://skmtc.dev/hootsuite/apis/hootsuite-apps-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hootsuite/hootsuite-apps-api/revisions/015e2672e012/schema)
