Skip to main content
GET
/
api
/
workspaces
/
{workspaceId}
cURL
curl http://localhost:18080/api/workspaces/abc123
{
  "id": "abc123",
  "name": "my-space",
  "description": "My first space",
  "status": "active",
  "path": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "lastSeen": "2023-11-07T05:31:56Z",
  "config": {},
  "type": "ephemeral"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

Response

Space details

id
string
Example:

"abc123"

name
string
Example:

"my-space"

description
string
Example:

"My first space"

status
string
Example:

"active"

path
string
createdAt
string<date-time>
lastSeen
string<date-time>
config
object

Full workspace configuration

type
enum<string>
Available options:
ephemeral,
persistent