cURL
curl --request POST \ --url https://{subdomain}.mindhunters.ai/api/v1/data/{uuid}/sync \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Sync started for associated agents.", "data": { "data_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agents": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } }
Resets agent-data statuses to pending and dispatches sync jobs for each associated agent.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the data to sync
Sync started
true
"Sync started for associated agents."
Show child attributes