TWG CLI provides native Loom access for videos, spaces, workspaces, settings, and invites via the Atlassian GraphQL Gateway. For cross-product video queries (including Loom alongside other connected providers), use twg videos instead.
1 2twg loom get ari:cloud:loom::video/<id> twg loom get ari:cloud:loom::comment/<id>
1 2twg loom video query # List videos in workspace twg loom video delete --id ari:cloud:loom::video/<id> -y # Delete a video
1 2twg loom space search --query "Engineering" twg loom space create --name "Demos" --privacy workspace -y
1 2twg loom workspace query
1 2twg loom settings get -s hello
1 2twg loom invite query
1 2twg loom --help twg loom get --help twg loom space --help twg loom video --help twg loom workspace --help twg loom settings --help twg loom invite --help
For federated video queries across Loom and other connected providers, use twg videos.
Rate this page: