Skip to content
CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.

chalksurf sheet list

chalksurf sheet list
List exercise sheets owned by the selected organization
Options:
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
--folder-id Only include sheets placed directly in this folder [string]
--include-descendants Include sheets in descendant folders; requires --folder-id [boolean] [default: false]
--limit Maximum number of sheets to return [number]
--offset Number of organization-owned sheets to skip [number]
--after-id Return sheets with IDs after this keyset cursor; cannot be combined with --offset [string]
--all Collect every organization-owned sheet in sequential pages of 100 [boolean] [default: false]
Examples:
chalksurf --profile prod-codex sheet list --json List sheets owned by the selected organization
chalksurf --profile prod-codex sheet list --all --result-file inventory.json --json Save a complete reviewed inventory
chalksurf --profile prod-codex sheet list --folder-id 00000000-0000-4000-8000-000000000001 --include-descendants --json List a folder subtree