List AI-generated suggestions
This endpoint requires Organization Admin permissions.
Lists AI-generated suggestions for a shared model. Suggestions can be filtered by status and are returned with keyset-based pagination.
Suggestions are sorted by priority, creation date, and ID for stable pagination.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The ID of the shared model to list suggestions for.
Query Parameters
Filter suggestions by status:
active- Only active suggestions (default)ignored- Only ignored suggestionsall- All suggestions regardless of status
active, ignored, all Cursor for keyset-based pagination. Use the id from the last suggestion in the previous page.
Number of suggestions to return per page. Defaults to 25, maximum 100.
1 <= x <= 100
