Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousDelete a fileNextUpload delegation
PricingDashboard

Files from a run

List files you uploaded with the same run id so you can collect the outputs together.


Tool

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.

Authentication

API key required. Only files on your account are returned.

Parameters

ParameterTypeRequiredDescription
runIdStringYesSame run id you set on upload (max 120 characters)
limitNumberNoMax files to return (default 50, max 500 when runId is set)

Usage notes

  • API equivalent: GET https://api.beecargo.net/files/list?runId= (alias: GET /files/run/{runId})
  • Pass runId on beecargo_upload (or the matching REST upload) when you create each file.
  • The list only includes files owned by the API key you are using.
  • Library browsing without runId is documented on /docs/mcp/list.
beecargo_list_files