---
title: "Get profile"
method: GET
path: "/profiles/{profileID}"
---

# Get profile

`GET /profiles/{profileID}`

Retrieve a single analysis profile by UUID or name.

## Path parameters

- `profileID` string, required

## Response `200`

Profile details.

- Profile — An analysis profile defining sandbox configuration.
  - `id` string — Profile UUID
  - `name` string — Human-readable profile name (must be unique within organization)
  - `tags` string[] — OS and locale specifications (e.g., os:windows10-2004-x64, locale:en-us)
  - `network` '' | 'drop' | 'internet' | 'tor' | 'sim200' | 'sim404' | 'simnx' | 'vpn' — Network mode for analysis
  - `geolocation` string[], nullable — Geographic region tags for VPN routing (required when network is vpn)
  - `timeout` integer — Analysis duration in seconds (max 3600)
  - `options` object — Additional profile options.
    - `browser` string — Browser to use for URL analysis (e.g., chrome, firefox)

## Other responses

- `404` — Profile not found.

---

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