List posts
Post
List posts
Returns a list of feedback posts. Sorted by trend by default.
GET
List posts
Documentation Index
Fetch the complete documentation index at: https://sleekplan.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by category ID.
Available options:
trend, top, new, updated, scoring, priority, eta Filter by status ID.
Filter by admin owner ID.
Filter by user segment ID (one per query).
Comma-separated tag IDs.
Required range:
1 <= x <= 100Advanced JSON filter query.
Example:
"{\"meta\": {\"key\": \"test_key\", \"value\": \"test_value\", \"condition\": \"eq\"}}"
