<!--
{
  "availability" : [
    "iOS: 3.0.0 - 8.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.6.0 - 10.10.0"
  ],
  "documentType" : "symbol",
  "framework" : "ServiceManagement",
  "identifier" : "/documentation/ServiceManagement/SMJobCopyDictionary(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Service Management"
    ],
    "preciseIdentifier" : "c:@F@SMJobCopyDictionary"
  },
  "title" : "SMJobCopyDictionary(_:_:)"
}
-->

# SMJobCopyDictionary(_:_:)

Copies the job description dictionary for the specified job label.

```
func SMJobCopyDictionary(_ domain: CFString!, _ jobLabel: CFString) -> Unmanaged<CFDictionary>!
```

## Parameters

`domain`

The job’s domain (for example, [`kSMDomainSystemLaunchd`](/documentation/ServiceManagement/kSMDomainSystemLaunchd)).

`jobLabel`

The label identifier of the job to copy.

## Return Value

A new dictionary describing the job, or `NULL` if the system couldn’t find the job. The caller must release the dictionary.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)