Gets a file from an asset
get/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path}
Path parameters
agentSpaceIdstring required
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
The unique identifier for the agent space containing the asset
assetIdstring required
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
The unique identifier of the asset containing the file
pathstring required
The path of a file within an asset
The path of the file within the asset to retrieve
Query parameters
assetVersioninteger
The specific asset version to retrieve the file from. If omitted, the latest version is returned.
Response
Success