Get a saved filter view
views
Get a saved filter view
Returns a single saved view by id for the authenticated tenant. Falls back to a system view when the id matches a built-in view.
GET
Get a saved filter view
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
The saved view.
Universal saved-view filter grammar. Each application surface applies the filters it understands.
Example:
{
"side": ["for_sale"],
"brand": ["Rolex"],
"reference": ["126610LN"],
"country_codes": { "include": ["31"] },
"phone_numbers_exclude": ["85212345678"],
"price": { "lte": 1200000, "currency": "EUR" },
"message_timestamp_ms": { "gte": 1777800000000 }
}Ordered sort clauses for a saved view.
Example:
[
{
"field": "message_timestamp_ms",
"direction": "desc"
}
]Response projection requested by a saved view.
Available options:
message_card, market_listing_card, contact_profile_card