Restrict a collection by one or more fields.

Section: Filtering, sorting, and search

Filter by exact field values

http
http
GET /tickets?status=open&priority=high
Explanation

Simple query filtering is easy for clients and caches to understand.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Filtering, sorting, and search
Free-text search parameter
Search collection text with a query term.
OpenIn sheethttpsame section
Filter by a date range
Use ISO timestamps for time-based queries.
OpenIn sheethttpsame section
Sort descending by one field
Ask for newest records first.
OpenIn sheethttpsame section
Sort by multiple fields
Provide fallback ordering.
OpenIn sheethttpsame section
Offset pagination
Simple page and limit contract.
OpenIn sheethttp1 tag match
Cursor pagination
Use opaque cursors for large or changing datasets.
OpenIn sheethttp1 tag match