Stage Runtime File

View as Markdown
Copy a durable space storage file into a runtime. Use this when an agent needs a local file path inside the runtime.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

runtimeIdstringRequired

Request

This endpoint expects an object.
fileIdstringRequiredformat: "uuid"
namestringOptional1-255 characters
runtimePathstringOptional1-4096 characters

Response

OK
expiresAtdatetime or null
idstring>=1 character
namestring1-255 characters
runtimeIdstringformat: "uuid"
runtimePathstring>=1 character
sizeBytesinteger0-9007199254740991

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error