Get Workers
GET /v1/integration/worker
Retrieves a list of integration workers. Each worker entry includes its current state, configuration, and standard attributes. Workers are background processes that handle integration tasks such as synchronization and data processing.
Request Body
{
"configuration": [
{
"value": "ViRTamBbhlNkTHnwepMSzfRVSndUHfor",
"uuid": "ewwqe"
},
{
"value": "live",
"label": "Live Environment",
"uuid": "environment"
}
],
"name": "ZAVE+ARSP",
"workers": [
null
],
"integrationId": "6634cc8a2f6eba614c0cecf6"
}