v1

latestOpenAPI 3.0.12026-07-1361339.6 KB
Basic

List prompt runs

Retrieve a list of runs for a specific prompt in the Answer Engine Visibility API. This endpoint allows you to filter runs based on creation dates and paginate through results. Useful for tracking the execution history of a specific prompt.

get/marketing/aeo/2026-09-beta/prompts/{promptId}/runs

Path parameters

promptIdstring required

The unique identifier of the prompt for which to retrieve runs.

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

createdAfterstring

Filter runs created after the specified date.

createdAtstring

Filter runs by the exact creation date.

createdBeforestring

Filter runs created before the specified date.

limitinteger

The maximum number of results to display per page.

Response

successful operation