Skip to main content
GET
List Moderation Queue

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Path Parameters

team_id
string
required
hub_id
string
required

Query Parameters

filter[status]
string
default:pending
filter[reportable_type]
string | null
sort
enum<string>
default:-last_reported_at

Sort order for the queue. One of: -author_name, -content, -last_reported_at, -report_count, -reportable_type, author_name, content, last_reported_at, report_count, reportable_type

Available options:
-author_name,
-content,
-last_reported_at,
-report_count,
-reportable_type,
author_name,
content,
last_reported_at,
report_count,
reportable_type
page[size]
integer
default:20
Required range: 1 <= x <= 100
page[after]
string | null

Response

Successful Response

Response schema for GET /moderation/queue.

data
AdminQueueReportResource · object[]
required
included
ContactIncludedResource · object[] | null
meta
Meta · object | null