Archive API docs
QUERY

creators

List and paginate creators for the current workspace, ordered newest first.

Arguments

after String default: null
Cursor for fetching the next page of results.
customAttributeConditions [CustomAttributeConditionInput!] default: []
Creator custom attributes conditions
filter CreatorFilterInput default: {}
Filter criteria to narrow down results (e.g. by campaign roster or canonical location).
first Int default: 20
Number of creators to return (page size).
presetId ID default: null
Saved Creator View ID. When provided, inline filter and customAttributeConditions are ignored; the view's stored conditions and sortBy drive the result set. The view's stored filters blob is NOT applied — a view whose only narrowing lives in filters returns the whole workspace (see README §13.2). Accepts IDs returned by creatorViews / creatorView (workspace Creator Views, GA), or by campaignCreatorViews(campaignId:) / campaignCreatorView(id:) (campaign-scoped, ALPHA — opt in with the campaign_creator_views header). Non-Creator-View IDs raise a GraphQL error with extensions.code = "WRONG_VIEW_TYPE"; cross-shop or unknown IDs raise with extensions.code = "NOT_FOUND".

Returns

A paginated connection of Creator nodes. See Pagination for the connection shape.