Skip to main content
GET
List judged posts

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Path Parameters

id
string
required

Query Parameters

account_id
string

Target account UUID. Required for staff callers; ignored for customer API keys.

relevant_only
boolean

Only return posts the AI judged relevant. Default false: rejected posts come back too, with the reason, which is how you see what the prompt is excluding.

limit
integer<int32>
default:50

Maximum posts to return, newest first.

Required range: 1 <= x <= 200

Response

OK

posts
object[] | null
required