---
title: "Exports the asset inventory in a sync-friendly manner using created_at as a checkpoint. Requires the Splunk entitlement."
method: GET
path: "/export/org/assets/sync/created/assets.json"
tags: ["Splunk"]
---

# Exports the asset inventory in a sync-friendly manner using created_at as a checkpoint. Requires the Splunk entitlement.

`GET /export/org/assets/sync/created/assets.json`

## Query parameters

- `search` string
- `fields` string
- `since` integer

## Response `200`

filtered asset results with a checkpoint wrapper

- AssetsWithCheckpoint
  - `since` integer, required
  - `assets` Asset[], required
    - `id` string, uuid, required
    - `created_at` integer
    - `updated_at` integer
    - `organization_id` string, uuid
    - `site_id` string, uuid
    - `alive` boolean
    - `first_seen` integer
    - `last_seen` integer
    - `detected_by` string
    - `type` string
    - `os` string
    - `os_version` string
    - `hw` string
    - `addresses` string[]
    - `addresses_extra` string[]
    - `macs` string[]
    - `mac_vendors` string[]
    - `names` string[]
    - `domains` string[]
    - `service_count` integer
    - `service_count_tcp` integer
    - `service_count_udp` integer
    - `service_count_arp` integer
    - `service_count_icmp` integer
    - `lowest_ttl` integer
    - `lowest_rtt` integer
    - `last_agent_id` string, uuid
    - `last_task_id` string, uuid
    - `newest_mac` string, mac
    - `newest_mac_vendor` string
    - `newest_mac_age` integer
    - `comments` string
    - `service_ports_tcp` string[]
    - `service_ports_udp` string[]
    - `service_ports_protocols` string[]
    - `service_ports_products` string[]
    - `org_name` string
    - `site_name` string
    - `agent_name` string
    - `tags` object
    - `services` object
    - `rtts` object
    - `credentials` object
    - `attributes` object

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/versions/7c193c1fcd5c/schema)
