CRM v2 pipeline counts
How many sample requests sit in each pipeline tab — toReview, readyToShip, shipped, pendingContent, completed, cancelled — under the filters you pass, plus the overall completionRate, the shop's approvalTarget (limit and used), archivedCount, expiringCount and a dataFreshness stamp. This is the tab-badge row above the board.
Accepts the same filters as /funnel/v2/requests (the counts respect them), so you can ask 'how many are in each stage for this product / date range'. Single-shop, CRM v2 shops only.
Query parameters
Page number, 1-based.
Page number, 1-based.
Rows per page (max 100).
Rows per page (max 100).
Pipeline tab to filter to. One of: toReview, readyToShip, shipped, pendingContent, completed, cancelled.
Pipeline tab to filter to. One of: toReview, readyToShip, shipped, pendingContent, completed, cancelled.
Comma-separated product IDs.
Comma-separated product IDs.
Comma-separated creator profile IDs.
Comma-separated creator profile IDs.
Comma-separated automation IDs that sourced the request.
Comma-separated automation IDs that sourced the request.
Comma-separated CRM tags.
Comma-separated CRM tags.
Earliest request date, YYYY-MM-DD (inclusive).
Earliest request date, YYYY-MM-DD (inclusive).
Latest request date, YYYY-MM-DD (inclusive).
Latest request date, YYYY-MM-DD (inclusive).
Free-text search over creator handle / name.
Free-text search over creator handle / name.
Sort field.
Sort field.
'asc' or 'desc'.
'asc' or 'desc'.
Drop rejected requests.
Drop rejected requests.
Return archived requests instead.
Return archived requests instead.
Only requests expiring soon.
Only requests expiring soon.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.