---
title: "Get browser profile usage"
method: GET
path: "/v1/browser_profiles/{profile_id}/usage"
tags: ["Browser Profiles"]
---

# Get browser profile usage

`GET /v1/browser_profiles/{profile_id}/usage`

List the workflows, credentials, and recent runs that depend on a browser profile.

## Path parameters

- `profile_id` string, required — The ID of the browser profile. browser_profile_id starts with `bp_`

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successfully retrieved browser profile usage

- BrowserProfileUsage
  - `workflows` BrowserProfileUsageWorkflow[]
    - `workflow_permanent_id` string, required
    - `title` string, required
    - `via` string, required
  - `credentials` BrowserProfileUsageCredential[]
    - `credential_id` string, required
    - `name` string, required
  - `recent_seeded_run_count` integer

## Other responses

- `404` — Browser profile not found
- `422` — Validation Error

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api-2/revisions/6e177b49046b/schema)
