JARVIS HUB
INITIALIZING...
JARVIS HUB v1.0 — STARTUP SEQUENCE

Export

// AUDIT LOG DOWNLOAD
CONFIGURE EXPORT
ENTITY
FORMAT
DATE RANGE
↓ Download/api/export?entity=tasks&format=csv&days=30
PROGRAMMATIC ACCESS

Pipe to file:

curl -s "http://100.66.2.69:3000/api/export?entity=tasks&format=csv&days=30" > export.csv

Pipe to jq:

curl -s "http://100.66.2.69:3000/api/export?entity=tasks&format=json&days=7" | jq '.[] | .description'