List files you uploaded with the same run id so you can collect the outputs together.
When you upload with a runId, call beecargo_list_files with that same runId to list those files in one place. Useful when an agent publishes several outputs and needs one list of them.
API key required. Only files on your account are returned.
GET https://api.beecargo.net/files/list?runId= (alias: GET /files/run/{runId})runId on beecargo_upload (or the matching REST upload) when you create each file.runId is documented on /docs/mcp/list.