v1
latestOpenAPI 3.1.02026-07-2342137210.8 KBSearch Analysis Groups
Returns a paginated list of your Analysis Groups. Supports filtering by status, readiness_status, industry, interval, and date range.
Query parameters
Filters analysis groups updated after the specified date (exclusive).
Filters analysis groups updated on or after the specified date.
Filters analysis groups updated before the specified date (exclusive).
Filters analysis groups updated on or before the specified date.
Query string to be matched against Group name.
Comma-separated list used to filter analysis groups by their status.
- active — returns groups that are currently in use.
- deleted — returns groups that have been deleted.
Comma-separated list used to filter analysis groups by their readiness status.
- pending — processing in progress.
- ready — processing completed successfully.
- failed — processing failed.
Filter analysis groups by their demand data interval.
- day — returns groups with daily demand data.
- week — returns groups with weekly demand data.
Comma-separated list used to filter analysis groups by industry. Only groups whose analyses match one of the specified industries are returned.
- accommodation — Accommodation providers, travel tech, and OTAs
- cpg — Consumer packaged goods companies
- tourism — Leisure, travel, and tourism businesses (e.g. Expedia, DMOs, travel platforms)
- marketing — Advertising and marketing services
- parking — Parking facility operators
- restaurants — Food and beverage businesses including restaurant groups
- retail — Non-food retail and retail tech
- transportation — On-demand transport and delivery
- other — All other industries
Comma-separated list used to sort Analysis Groups. Prefix a field name with - to reverse the default direction.
- name: sort alphabetically A–Z
- -name: sort alphabetically Z–A
- created: oldest first (ascending)
- -created: newest first (descending)
- updated: oldest first (ascending)
- -updated: newest first (descending)
Zero-based index of the first result to return.
Maximum number of results to return per page.
Response
Successful Response