v1
latestOpenAPI 3.0.02026-07-267316.2 KBProject
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
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"
}
}
]
}