Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.urldna.io/v1/query/{query_id} \ --header 'authorization: <authorization>'
{ "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "<string>", "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