Skip to main content
Skip table of contents

Job roaming

POST /v3/jobs/discover

Discovers jobs on other site servers.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: [ jobs ]


POST /v3/jobs/download

Download jobs data from other site servers.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: [ jobs ]

Response body:
{
  "jobIds": [
    0
  ]
}


POST /v3/jobs/download/cancel

Cancels job download

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: [ jobs ]

Request body:
{
  "jobIds": [
    0
  ]
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.