Design Studio

Get a folder

Get a folder by its UUID. You can retrieve the UUID of folders through List folders.

get/v1/design_studio/folders/{id}

Path parameters

idstring uuid required

The UUID of the folder.

Response

Successful response

Example response

{
  "folder": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Product Announcements",
    "parent_folder_id": null,
    "created": 1714732800,
    "updated": 1714732800
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.