---
title: "Get all services"
method: GET
path: "/org/services"
tags: ["Organization"]
---

# Get all services

`GET /org/services`

## Query parameters

- `search` string

## Response `200`

array of services

- 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

## Changes

- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-17** `233fb48632cf` — 1 breaking
  - the `items/service_port` response's property type/format changed from `number`/`port` to `string`/`port` for status `200`
- **2020-01-16** `0cd287ac6169` — 15 breaking
  - the `items/created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/first_seen` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/last_seen` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/lowest_rtt` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - …11 more

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/org/services/get.md)

---

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