List drop filters

List drop filters for the calling customer. Default ordering is by id ascending. Pagination is offset/limit with limit defaulting to 100 and capped at 1000. The expand flag will populate the brief record on the sourceDataset and managedBy references.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Whether to expand resources referenced in the response to include additional fields

int64
≥ 0
Defaults to 0

Number of items to skip before starting to collect the result set.

int64
1 to 1000
Defaults to 100

Maximum number of items to return in the response.

string

Comma-separated list of fields to order results by. Prefix a field
with - for descending. Default ordering is by id.
Supported fields: id, label, enabled, dropRate,
sourceDataset.id.

string

CEL expression that response drop filters must match. Must evaluate
to bool. Must be URL-encoded.
Supported fields: id (int), label (string), sourceDataset.id
(int), enabled (bool).

Responses

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json