cURL
curl --request POST \ --url https://api.urldna.io/v1/query \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "query_filters": [ { "attribute": "id", "operator": "=", "value": "<string>" } ] } '
[ { "name": "<string>", "query_filters": [ { "attribute": "id", "operator": "=", "value": "<string>" } ], "id": "<string>" } ]
Creates a new saved query with custom filter conditions. Queries enable complex, reusable searches across scan attributes using logical AND combinations of filters.
Descriptive name for identifying the query.
Array of filter conditions. All filters are combined with logical AND.
Show child attributes
Query created successfully.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.
Unique query identifier.