GET
/
api
/
v2
/
jobs
/
{job_id}
{
  "data": {
    "id": 123,
    "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "client_name": "<string>",
    "event_id": {
      "int32": 123,
      "valid": true
    },
    "execution_time": "2023-11-07T05:31:56Z",
    "start_time": "2023-11-07T05:31:56Z",
    "end_time": "2023-11-07T05:31:56Z",
    "status": -1,
    "status_message": "<string>",
    "session_collection": true,
    "local_group_collection": true,
    "ad_structure_collection": true,
    "cert_services_collection": true,
    "ca_registry_collection": true,
    "dc_registry_collection": true,
    "all_trusted_domains": true,
    "domain_controller": "<string>",
    "ous": [
      {
        "objectid": "<string>",
        "name": "<string>",
        "exists": true,
        "distinguishedname": "<string>",
        "type": "<string>"
      }
    ],
    "domains": [
      {
        "objectid": "<string>",
        "name": "<string>",
        "exists": true,
        "type": "<string>"
      }
    ],
    "domain_results": [
      {
        "id": 123,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "deleted_at": {
          "time": "2023-11-07T05:31:56Z",
          "valid": true
        },
        "job_id": 123,
        "domain_name": "<string>",
        "success": true,
        "message": "<string>",
        "user_count": 123,
        "group_count": 123,
        "computer_count": 123,
        "gpo_count": 123,
        "ou_count": 123,
        "container_count": 123,
        "aiaca_count": 123,
        "rootca_count": 123,
        "enterpriseca_count": 123,
        "ntauthstore_count": 123,
        "certtemplate_count": 123,
        "deleted_count": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:
0

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Required range: x > 0

Path Parameters

job_id
integer
required

Job ID

Response

200
application/json
OK
data
object