sellerContentRequests
Returns the content requests submitted by the authenticated seller (derived from the token), each with its full detail (status, dates, rejection reason, created resource id and the original payload) so no follow-up detail call is needed.
info
Sellers only ever see their own content requests; the seller is taken from the authenticated token and cannot be passed as an argument.
sellerContentRequests(
status: ContentRequestStatus
sortDirection: SortDirection
page: Int
size: Int
updatedAtFrom: String
): PaginatedSellerContentRequests
Arguments
sellerContentRequests.status ● ContentRequestStatus enum
Filters by status. When omitted, all the seller's content requests are returned.
sellerContentRequests.sortDirection ● SortDirection enum
Sort direction by request date.
sellerContentRequests.page ● Int scalar
The page to fetch.
sellerContentRequests.size ● Int scalar
The page size.
sellerContentRequests.updatedAtFrom ● String scalar
Filters content requests modified on or after the given date (ISO 8601, e.g. "2026-07-28").
Type
PaginatedSellerContentRequests object
A paginated collection of the seller's content requests.