Skip to main content
Out-of-band Application Security Testing (OAST) interactions recorded from interactsh callbacks. These represent DNS, HTTP, or other protocol interactions triggered by payloads injected during active scanning.

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 fields raw_request and raw_response are excluded from list responses. Use GET /api/oast-interactions/:id to access full interaction data.

GET /api/oast-interactions/:id, Get OAST Interaction Detail

Returns a single OAST interaction by its numeric ID, including full raw_request and raw_response fields.
Error responses:

DELETE /api/oast-interactions/:id, Delete OAST Interaction

Deletes a single OAST interaction by its numeric ID. Returns 404 if the interaction does not exist.
Response (200):
Error responses: