MCP documentation | MCP docs for agents

ark_get_carrier_file_download_url

ark.get_carrier_file_download_url

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

Availability
Expanded preview
Scopes
carriers:read
ARK permissions
canViewCarriers
Team visibility
Not entity-scoped
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

carrierIdstringrequired

Visible ARK carrier ID.

format: uuid

fileIdstringrequired

Carrier file ID.

format: uuid

expiresInSecondsinteger

default: 3600; min: 60; max: 86400

Result

The tool returns the canonical ark.get_carrier_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.