We are testing the responses API with “background”: true set and we started having requests that hang forever in the “Queued” status and never return any result.
We can find the requests logged in the platform but no output is ever returned of any kind even after days.
In the example log below you can see a request from last Friday 3 October 2025 and it is still hanging. What are we missing? Any suggestions? Is this a known bug?
{
"id": "resp_03f406eeb96bfb920068dff9cf585c819692e2c0a733398505",
"object": "response",
"created_at": 1759508943,
"status": "queued",
"background": true,
"error": null,
"incomplete_details": null,
"instructions": [
{
"type": "message",
"content": [
{
"type": "input_text",
"text": "....OUR PROMPT GOES HERE...."
}
],
"role": "developer"
}
],
"max_output_tokens": null,
"max_tool_calls": null,
"model": "gpt-5-2025-08-07",
"output": [],
"parallel_tool_calls": true,
"previous_response_id": null,
"prompt": {
"id": "pmpt_68907a3e741c8194bd788cc017daa8e50bff20f319e3c759",
"variables": {
"input1": {
"type": "input_text",
"text": ""
},
"input2": {
"type": "input_text",
"text": ""
},
"input3": {
"type": "input_text",
"text": ""
},
"input4": {
"type": "input_text",
"text": "Some data"
},
"input5": {
"type": "input_text",
"text": ""
},
"input6": {
"type": "input_text",
"text": ""
}
},
"version": "15"
},
"prompt_cache_key": null,
"reasoning": {
"effort": "medium",
"summary": null
},
"safety_identifier": null,
"service_tier": "auto",
"store": true,
"temperature": 1.0,
"text": {
"format": {
"type": "text"
},
"verbosity": "medium"
},
"tool_choice": "auto",
"tools": [
{
"type": "file_search",
"filters": null,
"max_num_results": 20,
"ranking_options": {
"ranker": "auto",
"score_threshold": 0.0
},
"vector_store_ids": [
"vs_68c842ee384081919f873d0ba181fcd9"
]
},
{
"type": "web_search_preview",
"search_context_size": "medium",
"user_location": {
"type": "approximate",
"city": null,
"country": "IT",
"region": null,
"timezone": null
}
}
],
"top_logprobs": 0,
"top_p": 1.0,
"truncation": "disabled",
"usage": null,
"user": null,
"metadata": {}
}