Retrieve an OpenAI Response

GET
/v1/router/openai/v1/responses/{response_id}

Native OpenAI Responses retrieve endpoint. Query strings are forwarded as encoded by the client.

Authorization

AuthorizationBearer <token>

API key as Bearer token: Authorization: Bearer dp_sk_xxx

In: header

Path Parameters

response_id*string

Response Body

application/json

curl -X GET "https://example.com/v1/router/openai/v1/responses/string"
{}