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