Get a detection by ID.
Returns the current status and results of a detection. Status values:
Note: This endpoint does not require authentication to support the Execution Flow test input feature.
cURL
curl --request GET \ --url https://api.example.com/v1/detections/{detection_id}
{ "id": "<string>", "status": "<string>", "detector_inputs": [ { "response": "<string>", "question": "<string>", "prompt": "<string>", "dome_detection_method": "<string>" } ], "detector_outputs": [ { "score": 0, "label": "<string>", "details": {} } ], "error_message": "<string>" }
Successful Response
Response model for a detection.
Hide child attributes
Was this page helpful?