---
title: "GET /user"
method: GET
path: "/user"
tags: ["User"]
---

# GET /user

`GET /user`

Get information about your Phantombuster account and your agents.

## Response `200`

Success

- object
  - `status` string
  - `data` object
    - `email` string
    - `timeLeft` number
    - `emailsLeft` number
    - `captchasLeft` number
    - `storageLeft` number
    - `databaseLeft` number
    - `agents` object[]
      - `id` number
      - `name` string
      - `scriptId` number
      - `lastEndMessage` string
      - `lastEndStatus` string
      - `queuedContainers` number
      - `runningContainers` number

## Other responses

- `default` — Error

---

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