cURL
curl --request GET \ --url https://api.chatgrid.ai/v1/v1/boards/{boardId}/assets \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "aabb1122-3344-5566-7788-99aabbccddee", "url": "https://storage.chatgrid.ai/board-files/usr_123/brd_456/1711843260000-report.pdf", "filename": "report.pdf", "size": 245760, "content_type": "application/pdf", "created_at": "2026-03-15T11:00:00.000Z" } ], "has_more": false, "cursor": null }
Returns all files uploaded to a board.
Pass your API key (prefixed cgk_) or a Supabase JWT in the Authorization: Bearer <token> header.
cgk_
Authorization: Bearer <token>
Board UUID.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
List of assets.
list
Show child attributes
false
null