get
https://company_subdomain.talkpush.com/api/talkpush_services/agents//changelog
Returns a paginated list of audit log entries for the given agent, ordered by most recent first. Each entry describes a single create, update, or destroy event — who made the change, when, and what fields were affected.
For created entries the changes array is always empty (the initial state is not diffed). For updated entries each item in changes names the API field that changed and includes both the previous and new value.
Possible field values inside a change entry:
agent_name— display name of the agent (stored astitle)description— short descriptionprompt— agent prompt, rendered as a plain-text stringdata_extractions— array of{ "candidate_attribute": "<key>" }objectscategory— category enum key (e.g.talkscore_interview,phone_calls,onsite_interview,event_invitation,passive_candidate_outreach,status_update,reminder)provider— provider key (e.g.elevenlabs,vapi)provider_agent_id— provider-side agent identifierquestion_set_id— ID of the linked question setis_active— boolean active/inactive flag
changed_by values:
- Manager email address when the change was made from the Talkpush CRM
"TalkPush API"when the change was made via the API
401Invalid API key.
404Agent not found.
500Internal server error, we will provide you with the exception message of the application.
