GET /api/oast-interactions, List OAST Interactions
Returns paginated OAST interactions. Heavy fields (raw_request, raw_response) are excluded from list responses for performance.
Query parameters:
Note: The fieldsraw_requestandraw_responseare excluded from list responses. UseGET /api/oast-interactions/:idto access full interaction data.
GET /api/oast-interactions/:id, Get OAST Interaction Detail
Returns a single OAST interaction by its numeric ID, including fullraw_request and raw_response fields.
DELETE /api/oast-interactions/:id, Delete OAST Interaction
Deletes a single OAST interaction by its numeric ID. Returns404 if the interaction does not exist.
