curl --request GET \
--url https://api.galtea.ai/specifications/{id}/tests \
--header 'Authorization: Bearer <token>'Get all tests linked to a specification. See Specifications.
curl --request GET \
--url https://api.galtea.ai/specifications/{id}/tests \
--header 'Authorization: Bearer <token>'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-....
Specification ID
Tests retrieved successfully