Search
Get AI Filter Context
GET
Get AI Filter Context
Fetch the stored filter context for a previously created
filter_id.
The returned filter object follows the same grammar documented in Structured Filters.Authorizations
API key for authentication (lowercase header name)
Path Parameters
24-character transient filter context ID.
Pattern:
^[0-9a-fA-F]{24}$Example:
"0123456789abcdef01234567"
Response
200 - application/json
Raw AI filter context
24-character transient filter context ID.
Pattern:
^[0-9a-fA-F]{24}$Example:
"0123456789abcdef01234567"
Recursive structured filter tree.
Constraints:
- maximum nesting depth: 2
- maximum leaf conditions: 50
- each node should use exactly one of
field,and, oror
- Option 1
- Option 2
- Option 3
Example:
{
"field": "country",
"operator": "eq",
"value": "us"
}24-character transient filter context ID.
Pattern:
^[0-9a-fA-F]{24}$Example:
"0123456789abcdef01234567"
Get AI Filter Context