Skip to main content
GET
List AI-generated suggestions

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

modelId
string<uuid>
required

The ID of the shared model to list suggestions for.

Query Parameters

status
enum<string>
default:active

Filter suggestions by status:

  • active - Only active suggestions (default)
  • ignored - Only ignored suggestions
  • all - All suggestions regardless of status
Available options:
active,
ignored,
all
cursor
string

Cursor for keyset-based pagination. Use the id from the last suggestion in the previous page.

pageSize
integer
default:25

Number of suggestions to return per page. Defaults to 25, maximum 100.

Required range: 1 <= x <= 100

Response

List of suggestions for the model

records
object[]
required

List of AI-generated suggestions

pageInfo
object
required

Pagination information for paginated responses.