---
title: "GET /jobs/{jobIdentity}/GetDebugDataPath"
method: GET
path: "/jobs/{jobIdentity}/GetDebugDataPath"
tags: ["Job"]
---

# GET /jobs/{jobIdentity}/GetDebugDataPath

`GET /jobs/{jobIdentity}/GetDebugDataPath`

Gets the job debug data information specified by the job ID.

## Path parameters

- `jobIdentity` string, uuid, required

## Query parameters

- `api-version` string, required

## Response `200`

Successfully retrieved debug data paths of the specified job.

- JobDataPath — A Data Lake Analytics job data path item.
  - `jobId` string, uuid — The ID of the job this data is for.
  - `command` string — The command that this job data relates to.
  - `paths` string[] — The list of paths to all of the job data.

---

[API](https://skmtc.net/azure/apis/datalakeanalyticsjobmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/datalakeanalyticsjobmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/datalakeanalyticsjobmanagementclient/versions/ef0aef450b34/schema)
