text-ai
text_agents
List Text Agent Versions Route
List a text agent's config snapshots, oldest first.
Mirrors GET /voice-agents/{id}/versions. TextAgentVersion rows were written on every cockpit save but had no read route, so the change history the text cockpit records was unreachable — this is what the version rail reads.
Read-only: there is no text rollback endpoint (voice's rail offers rollback because rollbackRoute exists for voice), so the rail renders history and diffs without a revert control.
get/api/v1/text-ai/text-agents/{text_agent_id}/versions
Path parameters
text_agent_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 3 revisions of this API.