List profiles

List all reusable analysis profiles configured for your organization.

What this endpoint does

Lists all analysis profiles configured for your organization. Profiles are reusable sandbox configurations that specify the execution environment — OS/locale (via tags like os:windows10-2004-x64), network routing mode (internet, Tor, VPN, simulated responses), analysis timeout, and optional browser preference. Use this to discover which profiles are available before submitting samples with Sandbox: Submit Sample. Create new profiles with Sandbox: Create Profile and inspect individual ones with Sandbox: Get Profile. To discover valid OS tags for profile creation, use Sandbox: List Resources.

Response data

Returns your organization's profile configurations — the reusable analysis environments you can select when submitting samples. The data field is an array of profiles, or null (not an empty array) when no profiles exist — handle this null case in your code. The next field is a pagination cursor; pass it as a query parameter to retrieve the next page, or null when there are no more results. Each profile shows exactly what the sandbox will do when that profile is selected: which OS to run, how to route network traffic, and how long to analyze.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json