# Service Test Management ## Create a service test record for an active service. - [POST /service-tests](https://docs.thefibrecafe.net/openapi/prod/tenant-api/gen/service-test-management/handleservicetest.md): This endpoint can be called to perform a service test on an active service. The Fibre Cafe will validate the request and generate a service test identifier which is returned. If the test request is rejected immediately then a 4XX code will be returned with reason(s) for the rejection in the response. The Fibre Cafe will internally determine the best supplier test to execute based on supplier and service specification attributes, in addition to the PROBLEM_TYPE characteristics supplied. The service test result will be returned asynchronously via a KCI, and may also be queried via the GET /service-tests/{id} API. ## Retrieve current service test details including result if available. - [GET /service-tests/{id}](https://docs.thefibrecafe.net/openapi/prod/tenant-api/gen/service-test-management/handlegetservicetestbyid.md): This endpoint is called to retrieve the current details and status for a service test request. The result of the test will be returned if available.