Retrieves detailed information about a specific LLM generation strategy.
cURL
curl --request GET \ --url https://app.deepslate.eu/api/v1/vendors/{vendorId}/organizations/{organizationId}/llm-generation-strategies/{strategyId}
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "My Opal Strategy", "type": "phonebot-v2.1", "parameters": { "temperature": 0.2, "outputSampleRate": 44100, "voice": { "provider": "elevenlabs", "voiceId": "lcMyyd2HUfFzxdCaC4Ta", "modelId": "eleven_multilingual_v2", "speed": 1, "stability": 0.5, "similarityBoost": 0.75, "style": 0, "useSpeakerBoost": false }, "vad": { "confidenceThreshold": 0.5, "minVolume": 0, "startDuration": 0.3, "stopDuration": 0.7, "backbufferDuration": 1 } }, "organizationId": "f0e9d8c7-b6a5-4321-fedc-ba9876543210" }, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the LLM Generation Strategy (UUID)
Successfully retrieved strategy details
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
Show child attributes
Correlation or trace ID
Was this page helpful?