Workspace: Glob
Find files in the agent’s workspace matching a glob pattern
Find files in the per-agent workspace matching a glob pattern (e.g.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
**/*.py). Useful for discovering files before reading or editing them.
Path Parameters
Request Body
**/*.py).Response
ok).Example Request
Notes
- Use
**to match across directory boundaries and*to match anything within a single path segment. - Combine with Workspace: Grep to search the contents of the matched files.
See Also
Authorizations
API Key for authentication
Path Parameters
Agent UUID
Body
Request body for finding files in the agent workspace by glob pattern.
Response
Successful Response
Generic response wrapper returned by agent workspace endpoints. Not every field is populated for every tool.
Result status of the workspace operation.
"ok"
Standard output captured from the workspace command. Present for bash.
Standard error captured from the workspace command. Present for bash.
Process exit code returned by the workspace. Present for bash.
File contents. Present for file_read.
File path affected by the operation. Present for file_write, file_edit, multi_edit, file_share.
Match results. Present for glob and grep.
Public CDN URL. Present for file_share.
Error message when the operation fails.

