Projects
List project files
The shared files in a project with size and last update.
GET
https://cloud.generalinput.com/v1/projects/:id/filesAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Response
{
"files": [
{
"path": "brand/voice.md",
"sizeBytes": 3120,
"updatedAt": "2026-08-30T09:00:00.000Z"
},
{
"path": "pricing.xlsx",
"sizeBytes": 48211,
"updatedAt": "2026-08-12T14:20:00.000Z"
}
],
"updatedAt": "2026-08-30T09:00:00.000Z"
}Paths are relative and unique per project. updatedAt is the newest file's timestamp, or null when the project holds no files.