Get content sync status

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

  1. Call the external import endpoint to create content.
  2. Poll this endpoint using the returned contentId.
  3. Stop polling when syncStatus reaches Success or Failed.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the teamsite context for the request. Depending on API behavior, it may be a GUID-formatted value or a documented special value such as 1.

string
required

Identifier of the imported Seismic Library content item whose external synchronization status should be retrieved.

Responses

403 in legacy environments.

403; clients should handle both 401 and 403 for auth-related failures.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json