> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Organization Device Activity Information

Get the organization device activity information by its ID.

<Note>
  External Documentation

  To learn more, visit the [Apple Business Manager documentation](https://developer.apple.com/documentation/applebusinessmanagerapi/get-orgdeviceactivity-information).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                            |
  | --------- | ---------------------------------------------------------------------- |
  | Device ID | The ID of the organization device to get the activity information for. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"type": "orgDeviceActivities",
		"id": "84d7f133-b4a4-41be-ad0a-c2e4e53ea624",
		"attributes": {
			"status": "COMPLETED",
			"subStatus": "COMPLETED_WITH_SUCCESS",
			"createdDateTime": "2025-05-01T18:22:27.106Z",
			"completedDateTime": "2025-05-01T18:22:38.894Z",
			"downloadUrl": "https://store.blobstore.apple.com/4a7f73ecd1/1317ef485b3aea95ac80/9b5c028726eacaa1f3e2/ccfa60f6114198d48cc5/88c579b1995efc28cd36?response-content-disposition=attachment%3Bfilename%3D%22ABM-ActivityLog_May-1-2025_14-22-40.csv%22&response-content-type=application%2Foctet-stream&iCloudAccessKeyId=MACOSX_SU_ACCESS_KEY&Expires=1746123820&Signature=wrYW2gn7UZDM9aO3KOMqT8YWCBo%3D"
		},
		"links": {
			"self": "https://api-business.apple.com/v1/orgDeviceActivities/84d7f133-b4a4-41be-ad0a-c2e4e53ea624"
		}
	},
	"links": {
		"self": "https://api-business.apple.com/v1/orgDeviceActivities/84d7f133-b4a4-41be-ad0a-c2e4e53ea624"
	}
}
```

## Workflow Library Example

[Get Organization Device Activity Information with Apple Business Manager and Send Results Via Email](https://library.blinkops.com/workflows/get-organization-device-activity-information-with-apple-business-manager-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-organization-device-activity-information-with-apple-business-manager-and-send-results-via-email/canvas" />
</div>
