v1

latestOpenAPI 3.0.0ISC2026-07-26782347.5 KB
User

Get information about your Phantombuster account and your agents.

get/user

Response

Success

statusstring

Example response

{
  "status": "success",
  "data": {
    "email": "excellent.customer@gmail.com",
    "timeLeft": 14087,
    "emailsLeft": 100,
    "captchasLeft": 10,
    "storageLeft": 9991347906,
    "databaseLeft": 239222784,
    "agents": [
      {
        "id": 1388,
        "name": "My first agent",
        "lastEndMessage": "Agent has no associated script",
        "lastEndStatus": "launch failed",
        "queuedContainers": 2
      }
    ]
  }
}