Agents
Check Optimized Costs Eligibility
Check whether an agent qualifies for optimized cost pricing
GET
Check Optimized Costs Eligibility
Check whether an agent qualifies for optimized cost pricing. Optimized costs apply caching to repeated agent prompts and reduce per-call cost — eligibility is based on call volume over a recent window.Endpoint
Path parameters
Agent UUID.
Request headers
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereExamples
Response
Eligible
Not Eligible
Response fields
Whether the agent currently meets the volume threshold for optimized costs.
Number of calls placed by this agent in the last
threshold_days days.Volume threshold required for eligibility.
Window size in days used to count calls.
Notes
- Once eligible, enable optimized costs via Update Advanced Settings by setting
enable_initial_message_cache: true. - Eligibility is checked in real time — keep polling this endpoint or check periodically.
- Agents that drop below the threshold may be reverted to standard pricing automatically.