Skip to main content
GET
Get Suggestions
Retrieve all suggestions from your project. This endpoint returns a paginated list of all suggestions with vote counts and status information.
string
required
ID of user who created this suggestion (CUID format, e.g., clm7x1a2b000008l7h3k1b2c3)
string
default:"IN_PROGRESS"
required
Status of suggestion (PENDING, PLANNED, IN_PROGRESS, COMPLETED, CLOSED) (default: IN_PROGRESS)
number
Number of suggestions to return (1-100, default: 20)
number
Number of suggestions to skip (default: 0)

Response Fields

Returns an object with suggestions array and pagination info:

Suggestion Object Fields

Example Request

Example Response

Error Responses