For updates on incidents, see the OpenAI API status page: https://status.openai.com/
9 Likes
I have found the API endpoint https://status.openai.com/api/v2/status.json only returns minimal status information compared to the webpage https://status.openai.com/.
{
"page": {
"id": "jbxzcdv9xc4d",
"name": "OpenAI",
"url": "https://status.openai.com",
"time_zone": "America/Los_Angeles",
"updated_at": "2023-01-26T05:50:56.038+00:00"
},
"status": {
"indicator": "none",
"description": "All Systems Operational"
}
}
Is there another API endpoint for more detailed status information, that includes the API & Playground Site status, along with the past incidents and historical uptime?
Also, this is the first mention of /api/v2
I have seen? Are there other v2
endpoints and if so, where are they documented?
Thanks
M
3 Likes
This is not openai API endpoint. It is the third-party status service that they are using and it is a common status service. the v2/api endpoint is the third-party service api endpoint.
4 Likes