Skip to main content
GET
Get Worker Status

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Query Parameters

syncId
string<uuid>

Gets the unique identifier for the configuration key. Represents a configuration key that serves as a unique identifier for configuration entities.

Response

The Status Elements of the Worker

identifier
string<uuid>
required

The Unique Identifier of a Sync

state
enum<integer>
required

The current State of Sync

Available options:
0,
1,
2,
3,
4,
5,
6,
7
progressText
string

The text of Progress

progress
number<double>

The Percent of Progress

lastSync
string<date-time>

The Time of Last Sync

nextSync
string<date-time>

The Time of Next Sync