The profiles list endpoint supports query parameters to filter results by tags, gender, and other fields. Use filters to find matching profiles for bulk operations, segmentation checks, or integration lookups.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Basic request
Filtering by tag
filter[tags][] values to match profiles that have any of the listed tags.
Filtering by gender
Combining filters
Multiple filter parameters are combined with AND logic — a profile must match all supplied filters to appear in results.Pagination
The response includes ameta.pagination object:
?page=2, ?page=3, and so on to retrieve subsequent pages. Adjust per_page (default 20, max 50) to control result size.