how to obtain my transaction X-Request-Id in Azure openai studio?

Max S. H. NG 20 Reputation points
2023-08-08T02:22:56.11+00:00

In executing sample code using the resources in East-US region, DALL-E returned "Internal Server Error" and ask for X-Request-Id. Where can I get my transaction X-Request-Id?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,106 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,645 questions
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-08-11T11:27:56.5633333+00:00

    Max S. H. NG

    The X-Request-Id is usually included in the response headers of the server. You can check the response headers of the server to find the X-Request-Id. If you are using a tool like Postman, you can find the X-Request-Id in the response headers. If you are using code to make the request, you can usually find the X-Request-Id in the response headers as well.

    Let me know if that helps.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.