cURL
curl --request GET \ --url https://depot.mesa.dev/api/v1/{org}/{repo}/sync \ --header 'Authorization: Bearer <token>'
{ "last_sync_attempt": "2023-11-07T05:31:56Z", "last_sync_success": "2023-11-07T05:31:56Z", "status": { "type": "<string>" } }
Get the sync status for a repository with upstream configured
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Sync status
Timestamp of the last sync attempt
Timestamp of the last successful sync
What the status of the last sync was.
Show child attributes