v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBRepo Sync Events
Get a single Repo Sync Event
Shows a single Repo Sync event.
get/accounts/{account_id}/repo_syncs/{repo_sync_id}/events/{id}
Path parameters
account_idstring required
Account ID
repo_sync_idstring required
Repo Sync ID
idstring required
ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
{
"type": "import",
"created_at": "2015-01-28T09:52:53Z",
"status": "failure",
"auto_import": true,
"errors": [
"Error message 1",
"Error message 2"
]
}