Recent searches

in

Syncs

On this page

Redirect to sync output

GET/api/v0/syncs/{sync_uuid}
Path parameters:
sync_uuidUUIDRequired#
Example request:
Bash
Copied to clipboard
curl https://app.cloudcannon.com/api/v0/syncs/{sync_uuid} \
  -H "X-API-KEY: <your-api-key>"
Responses:
303Redirect
401Unauthorized
JSON
Copied to clipboard
{
  "error": "string"
}
403Forbidden
JSON
Copied to clipboard
{
  "error": "string"
}
Open in a new tab