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

idstring uuid required
tenant_idstring uuid required
text_agent_idstring uuid required
version_numberinteger required
config_snapshotobject required
sourcestring required
source_refstring uuid nullable
base_version_idstring uuid nullable
flywheel_run_idstring uuid nullable
created_bystring uuid nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 3 revisions of this API.