---
title: "List workspaces"
method: GET
path: "/v1/workspaces"
tags: ["Workspaces"]
---

# List workspaces

`GET /v1/workspaces`

Returns a list of workspaces in your account.

## Response `200`

Returns an array of `workspaces`.

- object
  - `workspaces` Workspace[]
    - `id` integer — The id of the workspace.
    - `name` string — The name of the workspace.
    - `messages_sent` integer — The count of [messages sent](/journeys/channels/message-statuses/#sent) via any channel (email, SMS, in-app, push, slack) in the current billing period.
    - `billable_messages_sent` integer — The count of [emails sent](/journeys/channels/message-statuses/#sent) that are considered for billing in your current billing period. Ultimately, we only bill for the overages on your plan.
    - `people` integer — The current count of people profiles in the workspace. Updates roughly every hour.
    - `object_types` integer — The current count of object types in the workspace. Updates roughly every hour.
    - `objects` integer — The current count of object profiles in the workspace. Updates roughly every hour.

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/5da2740beeb5/schema)
