Get Interaction Detail
Interaction
Get Interaction Detail
Get detailed interaction data by ID.
This endpoint returns the full interaction data including request/response details. Use this endpoint when you need to view the complete interaction information.
Parameters:
- interaction_id: Unique identifier of the interaction.
- current_user: Current user for authentication (required for admin role).
Returns:
- Full interaction data including request/response details.
Raises:
- HTTPException(404): If the interaction is not found.
- HTTPException(401): If the user is not authorized.
GET
Get Interaction Detail
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
