Get the details of a File
GET /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}
Authorizations
Parameters
Path Parameters
The UUID of the Vault to fetch Item from
The UUID of the Item to fetch File from
The UUID of the File to fetch
Query Parameters
Tells server to return the base64-encoded file contents in the response.
Responses
200
OK
object
Base64-encoded contents of the file. Only set if size <= OP_MAX_INLINE_FILE_SIZE_KB kb and inline_files
is set to true
.
Path of the Connect API that can be used to download the contents of this file.
ID of the file
Name of the file
For files that are in a section, this field describes the section.
object
Size in bytes of the file
401
Invalid or missing token
object
A message detailing the error
HTTP Status Code
Example
403
Unauthorized access
object
A message detailing the error
HTTP Status Code
Example
404
File not found
object
A message detailing the error
HTTP Status Code
Examples
File not found
Item not found
Vault not found
413
File content too large to display
object
A message detailing the error
HTTP Status Code
Examples
File too large