Skip to main content

Create

POST 

/workspaces

Create a new Workspace for storing files and logs.

Responses

Successfully created a Workspace.

Schema

    id uidrequired

    The UID associated to a Workspace. Learn more

    status WorkspaceStatus (string)required

    Possible values: [active, archived]

    The status of the Workspace.

    files

    object

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id uuidrequired

    The UUID associated to a file.

    name stringrequired

    The name of the file.

    url urirequired

    URL to download the file contents.

    size integerrequired

    The size of the file in bytes.

    createdAt date-timerequired

    The creation time of the file.

  • ]

  • logs

    object

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • id uuidrequired

    The UUID associated to a log.

    type stringrequired

    The type of log.

    level LogLevel (string)required

    Possible values: [debug, info, warning, error]

    The log level.

    url uri

    URL to download the file contents.

    createdAt date-timerequired

    The creation time of the log.

  • ]

  • createdAt date-timerequired

    The creation time of the Workspace.

Loading...