cURL
curl --request GET \ --url https://api.comm.com/api/v1/voice/optimizers/{optimizerId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "agent_id": "<string>", "system_prompt": "<string>", "answered_calls_per_test": "<string>", "test_volume_percent": "<string>", "is_enabled": "<string>", "current_test_id": "<string>", "is_active": true, "history_count": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>