curl --request GET \
--url https://api.galtea.ai/tests/types \
--header 'Authorization: Bearer <token>'{
"types": [
"QUALITY",
"RED_TEAMING",
"SCENARIOS"
]
}Retrieves the non-repeated test types of all the products of the user’s organization. See Tests.
curl --request GET \
--url https://api.galtea.ai/tests/types \
--header 'Authorization: Bearer <token>'{
"types": [
"QUALITY",
"RED_TEAMING",
"SCENARIOS"
]
}API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Filter by product IDs
Test types retrieved successfully
["QUALITY", "RED_TEAMING", "SCENARIOS"]