cURL
curl --request GET \ --url https://api.urldna.io/v1/query/{query_id} \ --header 'authorization: <authorization>'
{ "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "<string>", "operator": "=", "value": "<string>" } ] }
Retrieves complete details for a specific saved query including all filter conditions.
Successful Response
Unique query identifier.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.
Show child attributes