---
title: "Get the authenticated caller's account."
method: GET
path: "/v1/accounts/me"
tags: ["accounts"]
---

# Get the authenticated caller's account.

`GET /v1/accounts/me`

Returns the account the API key or session is authenticated against, including id, name, tier, and billing summary.

## Response `200`

OK

- AccountView — Account information.
  - `id` string, required — The account ID.
  - `name` string, required — The account name.
  - `tier` 'ACCOUNT_TIER_INVALID' | 'ACCOUNT_TIER_BASIC' | 'ACCOUNT_TIER_PRO' | 'ACCOUNT_TIER_ENTERPRISE' | 'ACCOUNT_TIER_TRIAL' | 'UNRECOGNIZED', required
  - `account_status` 'ACCOUNT_STATUS_INVALID' | 'ACCOUNT_STATUS_ONBOARDING' | 'ACCOUNT_STATUS_ENABLED' | 'ACCOUNT_STATUS_DISABLED_BY_ADMIN' | 'ACCOUNT_STATUS_DISABLED_QUOTA_REACHED' | 'ACCOUNT_STATUS_TRIAL_CANCELLED' | 'ACCOUNT_STATUS_STRIPE_PENDING_RESOURCES' | 'UNRECOGNIZED', required
  - `created_at` string, required — The account creation timestamp.
  - `billing` BillingView, required — Account billing information.
    - `account_billing_type` 'STRIPE' | 'AWS_MARKETPLACE' | 'STRIPE_PROJECTS' | 'UNRECOGNIZED', required
    - `stripe` StripeBillingInfo — Stripe billing information.
      - `customer_id` string, nullable — The Stripe customer ID.
      - `active_subscription` string, nullable — The active Stripe subscription ID.
    - `aws` AwsBillingInfo — AWS Marketplace billing information.
      - `customer_identifier` string, nullable — The AWS account ID used for Marketplace billing (12-digit).
      - `license_arn` string, nullable — The AWS Marketplace license ARN.
      - `subscription_status` string, nullable — The AWS Marketplace subscription status.
    - `stripe_customer_id` string, nullable — Deprecated: use stripe.customer_id.
  - `stripe_customer_id` string, nullable — Deprecated: use billing.stripe.customer_id.
  - `active_subscription` string, nullable — Deprecated: use billing.stripe.active_subscription.
  - `account_billing_type` 'STRIPE' | 'AWS_MARKETPLACE' | 'STRIPE_PROJECTS' | 'UNRECOGNIZED'
  - `external_billing_account_id` string, nullable — Deprecated: use billing.aws.customer_identifier.

---

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