---
title: "List prompts"
method: GET
path: "/marketing/aeo/2026-09-beta/prompts"
tags: ["Basic"]
---

# List prompts

`GET /marketing/aeo/2026-09-beta/prompts`

Retrieve a list of prompts from the AnswerEngineVisibilityPublicApi. This endpoint allows you to filter and sort prompts based on various criteria, such as creation date and business unit. Use this endpoint to manage and view prompts efficiently.

## Query parameters

- `after` string
- `businessUnitId` string
- `createdAfter` string
- `createdAt` string
- `createdBefore` string
- `limit` integer
- `sort` string

## Response `200`

successful operation

- CollectionResponsePublicPromptForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A string token used as a cursor to retrieve the next set of results in a paginated response.
      - `link` string — A URL string pointing to the next page of results in the paginated response.
  - `results` PublicPrompt[], required — An array of PublicPrompt objects, representing the individual prompts in the collection.
    - `aiAssistants` string[], required — An array of AI assistants associated with the prompt.
    - `businessUnitId` string, required — The identifier for the business unit associated with the prompt.
    - `buyingJourneyPhase` string — The phase of the buying journey that the prompt is associated with.
    - `createdAt` string, date-time, required — The date and time when the prompt was created, in ISO 8601 format.
    - `id` string, required — The unique identifier for the public prompt.
    - `language` string — The language in which the prompt is written.
    - `prompt` string, required — The text content of the prompt.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-aeo.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-aeo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-aeo/revisions/511ca1e59a4c/schema)
