Skip to main content
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

string
required
Agent UUID.

Request headers

string
required
Bearer token for authentication. Format: Bearer talq_your_environment_token_here

Examples

Response

Eligible

Not Eligible

Response fields

boolean
required
Whether the agent currently meets the volume threshold for optimized costs.
integer
required
Number of calls placed by this agent in the last threshold_days days.
integer
required
Volume threshold required for eligibility.
integer
required
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.