List a creator's flagged media
List the specified creator’s media items flagged by moderation, most recent first: media removed by moderation and media currently under review. Use the status query parameter to narrow to one of the two.
Only moderation metadata is returned, never the media content itself. This is confidential moderation data and only ever reflects the specified creator’s own media.
read:creator— Access creator profiles, content, and creator-specific information.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Query Parameters
Page number to retrieve (starts from 1)
x >= 1Number of items to return per page (1-50, default: 15)
1 <= x <= 50Filter to media with this moderation status. Returns both in_review and removed media when omitted.
in_review, removed