v1

latestOpenAPI 3.0.12026-07-1361339.6 KB
Basic

List recommendations

Retrieve a list of recommendations from the AnswerEngineVisibilityPublicApi. This endpoint allows users to filter and sort recommendations based on various criteria such as prompt ID, status, and recommendation type. It supports pagination and sorting to efficiently manage large sets of data.

get/marketing/aeo/2026-09-beta/recommendations

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 recommendations created after a specific date.

createdAtstring

Filter recommendations by their creation date.

createdBeforestring

Filter recommendations created before a specific date.

limitinteger

The maximum number of results to display per page.

promptIdstring

Filter recommendations by a specific prompt ID.

recommendationTypestring

Filter recommendations by their type.

sortstring

Sort the recommendations based on specified criteria.

statusstring

Filter recommendations by their status.

Response

successful operation