# Numbers

> List the workspace's dedicated lines and their warm-up state.

GET https://beam.aisync.link/v1/numbers
curlResponseCopy
```
curl https://beam.aisync.link/v1/numbers \
  -H "x-api-key: YOUR_WORKSPACE_KEY"
```

```
{
  "numbers": [
    { "e164": "+15559876543", "channels": ["imessage"],
      "active": true, "daily_cap": 25, "hourly_cap": 12 },
    { "e164": "+15551112222", "channels": ["sms", "mms"],
      "active": true, "daily_cap": 25, "hourly_cap": 12 }
  ]
}
```

daily_cap and hourly_cap are the current warm-up limits on first touches from each line; they grow as the number earns trust. Replies in active conversations are never capped. Adding lines happens in the Numbers tab (see Numbers & warm-up).
