v1

latestOpenAPI 3.0.02026-07-267316.2 KB
Project

Retrieve the list of files uploaded to the project (scope: files.read)

get/workspace/{workspace-id}/project/{project-id}/files

Path parameters

workspace-idstring required

The identifier for the workspace

project-idstring required

The identifier for the project in the workspace

Response

The list of files was retrieved successfully

workspacestring required

The workspace id (matches the workspace-id sent with the request)

projectstring required

The project id (matches the project-id sent with the request)

Example response

{
  "workspace": "z3plqkvf52r",
  "project": "3e95a13e7f1",
  "files": [
    {
      "filename": "Inter-Bold.ttf",
      "size": 84216,
      "contentType": "font/ttf",
      "metadata": {
        "family": "Inter Bold",
        "subFamily": "Regular",
        "weight": 400,
        "style": "normal"
      }
    }
  ]
}