MCP documentation | MCP docs for agents

ark_get_load_file_download_url

ark.get_load_file_download_url

Create a short-lived signed download URL for a visible ARK load file.

Availability
Expanded preview
Scopes
loads:read
ARK permissions
canViewLoads
Team visibility
Required and enforced
Approval policy
none
ARK approval request
Not required
Idempotency
Not required
Read-only
Yes
Destructive
No
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID.

format: uuid

fileIdstringrequired

Load file ID.

format: uuid

expiresInSecondsinteger

default: 3600; min: 60; max: 86400

Result

The tool returns the canonical ark.get_load_file_download_url operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.