cURL
curl --request GET \ --url https://api.urldna.io/v1/queries \ --header 'authorization: <authorization>'
[ { "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "<string>", "operator": "=", "value": "<string>" } ] } ]
Retrieves all saved query objects for the authenticated user. Queries encapsulate reusable filter combinations for consistent scan searching.
Successful Response
Unique query identifier.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.
Show child attributes