---
title: CreatedJob
framework: accountdatatransfer
role: symbol
role_heading: Object
path: accountdatatransfer/createdjob
---

# CreatedJob

An object that represents a newly created download request.

## Declaration

```data
object CreatedJob
```

## Properties

parentRequestId: For recurring requests, a UUID that identifies the series of requests. For one-time requests, the server doesn’t include this key in the response. requestId: A UUID that identifies this request. status: success if the server created the request; error otherwise. statusCheckDelay: The number of seconds to wait before you call Get recurring request status or Get one-time request status.

## See Also

### Request creation

- [Submit request](accountdatatransfer/submit-request.md)
- [JobSubmission](accountdatatransfer/jobsubmission.md)
- [Resubmit request](accountdatatransfer/resubmit-request.md)
- [ResubmissionRequest](accountdatatransfer/resubmissionrequest.md)
- [ResubmissionResponse](accountdatatransfer/resubmissionresponse.md)
