Skip to main content

Get Workspace

GET 

/api/v1/workspaces/:workspace

Get a Workspace by its ID or Name.

Request

Path Parameters

    workspace stringrequired

Responses

Success

Schema

    id integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Workspace

    Example: Workspace 1
    createdAt date-timerequired

    Creation Date of the Workspace

    Example: 2025-03-12T18:12:44.464Z
    updatedAt date-timerequired

    Update Date of the Workspace

    Example: 2025-03-12T18:12:44.464Z
    description stringnullablerequired

    Description of the Workspace

    Example: Description
Loading...