v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBRepo Sync Events
Repository Syncs History
Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync.
get/accounts/{account_id}/repo_syncs/{id}/events
Path parameters
account_idstring required
Account ID
idstring required
ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
Successful response
Example response
[
{
"type": "import",
"created_at": "2015-01-28T09:52:53Z",
"status": "failure",
"auto_import": true,
"errors": [
"Error message 1",
"Error message 2"
]
}
]