Return the current synchronization status for a Seismic Library content item that was imported from an external source such as Google Drive.
Use this endpoint to monitor whether the latest sync job has completed successfully, is still running, or failed with an actionable error.
Domain Terms
contentId: The Seismic Library content identifier returned by the external content import endpoint.
syncStatus: The lifecycle state of synchronization (Pending, InProgress, Success, or Failed).
error: Present when syncStatus is Failed, containing diagnostic details that help determine retry or remediation actions.
Typical Usage
Call the external import endpoint to create content.
Poll this endpoint using the returned contentId.
Stop polling when syncStatus reaches Success or Failed.
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
403
Forbidden. The caller lacks permission to view synchronization status for this content. In some legacy environments, expired or missing authentication may also surface as 403; clients should handle both 401 and 403 for auth-related failures.
404
Not Found. The specified teamsite, content item, or external connection could not be resolved.
500
Internal Server Error. An unexpected server-side error occurred while retrieving synchronization status.
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200 - Latest synchronization completed successfully200 - Synchronization job is still running200 - Synchronization failed due to external permission issue400 - Example 1401 - Example 1403 - Example 1404 - Caller has no valid Google Drive connection404 - Seismic content item does not exist in the teamsite500 - Example 1