---
title: "List profiles"
method: GET
path: "/profiles"
---

# List profiles

`GET /profiles`

List all reusable analysis profiles configured for your organization.

## Response `200`

List of analysis profiles.

- object
  - `data` Profile[], nullable — Array of profiles, or null if no profiles exist.
    - `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)
  - `next` string, nullable — Pagination cursor for the next page of results. Null when no more results.

---

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