Hi OpenAI team,
The current doc around webhooks is not sufficient. It doesn’t tell about if webhook request failed what is the retry mechanism. I also noticed that there is no way to view the webhook request log on OpenAI.
For the background response api using the shell tool it is important to know these details as the container would be destroyed if the resource is not accessed on time (like after 20 mins of container inactivitiy).
Also it would have been great if there is an option to configure webhook endpoint where one can configure/select API keys for which webhook is valid for configured endpoint.
I have multiple api keys for different envs with the same project but with current setup it seems the api will be called even for the envs it is not desired for.
Also IMO it lacks one of the essential feature of the webhooks configuration; pause and resume.
It would be great if you could point where could I find the documentation around it.
Thanks!