Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
gumloop artifacts exposes the files an agent has produced — reports, generated docs, exported data, etc. Artifacts are always scoped to an agent.
List artifacts
ID, FILENAME, VERSION, SESSION, and CREATED. If the response is paginated, the next cursor is printed at the bottom.
| Flag | Description |
|---|---|
--session | Filter to artifacts produced inside a specific session. |
--limit | Maximum number of artifacts to return. |
--cursor | Pagination cursor from a previous list call. |
--json | Print the raw response payload. |
Download an artifact
-o to change the destination:
| Flag | Description |
|---|---|
-o, --output | File or directory to write to. Use - to write to stdout. |
--version-id | Download a specific artifact version. |
--json | Print download metadata as JSON (path + bytes). |
