Skip to main content
GET
Get AI Filter Context

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Path Parameters

filter_id
string
required

24-character transient filter context ID.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"0123456789abcdef01234567"

Response

200 - application/json

Raw AI filter context

Stored transient AI filter context.

id
string

24-character transient filter context ID.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"0123456789abcdef01234567"

index_type
string
Example:

"breach"

query
string
Example:

"US gmail users with LinkedIn records after 2020"

filter
object

Recursive structured filter tree.

Constraints:

  • maximum nesting depth: 2
  • maximum leaf conditions: 50
  • each node should use exactly one of field, and, or or
Example:
sample_data
object
field_values
object
total_hits
integer
history
object[]
source
string
parent_id
string

24-character transient filter context ID.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"0123456789abcdef01234567"

created_at
string<date-time>
expires_at
string<date-time>