Skip to main content
GET
/
platform
/
data
/
batchJob
/
actions
/
{code}
/
summary
Error
A valid request URL is required to generate request examples
{
  "code": "<string>",
  "name": "<string>",
  "scheduledDate": "2023-11-07T05:31:56Z",
  "dateStarted": "2023-11-07T05:31:56Z",
  "status": "Ready",
  "resources": [
    {
      "resourceType": "<string>",
      "counts": [
        {
          "status": "Waiting",
          "count": 123
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

code
string | null
name
string | null
scheduledDate
string<date-time> | null
dateStarted
string<date-time> | null
status
enum<string>
Available options:
Ready,
Pending,
Running,
Completed,
Canceled
resources
object[] | null