pub async fn get_request_context(
__arg0: State<XRayState>,
__arg1: Path<String>,
__arg2: Query<XRayQuery>,
) -> Result<Json<Value>, StatusCode>Expand description
Get request context for a specific request ID
GET /api/v1/xray/request-context/{request_id}?workspace={workspace_id}
Returns the state that was active when a specific request was made. Request IDs are provided in X-MockForge-Request-ID headers.