---
title: "Get Workspace Info"
method: GET
path: "/workspace"
tags: ["workspace"]
---

# Get Workspace Info

`GET /workspace`

Retrieves information about your current workspace.

## Headers

- `X-API-KEY` string, required

## Response `200`

Successful Response: Information about the current workspace.

- object
  - `workspace_info` object
    - `id` string
    - `name` string
    - `created_at` string, date-time
    - `credits` integer
    - `locked_credits` integer
    - `api_key` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `500` — Internal Server Error - Something went wrong on our end.

---

[API](https://skmtc.dev/ringg/apis/ringg-ai-api-documentation.md) · [All operations](https://skmtc.dev/ringg/apis/ringg-ai-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ringg/ringg-ai-api-documentation/revisions/00b614a7714c/schema)
