Skip to main content
Fetch a sync by id through the repository’s upstream. Required scope: write

Options

str
required
Repository name.
str
required
Sync ID.

Response

Returns a sync object.
str
Sync ID.
str
Repository ID.
'pull' | 'push'
Sync direction.
'queued' | 'in_progress' | 'completed' | 'failed'
Current sync status.
int
Attempt number for this run.
read