Web Search API - url_citations not coming through

In the example code below

{
“model”: “gpt-4o”,
“tools”: [
{
“type”: “web_search_preview”,
“search_context_size”: “high”
}
],
“input”: “What is the best VPN for security?”
}

Should url_citations always be generated? I’m not getting any results back.