---
title: "Get service details"
method: GET
path: "/org/services/{service_id}"
tags: ["Organization"]
---

# Get service details

`GET /org/services/{service_id}`

## Path parameters

- `service_id` string, uuid, required

## Response `200`

service details

- Service
  - `service_id` string, uuid, required
  - `service_asset_id` string, uuid
  - `service_created_at` integer
  - `service_updated_at` integer
  - `service_address` string
  - `service_transport` string
  - `service_vhost` string
  - `service_port` string, port
  - `service_data` object
  - `service_protocol` string
  - `service_summary` string
  - `service_screenshot_link` string
  - `service_link` string
  - `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
- `404` — Resource not found

---

[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)
