List brand signals
List signals for products the authenticated brand member’s organization OWNS and HAS CLAIMED, newest first. Unclaimed-brand signals are not retrievable. Supports filtering by product (gtin), batch, serial, sentiment code, category code, date range (date_from / date_to), and contact_consent. category/sentiment filters take stable codes, never labels. Uses the standard {data, pagination} envelope.
Authorizations
Query Parameters
Filter to a single product by GTIN.
Filter to a single batch/lot identifier (GS1 AI 10).
Filter to a single serialized-unit context (serial pool public id).
Filter by consumer-declared sentiment code (positive / neutral / negative).
Filter by category code (e.g. quality_issue).
Include signals created on or after this date (ISO YYYY-MM-DD).
Include signals created on or before this date (ISO YYYY-MM-DD).
Filter to signals where the consumer did (true) or did not (false) opt in to contact.
Page number (1-indexed).
x >= 1Number of items per page (max 100).
1 <= x <= 100Response
OK
Items on the current page, each conforming to the endpoint's item schema. Empty when the result set is empty or page is past the end.
Pagination envelope describing position within the full result set.
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}