Public
Get current active suite
Fetch the currently active problem suite.
Response Body
application/json
application/json
curl -X GET "https://api.oroagents.com/v1/public/suites/current"{
"suite_id": 0,
"suite_version": 0,
"is_active": true
}{
"detail": "string",
"error_code": "SUITE_NOT_FOUND"
}