Mutation
Variables
Response
Mutations
browseAgentDirectory
Browses an agent directory and returns a codebase directory listing.
MUTATION
browseAgentDirectory(input: BrowseAgentDirectoryInput!): CodebaseDirectoryListing!Arguments
input
required
Values for the requested operation.
Returns
path
String!
Filesystem path associated with this codebase directory listing.
parentPath
String
Filesystem path associated with this codebase directory listing. May be null when unavailable or not applicable.
homePath
String!
Filesystem path associated with this codebase directory listing.
entries
Entries associated with this codebase directory listing.
truncated
Boolean!
Whether this codebase directory listing is truncated.
Mutation
Variables
Response