KosmoKrator

data

Box CLI for AI Agents

Use the Box CLI from KosmoKrator to call Box tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Box CLI Setup

Box can be configured headlessly with `kosmokrator integrations:configure box`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure box --set access_token="$BOX_ACCESS_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor box --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
access_token BOX_ACCESS_TOKEN Secret secret yes Access Token
url BOX_URL URL url no API Base URL
upload_url BOX_UPLOAD_URL URL url no Upload API Base URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call box.box_get_authorize '{}' --json
Provider shortcut
kosmo integrations:box box_get_authorize '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs box --json
kosmo integrations:docs box.box_get_authorize --json
kosmo integrations:schema box.box_get_authorize --json
kosmo integrations:search "Box" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

box.box_get_authorize

Execute official Box API operation `get_authorize`. Endpoint: GET /authorize.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_authorize '{}' --json
Shortcut
kosmo integrations:box box_get_authorize '{}' --json

box.box_post_oauth2_token

Execute official Box API operation `post_oauth2_token`. Endpoint: POST /oauth2/token.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_oauth2_token '{}' --json
Shortcut
kosmo integrations:box box_post_oauth2_token '{}' --json

box.box_post_oauth2_token_refresh

Execute official Box API operation `post_oauth2_token#refresh`. Endpoint: POST /oauth2/token#refresh.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_oauth2_token_refresh '{}' --json
Shortcut
kosmo integrations:box box_post_oauth2_token_refresh '{}' --json

box.box_post_oauth2_revoke

Execute official Box API operation `post_oauth2_revoke`. Endpoint: POST /oauth2/revoke.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_oauth2_revoke '{}' --json
Shortcut
kosmo integrations:box box_post_oauth2_revoke '{}' --json

box.box_get_files_id

Execute official Box API operation `get_files_id`. Endpoint: GET /files/{file_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id '{}' --json
Shortcut
kosmo integrations:box box_get_files_id '{}' --json

box.box_post_files_id

Execute official Box API operation `post_files_id`. Endpoint: POST /files/{file_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id '{}' --json
Shortcut
kosmo integrations:box box_post_files_id '{}' --json

box.box_put_files_id

Execute official Box API operation `put_files_id`. Endpoint: PUT /files/{file_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id '{}' --json
Shortcut
kosmo integrations:box box_put_files_id '{}' --json

box.box_delete_files_id

Execute official Box API operation `delete_files_id`. Endpoint: DELETE /files/{file_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id '{}' --json

box.box_get_files_id_app_item_associations

Execute official Box API operation `get_files_id_app_item_associations`. Endpoint: GET /files/{file_id}/app_item_associations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_app_item_associations '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_app_item_associations '{}' --json

box.box_get_files_id_content

Execute official Box API operation `get_files_id_content`. Endpoint: GET /files/{file_id}/content.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_content '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_content '{}' --json

box.box_post_files_id_content

Execute official Box API operation `post_files_id_content`. Endpoint: POST /files/{file_id}/content.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_content '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_content '{}' --json

box.box_post_files_content

Execute official Box API operation `post_files_content`. Endpoint: POST /files/content.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_content '{}' --json
Shortcut
kosmo integrations:box box_post_files_content '{}' --json

box.box_post_files_upload_sessions

Execute official Box API operation `post_files_upload_sessions`. Endpoint: POST /files/upload_sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_upload_sessions '{}' --json
Shortcut
kosmo integrations:box box_post_files_upload_sessions '{}' --json

box.box_post_files_id_upload_sessions

Execute official Box API operation `post_files_id_upload_sessions`. Endpoint: POST /files/{file_id}/upload_sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_upload_sessions '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_upload_sessions '{}' --json

box.box_get_files_upload_sessions_id

Execute official Box API operation `get_files_upload_sessions_id`. Endpoint: GET /files/upload_sessions/{upload_session_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_upload_sessions_id '{}' --json
Shortcut
kosmo integrations:box box_get_files_upload_sessions_id '{}' --json

box.box_put_files_upload_sessions_id

Execute official Box API operation `put_files_upload_sessions_id`. Endpoint: PUT /files/upload_sessions/{upload_session_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_upload_sessions_id '{}' --json
Shortcut
kosmo integrations:box box_put_files_upload_sessions_id '{}' --json

box.box_delete_files_upload_sessions_id

Execute official Box API operation `delete_files_upload_sessions_id`. Endpoint: DELETE /files/upload_sessions/{upload_session_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_upload_sessions_id '{}' --json
Shortcut
kosmo integrations:box box_delete_files_upload_sessions_id '{}' --json

box.box_get_files_upload_sessions_id_parts

Execute official Box API operation `get_files_upload_sessions_id_parts`. Endpoint: GET /files/upload_sessions/{upload_session_id}/parts.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_upload_sessions_id_parts '{}' --json
Shortcut
kosmo integrations:box box_get_files_upload_sessions_id_parts '{}' --json

box.box_post_files_upload_sessions_id_commit

Execute official Box API operation `post_files_upload_sessions_id_commit`. Endpoint: POST /files/upload_sessions/{upload_session_id}/commit.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_upload_sessions_id_commit '{}' --json
Shortcut
kosmo integrations:box box_post_files_upload_sessions_id_commit '{}' --json

box.box_post_files_id_copy

Execute official Box API operation `post_files_id_copy`. Endpoint: POST /files/{file_id}/copy.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_copy '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_copy '{}' --json

box.box_get_files_id_thumbnail_id

Execute official Box API operation `get_files_id_thumbnail_id`. Endpoint: GET /files/{file_id}/thumbnail.{extension}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_thumbnail_id '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_thumbnail_id '{}' --json

box.box_get_files_id_collaborations

Execute official Box API operation `get_files_id_collaborations`. Endpoint: GET /files/{file_id}/collaborations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_collaborations '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_collaborations '{}' --json

box.box_get_files_id_comments

Execute official Box API operation `get_files_id_comments`. Endpoint: GET /files/{file_id}/comments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_comments '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_comments '{}' --json

box.box_get_files_id_tasks

Execute official Box API operation `get_files_id_tasks`. Endpoint: GET /files/{file_id}/tasks.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_tasks '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_tasks '{}' --json

box.box_get_files_id_trash

Execute official Box API operation `get_files_id_trash`. Endpoint: GET /files/{file_id}/trash.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_trash '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_trash '{}' --json

box.box_delete_files_id_trash

Execute official Box API operation `delete_files_id_trash`. Endpoint: DELETE /files/{file_id}/trash.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_trash '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_trash '{}' --json

box.box_get_files_id_versions

Execute official Box API operation `get_files_id_versions`. Endpoint: GET /files/{file_id}/versions.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_versions '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_versions '{}' --json

box.box_get_files_id_versions_id

Execute official Box API operation `get_files_id_versions_id`. Endpoint: GET /files/{file_id}/versions/{file_version_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_versions_id '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_versions_id '{}' --json

box.box_delete_files_id_versions_id

Execute official Box API operation `delete_files_id_versions_id`. Endpoint: DELETE /files/{file_id}/versions/{file_version_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_versions_id '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_versions_id '{}' --json

box.box_put_files_id_versions_id

Execute official Box API operation `put_files_id_versions_id`. Endpoint: PUT /files/{file_id}/versions/{file_version_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_versions_id '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_versions_id '{}' --json

box.box_post_files_id_versions_current

Execute official Box API operation `post_files_id_versions_current`. Endpoint: POST /files/{file_id}/versions/current.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_versions_current '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_versions_current '{}' --json

box.box_get_files_id_metadata

Execute official Box API operation `get_files_id_metadata`. Endpoint: GET /files/{file_id}/metadata.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_metadata '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_metadata '{}' --json

box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `get_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `post_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `put_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `delete_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_get_files_id_metadata_id_id

Execute official Box API operation `get_files_id_metadata_id_id`. Endpoint: GET /files/{file_id}/metadata/{scope}/{template_key}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_metadata_id_id '{}' --json

box.box_post_files_id_metadata_id_id

Execute official Box API operation `post_files_id_metadata_id_id`. Endpoint: POST /files/{file_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_metadata_id_id '{}' --json

box.box_put_files_id_metadata_id_id

Execute official Box API operation `put_files_id_metadata_id_id`. Endpoint: PUT /files/{file_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_metadata_id_id '{}' --json

box.box_delete_files_id_metadata_id_id

Execute official Box API operation `delete_files_id_metadata_id_id`. Endpoint: DELETE /files/{file_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_metadata_id_id '{}' --json

box.box_get_files_id_metadata_global_box_skills_cards

Execute official Box API operation `get_files_id_metadata_global_boxSkillsCards`. Endpoint: GET /files/{file_id}/metadata/global/boxSkillsCards.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_metadata_global_box_skills_cards '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_metadata_global_box_skills_cards '{}' --json

box.box_post_files_id_metadata_global_box_skills_cards

Execute official Box API operation `post_files_id_metadata_global_boxSkillsCards`. Endpoint: POST /files/{file_id}/metadata/global/boxSkillsCards.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_files_id_metadata_global_box_skills_cards '{}' --json
Shortcut
kosmo integrations:box box_post_files_id_metadata_global_box_skills_cards '{}' --json

box.box_put_files_id_metadata_global_box_skills_cards

Execute official Box API operation `put_files_id_metadata_global_boxSkillsCards`. Endpoint: PUT /files/{file_id}/metadata/global/boxSkillsCards.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_metadata_global_box_skills_cards '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_metadata_global_box_skills_cards '{}' --json

box.box_delete_files_id_metadata_global_box_skills_cards

Execute official Box API operation `delete_files_id_metadata_global_boxSkillsCards`. Endpoint: DELETE /files/{file_id}/metadata/global/boxSkillsCards.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_metadata_global_box_skills_cards '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_metadata_global_box_skills_cards '{}' --json

box.box_get_files_id_watermark

Execute official Box API operation `get_files_id_watermark`. Endpoint: GET /files/{file_id}/watermark.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_watermark '{}' --json

box.box_put_files_id_watermark

Execute official Box API operation `put_files_id_watermark`. Endpoint: PUT /files/{file_id}/watermark.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_watermark '{}' --json

box.box_delete_files_id_watermark

Execute official Box API operation `delete_files_id_watermark`. Endpoint: DELETE /files/{file_id}/watermark.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_files_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_delete_files_id_watermark '{}' --json

box.box_get_file_requests_id

Execute official Box API operation `get_file_requests_id`. Endpoint: GET /file_requests/{file_request_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_file_requests_id '{}' --json
Shortcut
kosmo integrations:box box_get_file_requests_id '{}' --json

box.box_put_file_requests_id

Execute official Box API operation `put_file_requests_id`. Endpoint: PUT /file_requests/{file_request_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_file_requests_id '{}' --json
Shortcut
kosmo integrations:box box_put_file_requests_id '{}' --json

box.box_delete_file_requests_id

Execute official Box API operation `delete_file_requests_id`. Endpoint: DELETE /file_requests/{file_request_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_file_requests_id '{}' --json
Shortcut
kosmo integrations:box box_delete_file_requests_id '{}' --json

box.box_post_file_requests_id_copy

Execute official Box API operation `post_file_requests_id_copy`. Endpoint: POST /file_requests/{file_request_id}/copy.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_file_requests_id_copy '{}' --json
Shortcut
kosmo integrations:box box_post_file_requests_id_copy '{}' --json

box.box_get_folders_id

Execute official Box API operation `get_folders_id`. Endpoint: GET /folders/{folder_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id '{}' --json

box.box_post_folders_id

Execute official Box API operation `post_folders_id`. Endpoint: POST /folders/{folder_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folders_id '{}' --json
Shortcut
kosmo integrations:box box_post_folders_id '{}' --json

box.box_put_folders_id

Execute official Box API operation `put_folders_id`. Endpoint: PUT /folders/{folder_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id '{}' --json

box.box_delete_folders_id

Execute official Box API operation `delete_folders_id`. Endpoint: DELETE /folders/{folder_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folders_id '{}' --json
Shortcut
kosmo integrations:box box_delete_folders_id '{}' --json

box.box_get_folders_id_app_item_associations

Execute official Box API operation `get_folders_id_app_item_associations`. Endpoint: GET /folders/{folder_id}/app_item_associations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_app_item_associations '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_app_item_associations '{}' --json

box.box_get_folders_id_items

Execute official Box API operation `get_folders_id_items`. Endpoint: GET /folders/{folder_id}/items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_items '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_items '{}' --json

box.box_post_folders

Execute official Box API operation `post_folders`. Endpoint: POST /folders.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folders '{}' --json
Shortcut
kosmo integrations:box box_post_folders '{}' --json

box.box_post_folders_id_copy

Execute official Box API operation `post_folders_id_copy`. Endpoint: POST /folders/{folder_id}/copy.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folders_id_copy '{}' --json
Shortcut
kosmo integrations:box box_post_folders_id_copy '{}' --json

box.box_get_folders_id_collaborations

Execute official Box API operation `get_folders_id_collaborations`. Endpoint: GET /folders/{folder_id}/collaborations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_collaborations '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_collaborations '{}' --json

box.box_get_folders_id_trash

Execute official Box API operation `get_folders_id_trash`. Endpoint: GET /folders/{folder_id}/trash.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_trash '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_trash '{}' --json

box.box_delete_folders_id_trash

Execute official Box API operation `delete_folders_id_trash`. Endpoint: DELETE /folders/{folder_id}/trash.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folders_id_trash '{}' --json
Shortcut
kosmo integrations:box box_delete_folders_id_trash '{}' --json

box.box_get_folders_id_metadata

Execute official Box API operation `get_folders_id_metadata`. Endpoint: GET /folders/{folder_id}/metadata.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_metadata '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_metadata '{}' --json

box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `get_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `post_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `put_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo

Execute official Box API operation `delete_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json
Shortcut
kosmo integrations:box box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json

box.box_get_folders_id_metadata_id_id

Execute official Box API operation `get_folders_id_metadata_id_id`. Endpoint: GET /folders/{folder_id}/metadata/{scope}/{template_key}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_metadata_id_id '{}' --json

box.box_post_folders_id_metadata_id_id

Execute official Box API operation `post_folders_id_metadata_id_id`. Endpoint: POST /folders/{folder_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folders_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_post_folders_id_metadata_id_id '{}' --json

box.box_put_folders_id_metadata_id_id

Execute official Box API operation `put_folders_id_metadata_id_id`. Endpoint: PUT /folders/{folder_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_metadata_id_id '{}' --json

box.box_delete_folders_id_metadata_id_id

Execute official Box API operation `delete_folders_id_metadata_id_id`. Endpoint: DELETE /folders/{folder_id}/metadata/{scope}/{template_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folders_id_metadata_id_id '{}' --json
Shortcut
kosmo integrations:box box_delete_folders_id_metadata_id_id '{}' --json

box.box_get_folders_trash_items

Execute official Box API operation `get_folders_trash_items`. Endpoint: GET /folders/trash/items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_trash_items '{}' --json
Shortcut
kosmo integrations:box box_get_folders_trash_items '{}' --json

box.box_get_folders_id_watermark

Execute official Box API operation `get_folders_id_watermark`. Endpoint: GET /folders/{folder_id}/watermark.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_watermark '{}' --json

box.box_put_folders_id_watermark

Execute official Box API operation `put_folders_id_watermark`. Endpoint: PUT /folders/{folder_id}/watermark.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_watermark '{}' --json

box.box_delete_folders_id_watermark

Execute official Box API operation `delete_folders_id_watermark`. Endpoint: DELETE /folders/{folder_id}/watermark.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folders_id_watermark '{}' --json
Shortcut
kosmo integrations:box box_delete_folders_id_watermark '{}' --json

box.box_get_folder_locks

Execute official Box API operation `get_folder_locks`. Endpoint: GET /folder_locks.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folder_locks '{}' --json
Shortcut
kosmo integrations:box box_get_folder_locks '{}' --json

box.box_post_folder_locks

Execute official Box API operation `post_folder_locks`. Endpoint: POST /folder_locks.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_folder_locks '{}' --json
Shortcut
kosmo integrations:box box_post_folder_locks '{}' --json

box.box_delete_folder_locks_id

Execute official Box API operation `delete_folder_locks_id`. Endpoint: DELETE /folder_locks/{folder_lock_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_folder_locks_id '{}' --json
Shortcut
kosmo integrations:box box_delete_folder_locks_id '{}' --json

box.box_get_metadata_templates

Execute official Box API operation `get_metadata_templates`. Endpoint: GET /metadata_templates.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates '{}' --json

box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema

Execute official Box API operation `get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema`. Endpoint: GET /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema '{}' --json

box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add

Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#add`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#add.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add '{}' --json
Shortcut
kosmo integrations:box box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add '{}' --json

box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update

Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#update`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#update.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update '{}' --json
Shortcut
kosmo integrations:box box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update '{}' --json

box.box_get_metadata_templates_id_id_schema

Execute official Box API operation `get_metadata_templates_id_id_schema`. Endpoint: GET /metadata_templates/{scope}/{template_key}/schema.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_id_id_schema '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_id_id_schema '{}' --json

box.box_put_metadata_templates_id_id_schema

Execute official Box API operation `put_metadata_templates_id_id_schema`. Endpoint: PUT /metadata_templates/{scope}/{template_key}/schema.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_metadata_templates_id_id_schema '{}' --json
Shortcut
kosmo integrations:box box_put_metadata_templates_id_id_schema '{}' --json

box.box_delete_metadata_templates_id_id_schema

Execute official Box API operation `delete_metadata_templates_id_id_schema`. Endpoint: DELETE /metadata_templates/{scope}/{template_key}/schema.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_metadata_templates_id_id_schema '{}' --json
Shortcut
kosmo integrations:box box_delete_metadata_templates_id_id_schema '{}' --json

box.box_get_metadata_templates_id

Execute official Box API operation `get_metadata_templates_id`. Endpoint: GET /metadata_templates/{template_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_id '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_id '{}' --json

box.box_get_metadata_templates_global

Execute official Box API operation `get_metadata_templates_global`. Endpoint: GET /metadata_templates/global.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_global '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_global '{}' --json

box.box_get_metadata_templates_enterprise

Execute official Box API operation `get_metadata_templates_enterprise`. Endpoint: GET /metadata_templates/enterprise.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_enterprise '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_enterprise '{}' --json

box.box_post_metadata_templates_schema

Execute official Box API operation `post_metadata_templates_schema`. Endpoint: POST /metadata_templates/schema.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_templates_schema '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_templates_schema '{}' --json

box.box_post_metadata_templates_schema_classifications

Execute official Box API operation `post_metadata_templates_schema#classifications`. Endpoint: POST /metadata_templates/schema#classifications.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_templates_schema_classifications '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_templates_schema_classifications '{}' --json

box.box_get_metadata_cascade_policies

Execute official Box API operation `get_metadata_cascade_policies`. Endpoint: GET /metadata_cascade_policies.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_cascade_policies '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_cascade_policies '{}' --json

box.box_post_metadata_cascade_policies

Execute official Box API operation `post_metadata_cascade_policies`. Endpoint: POST /metadata_cascade_policies.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_cascade_policies '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_cascade_policies '{}' --json

box.box_get_metadata_cascade_policies_id

Execute official Box API operation `get_metadata_cascade_policies_id`. Endpoint: GET /metadata_cascade_policies/{metadata_cascade_policy_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_cascade_policies_id '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_cascade_policies_id '{}' --json

box.box_delete_metadata_cascade_policies_id

Execute official Box API operation `delete_metadata_cascade_policies_id`. Endpoint: DELETE /metadata_cascade_policies/{metadata_cascade_policy_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_metadata_cascade_policies_id '{}' --json
Shortcut
kosmo integrations:box box_delete_metadata_cascade_policies_id '{}' --json

box.box_post_metadata_cascade_policies_id_apply

Execute official Box API operation `post_metadata_cascade_policies_id_apply`. Endpoint: POST /metadata_cascade_policies/{metadata_cascade_policy_id}/apply.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_cascade_policies_id_apply '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_cascade_policies_id_apply '{}' --json

box.box_post_metadata_queries_execute_read

Execute official Box API operation `post_metadata_queries_execute_read`. Endpoint: POST /metadata_queries/execute_read.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_queries_execute_read '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_queries_execute_read '{}' --json

box.box_get_comments_id

Execute official Box API operation `get_comments_id`. Endpoint: GET /comments/{comment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_comments_id '{}' --json
Shortcut
kosmo integrations:box box_get_comments_id '{}' --json

box.box_put_comments_id

Execute official Box API operation `put_comments_id`. Endpoint: PUT /comments/{comment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_comments_id '{}' --json
Shortcut
kosmo integrations:box box_put_comments_id '{}' --json

box.box_delete_comments_id

Execute official Box API operation `delete_comments_id`. Endpoint: DELETE /comments/{comment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_comments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_comments_id '{}' --json

box.box_post_comments

Execute official Box API operation `post_comments`. Endpoint: POST /comments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_comments '{}' --json
Shortcut
kosmo integrations:box box_post_comments '{}' --json

box.box_get_collaborations_id

Execute official Box API operation `get_collaborations_id`. Endpoint: GET /collaborations/{collaboration_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaborations_id '{}' --json
Shortcut
kosmo integrations:box box_get_collaborations_id '{}' --json

box.box_put_collaborations_id

Execute official Box API operation `put_collaborations_id`. Endpoint: PUT /collaborations/{collaboration_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_collaborations_id '{}' --json
Shortcut
kosmo integrations:box box_put_collaborations_id '{}' --json

box.box_delete_collaborations_id

Execute official Box API operation `delete_collaborations_id`. Endpoint: DELETE /collaborations/{collaboration_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_collaborations_id '{}' --json
Shortcut
kosmo integrations:box box_delete_collaborations_id '{}' --json

box.box_get_collaborations

Execute official Box API operation `get_collaborations`. Endpoint: GET /collaborations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaborations '{}' --json
Shortcut
kosmo integrations:box box_get_collaborations '{}' --json

box.box_post_collaborations

Execute official Box API operation `post_collaborations`. Endpoint: POST /collaborations.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_collaborations '{}' --json
Shortcut
kosmo integrations:box box_post_collaborations '{}' --json

box.box_get_search

Execute official Box API operation `get_search`. Endpoint: GET /search.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_search '{}' --json
Shortcut
kosmo integrations:box box_get_search '{}' --json

box.box_post_tasks

Execute official Box API operation `post_tasks`. Endpoint: POST /tasks.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_tasks '{}' --json
Shortcut
kosmo integrations:box box_post_tasks '{}' --json

box.box_get_tasks_id

Execute official Box API operation `get_tasks_id`. Endpoint: GET /tasks/{task_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_tasks_id '{}' --json
Shortcut
kosmo integrations:box box_get_tasks_id '{}' --json

box.box_put_tasks_id

Execute official Box API operation `put_tasks_id`. Endpoint: PUT /tasks/{task_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_tasks_id '{}' --json
Shortcut
kosmo integrations:box box_put_tasks_id '{}' --json

box.box_delete_tasks_id

Execute official Box API operation `delete_tasks_id`. Endpoint: DELETE /tasks/{task_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_tasks_id '{}' --json
Shortcut
kosmo integrations:box box_delete_tasks_id '{}' --json

box.box_get_tasks_id_assignments

Execute official Box API operation `get_tasks_id_assignments`. Endpoint: GET /tasks/{task_id}/assignments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_tasks_id_assignments '{}' --json
Shortcut
kosmo integrations:box box_get_tasks_id_assignments '{}' --json

box.box_post_task_assignments

Execute official Box API operation `post_task_assignments`. Endpoint: POST /task_assignments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_task_assignments '{}' --json
Shortcut
kosmo integrations:box box_post_task_assignments '{}' --json

box.box_get_task_assignments_id

Execute official Box API operation `get_task_assignments_id`. Endpoint: GET /task_assignments/{task_assignment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_task_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_get_task_assignments_id '{}' --json

box.box_put_task_assignments_id

Execute official Box API operation `put_task_assignments_id`. Endpoint: PUT /task_assignments/{task_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_task_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_put_task_assignments_id '{}' --json

box.box_delete_task_assignments_id

Execute official Box API operation `delete_task_assignments_id`. Endpoint: DELETE /task_assignments/{task_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_task_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_task_assignments_id '{}' --json

box.box_get_shared_items

Execute official Box API operation `get_shared_items`. Endpoint: GET /shared_items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shared_items '{}' --json
Shortcut
kosmo integrations:box box_get_shared_items '{}' --json

box.box_get_files_id_get_shared_link

Execute official Box API operation `get_files_id#get_shared_link`. Endpoint: GET /files/{file_id}#get_shared_link.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_files_id_get_shared_link '{}' --json
Shortcut
kosmo integrations:box box_get_files_id_get_shared_link '{}' --json

box.box_put_files_id_add_shared_link

Execute official Box API operation `put_files_id#add_shared_link`. Endpoint: PUT /files/{file_id}#add_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_add_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_add_shared_link '{}' --json

box.box_put_files_id_update_shared_link

Execute official Box API operation `put_files_id#update_shared_link`. Endpoint: PUT /files/{file_id}#update_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_update_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_update_shared_link '{}' --json

box.box_put_files_id_remove_shared_link

Execute official Box API operation `put_files_id#remove_shared_link`. Endpoint: PUT /files/{file_id}#remove_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_files_id_remove_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_files_id_remove_shared_link '{}' --json

box.box_get_shared_items_folders

Execute official Box API operation `get_shared_items#folders`. Endpoint: GET /shared_items#folders.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shared_items_folders '{}' --json
Shortcut
kosmo integrations:box box_get_shared_items_folders '{}' --json

box.box_get_folders_id_get_shared_link

Execute official Box API operation `get_folders_id#get_shared_link`. Endpoint: GET /folders/{folder_id}#get_shared_link.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_folders_id_get_shared_link '{}' --json
Shortcut
kosmo integrations:box box_get_folders_id_get_shared_link '{}' --json

box.box_put_folders_id_add_shared_link

Execute official Box API operation `put_folders_id#add_shared_link`. Endpoint: PUT /folders/{folder_id}#add_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_add_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_add_shared_link '{}' --json

box.box_put_folders_id_update_shared_link

Execute official Box API operation `put_folders_id#update_shared_link`. Endpoint: PUT /folders/{folder_id}#update_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_update_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_update_shared_link '{}' --json

box.box_put_folders_id_remove_shared_link

Execute official Box API operation `put_folders_id#remove_shared_link`. Endpoint: PUT /folders/{folder_id}#remove_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_folders_id_remove_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_folders_id_remove_shared_link '{}' --json

box.box_post_web_links

Execute official Box API operation `post_web_links`. Endpoint: POST /web_links.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_web_links '{}' --json
Shortcut
kosmo integrations:box box_post_web_links '{}' --json

box.box_get_web_links_id

Execute official Box API operation `get_web_links_id`. Endpoint: GET /web_links/{web_link_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_web_links_id '{}' --json
Shortcut
kosmo integrations:box box_get_web_links_id '{}' --json

box.box_post_web_links_id

Execute official Box API operation `post_web_links_id`. Endpoint: POST /web_links/{web_link_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_web_links_id '{}' --json
Shortcut
kosmo integrations:box box_post_web_links_id '{}' --json

box.box_put_web_links_id

Execute official Box API operation `put_web_links_id`. Endpoint: PUT /web_links/{web_link_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_web_links_id '{}' --json
Shortcut
kosmo integrations:box box_put_web_links_id '{}' --json

box.box_delete_web_links_id

Execute official Box API operation `delete_web_links_id`. Endpoint: DELETE /web_links/{web_link_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_web_links_id '{}' --json
Shortcut
kosmo integrations:box box_delete_web_links_id '{}' --json

box.box_get_web_links_id_trash

Execute official Box API operation `get_web_links_id_trash`. Endpoint: GET /web_links/{web_link_id}/trash.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_web_links_id_trash '{}' --json
Shortcut
kosmo integrations:box box_get_web_links_id_trash '{}' --json

box.box_delete_web_links_id_trash

Execute official Box API operation `delete_web_links_id_trash`. Endpoint: DELETE /web_links/{web_link_id}/trash.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_web_links_id_trash '{}' --json
Shortcut
kosmo integrations:box box_delete_web_links_id_trash '{}' --json

box.box_get_shared_items_web_links

Execute official Box API operation `get_shared_items#web_links`. Endpoint: GET /shared_items#web_links.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shared_items_web_links '{}' --json
Shortcut
kosmo integrations:box box_get_shared_items_web_links '{}' --json

box.box_get_web_links_id_get_shared_link

Execute official Box API operation `get_web_links_id#get_shared_link`. Endpoint: GET /web_links/{web_link_id}#get_shared_link.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_web_links_id_get_shared_link '{}' --json
Shortcut
kosmo integrations:box box_get_web_links_id_get_shared_link '{}' --json

box.box_put_web_links_id_add_shared_link

Execute official Box API operation `put_web_links_id#add_shared_link`. Endpoint: PUT /web_links/{web_link_id}#add_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_web_links_id_add_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_web_links_id_add_shared_link '{}' --json

box.box_put_web_links_id_update_shared_link

Execute official Box API operation `put_web_links_id#update_shared_link`. Endpoint: PUT /web_links/{web_link_id}#update_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_web_links_id_update_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_web_links_id_update_shared_link '{}' --json

box.box_put_web_links_id_remove_shared_link

Execute official Box API operation `put_web_links_id#remove_shared_link`. Endpoint: PUT /web_links/{web_link_id}#remove_shared_link.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_web_links_id_remove_shared_link '{}' --json
Shortcut
kosmo integrations:box box_put_web_links_id_remove_shared_link '{}' --json

box.box_get_shared_items_app_items

Execute official Box API operation `get_shared_items#app_items`. Endpoint: GET /shared_items#app_items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shared_items_app_items '{}' --json
Shortcut
kosmo integrations:box box_get_shared_items_app_items '{}' --json

box.box_get_users

Execute official Box API operation `get_users`. Endpoint: GET /users.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users '{}' --json
Shortcut
kosmo integrations:box box_get_users '{}' --json

box.box_post_users

Execute official Box API operation `post_users`. Endpoint: POST /users.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_users '{}' --json
Shortcut
kosmo integrations:box box_post_users '{}' --json

box.box_get_users_me

Execute official Box API operation `get_users_me`. Endpoint: GET /users/me.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users_me '{}' --json
Shortcut
kosmo integrations:box box_get_users_me '{}' --json

box.box_post_users_terminate_sessions

Execute official Box API operation `post_users_terminate_sessions`. Endpoint: POST /users/terminate_sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_users_terminate_sessions '{}' --json
Shortcut
kosmo integrations:box box_post_users_terminate_sessions '{}' --json

box.box_get_users_id

Execute official Box API operation `get_users_id`. Endpoint: GET /users/{user_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users_id '{}' --json
Shortcut
kosmo integrations:box box_get_users_id '{}' --json

box.box_put_users_id

Execute official Box API operation `put_users_id`. Endpoint: PUT /users/{user_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_users_id '{}' --json
Shortcut
kosmo integrations:box box_put_users_id '{}' --json

box.box_delete_users_id

Execute official Box API operation `delete_users_id`. Endpoint: DELETE /users/{user_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_users_id '{}' --json
Shortcut
kosmo integrations:box box_delete_users_id '{}' --json

box.box_get_users_id_avatar

Execute official Box API operation `get_users_id_avatar`. Endpoint: GET /users/{user_id}/avatar.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users_id_avatar '{}' --json
Shortcut
kosmo integrations:box box_get_users_id_avatar '{}' --json

box.box_post_users_id_avatar

Execute official Box API operation `post_users_id_avatar`. Endpoint: POST /users/{user_id}/avatar.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_users_id_avatar '{}' --json
Shortcut
kosmo integrations:box box_post_users_id_avatar '{}' --json

box.box_delete_users_id_avatar

Execute official Box API operation `delete_users_id_avatar`. Endpoint: DELETE /users/{user_id}/avatar.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_users_id_avatar '{}' --json
Shortcut
kosmo integrations:box box_delete_users_id_avatar '{}' --json

box.box_put_users_id_folders_0

Execute official Box API operation `put_users_id_folders_0`. Endpoint: PUT /users/{user_id}/folders/0.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_users_id_folders_0 '{}' --json
Shortcut
kosmo integrations:box box_put_users_id_folders_0 '{}' --json

box.box_get_users_id_email_aliases

Execute official Box API operation `get_users_id_email_aliases`. Endpoint: GET /users/{user_id}/email_aliases.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users_id_email_aliases '{}' --json
Shortcut
kosmo integrations:box box_get_users_id_email_aliases '{}' --json

box.box_post_users_id_email_aliases

Execute official Box API operation `post_users_id_email_aliases`. Endpoint: POST /users/{user_id}/email_aliases.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_users_id_email_aliases '{}' --json
Shortcut
kosmo integrations:box box_post_users_id_email_aliases '{}' --json

box.box_delete_users_id_email_aliases_id

Execute official Box API operation `delete_users_id_email_aliases_id`. Endpoint: DELETE /users/{user_id}/email_aliases/{email_alias_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_users_id_email_aliases_id '{}' --json
Shortcut
kosmo integrations:box box_delete_users_id_email_aliases_id '{}' --json

box.box_get_users_id_memberships

Execute official Box API operation `get_users_id_memberships`. Endpoint: GET /users/{user_id}/memberships.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_users_id_memberships '{}' --json
Shortcut
kosmo integrations:box box_get_users_id_memberships '{}' --json

box.box_post_invites

Execute official Box API operation `post_invites`. Endpoint: POST /invites.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_invites '{}' --json
Shortcut
kosmo integrations:box box_post_invites '{}' --json

box.box_get_invites_id

Execute official Box API operation `get_invites_id`. Endpoint: GET /invites/{invite_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_invites_id '{}' --json
Shortcut
kosmo integrations:box box_get_invites_id '{}' --json

box.box_get_groups

Execute official Box API operation `get_groups`. Endpoint: GET /groups.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_groups '{}' --json
Shortcut
kosmo integrations:box box_get_groups '{}' --json

box.box_post_groups

Execute official Box API operation `post_groups`. Endpoint: POST /groups.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_groups '{}' --json
Shortcut
kosmo integrations:box box_post_groups '{}' --json

box.box_post_groups_terminate_sessions

Execute official Box API operation `post_groups_terminate_sessions`. Endpoint: POST /groups/terminate_sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_groups_terminate_sessions '{}' --json
Shortcut
kosmo integrations:box box_post_groups_terminate_sessions '{}' --json

box.box_get_groups_id

Execute official Box API operation `get_groups_id`. Endpoint: GET /groups/{group_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_groups_id '{}' --json
Shortcut
kosmo integrations:box box_get_groups_id '{}' --json

box.box_put_groups_id

Execute official Box API operation `put_groups_id`. Endpoint: PUT /groups/{group_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_groups_id '{}' --json
Shortcut
kosmo integrations:box box_put_groups_id '{}' --json

box.box_delete_groups_id

Execute official Box API operation `delete_groups_id`. Endpoint: DELETE /groups/{group_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_groups_id '{}' --json
Shortcut
kosmo integrations:box box_delete_groups_id '{}' --json

box.box_get_groups_id_memberships

Execute official Box API operation `get_groups_id_memberships`. Endpoint: GET /groups/{group_id}/memberships.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_groups_id_memberships '{}' --json
Shortcut
kosmo integrations:box box_get_groups_id_memberships '{}' --json

box.box_get_groups_id_collaborations

Execute official Box API operation `get_groups_id_collaborations`. Endpoint: GET /groups/{group_id}/collaborations.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_groups_id_collaborations '{}' --json
Shortcut
kosmo integrations:box box_get_groups_id_collaborations '{}' --json

box.box_post_group_memberships

Execute official Box API operation `post_group_memberships`. Endpoint: POST /group_memberships.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_group_memberships '{}' --json
Shortcut
kosmo integrations:box box_post_group_memberships '{}' --json

box.box_get_group_memberships_id

Execute official Box API operation `get_group_memberships_id`. Endpoint: GET /group_memberships/{group_membership_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_group_memberships_id '{}' --json
Shortcut
kosmo integrations:box box_get_group_memberships_id '{}' --json

box.box_put_group_memberships_id

Execute official Box API operation `put_group_memberships_id`. Endpoint: PUT /group_memberships/{group_membership_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_group_memberships_id '{}' --json
Shortcut
kosmo integrations:box box_put_group_memberships_id '{}' --json

box.box_delete_group_memberships_id

Execute official Box API operation `delete_group_memberships_id`. Endpoint: DELETE /group_memberships/{group_membership_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_group_memberships_id '{}' --json
Shortcut
kosmo integrations:box box_delete_group_memberships_id '{}' --json

box.box_get_webhooks

Execute official Box API operation `get_webhooks`. Endpoint: GET /webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_webhooks '{}' --json
Shortcut
kosmo integrations:box box_get_webhooks '{}' --json

box.box_post_webhooks

Execute official Box API operation `post_webhooks`. Endpoint: POST /webhooks.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_webhooks '{}' --json
Shortcut
kosmo integrations:box box_post_webhooks '{}' --json

box.box_get_webhooks_id

Execute official Box API operation `get_webhooks_id`. Endpoint: GET /webhooks/{webhook_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_webhooks_id '{}' --json
Shortcut
kosmo integrations:box box_get_webhooks_id '{}' --json

box.box_put_webhooks_id

Execute official Box API operation `put_webhooks_id`. Endpoint: PUT /webhooks/{webhook_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_webhooks_id '{}' --json
Shortcut
kosmo integrations:box box_put_webhooks_id '{}' --json

box.box_delete_webhooks_id

Execute official Box API operation `delete_webhooks_id`. Endpoint: DELETE /webhooks/{webhook_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_webhooks_id '{}' --json
Shortcut
kosmo integrations:box box_delete_webhooks_id '{}' --json

box.box_put_skill_invocations_id

Execute official Box API operation `put_skill_invocations_id`. Endpoint: PUT /skill_invocations/{skill_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_skill_invocations_id '{}' --json
Shortcut
kosmo integrations:box box_put_skill_invocations_id '{}' --json

box.box_get_events

Execute official Box API operation `get_events`. Endpoint: GET /events.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_events '{}' --json
Shortcut
kosmo integrations:box box_get_events '{}' --json

box.box_get_collections

Execute official Box API operation `get_collections`. Endpoint: GET /collections.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collections '{}' --json
Shortcut
kosmo integrations:box box_get_collections '{}' --json

box.box_get_collections_id_items

Execute official Box API operation `get_collections_id_items`. Endpoint: GET /collections/{collection_id}/items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collections_id_items '{}' --json
Shortcut
kosmo integrations:box box_get_collections_id_items '{}' --json

box.box_get_collections_id

Execute official Box API operation `get_collections_id`. Endpoint: GET /collections/{collection_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collections_id '{}' --json
Shortcut
kosmo integrations:box box_get_collections_id '{}' --json

box.box_get_recent_items

Execute official Box API operation `get_recent_items`. Endpoint: GET /recent_items.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_recent_items '{}' --json
Shortcut
kosmo integrations:box box_get_recent_items '{}' --json

box.box_get_retention_policies

Execute official Box API operation `get_retention_policies`. Endpoint: GET /retention_policies.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policies '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policies '{}' --json

box.box_post_retention_policies

Execute official Box API operation `post_retention_policies`. Endpoint: POST /retention_policies.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_retention_policies '{}' --json
Shortcut
kosmo integrations:box box_post_retention_policies '{}' --json

box.box_get_retention_policies_id

Execute official Box API operation `get_retention_policies_id`. Endpoint: GET /retention_policies/{retention_policy_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policies_id '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policies_id '{}' --json

box.box_put_retention_policies_id

Execute official Box API operation `put_retention_policies_id`. Endpoint: PUT /retention_policies/{retention_policy_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_retention_policies_id '{}' --json
Shortcut
kosmo integrations:box box_put_retention_policies_id '{}' --json

box.box_delete_retention_policies_id

Execute official Box API operation `delete_retention_policies_id`. Endpoint: DELETE /retention_policies/{retention_policy_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_retention_policies_id '{}' --json
Shortcut
kosmo integrations:box box_delete_retention_policies_id '{}' --json

box.box_get_retention_policies_id_assignments

Execute official Box API operation `get_retention_policies_id_assignments`. Endpoint: GET /retention_policies/{retention_policy_id}/assignments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policies_id_assignments '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policies_id_assignments '{}' --json

box.box_post_retention_policy_assignments

Execute official Box API operation `post_retention_policy_assignments`. Endpoint: POST /retention_policy_assignments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_retention_policy_assignments '{}' --json
Shortcut
kosmo integrations:box box_post_retention_policy_assignments '{}' --json

box.box_get_retention_policy_assignments_id

Execute official Box API operation `get_retention_policy_assignments_id`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policy_assignments_id '{}' --json

box.box_delete_retention_policy_assignments_id

Execute official Box API operation `delete_retention_policy_assignments_id`. Endpoint: DELETE /retention_policy_assignments/{retention_policy_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_retention_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_retention_policy_assignments_id '{}' --json

box.box_get_retention_policy_assignments_id_files_under_retention

Execute official Box API operation `get_retention_policy_assignments_id_files_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/files_under_retention.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policy_assignments_id_files_under_retention '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policy_assignments_id_files_under_retention '{}' --json

box.box_get_retention_policy_assignments_id_file_versions_under_retention

Execute official Box API operation `get_retention_policy_assignments_id_file_versions_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/file_versions_under_retention.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_retention_policy_assignments_id_file_versions_under_retention '{}' --json
Shortcut
kosmo integrations:box box_get_retention_policy_assignments_id_file_versions_under_retention '{}' --json

box.box_get_legal_hold_policies

Execute official Box API operation `get_legal_hold_policies`. Endpoint: GET /legal_hold_policies.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policies '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policies '{}' --json

box.box_post_legal_hold_policies

Execute official Box API operation `post_legal_hold_policies`. Endpoint: POST /legal_hold_policies.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_legal_hold_policies '{}' --json
Shortcut
kosmo integrations:box box_post_legal_hold_policies '{}' --json

box.box_get_legal_hold_policies_id

Execute official Box API operation `get_legal_hold_policies_id`. Endpoint: GET /legal_hold_policies/{legal_hold_policy_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policies_id '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policies_id '{}' --json

box.box_put_legal_hold_policies_id

Execute official Box API operation `put_legal_hold_policies_id`. Endpoint: PUT /legal_hold_policies/{legal_hold_policy_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_legal_hold_policies_id '{}' --json
Shortcut
kosmo integrations:box box_put_legal_hold_policies_id '{}' --json

box.box_delete_legal_hold_policies_id

Execute official Box API operation `delete_legal_hold_policies_id`. Endpoint: DELETE /legal_hold_policies/{legal_hold_policy_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_legal_hold_policies_id '{}' --json
Shortcut
kosmo integrations:box box_delete_legal_hold_policies_id '{}' --json

box.box_get_legal_hold_policy_assignments

Execute official Box API operation `get_legal_hold_policy_assignments`. Endpoint: GET /legal_hold_policy_assignments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policy_assignments '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policy_assignments '{}' --json

box.box_post_legal_hold_policy_assignments

Execute official Box API operation `post_legal_hold_policy_assignments`. Endpoint: POST /legal_hold_policy_assignments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_legal_hold_policy_assignments '{}' --json
Shortcut
kosmo integrations:box box_post_legal_hold_policy_assignments '{}' --json

box.box_get_legal_hold_policy_assignments_id

Execute official Box API operation `get_legal_hold_policy_assignments_id`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policy_assignments_id '{}' --json

box.box_delete_legal_hold_policy_assignments_id

Execute official Box API operation `delete_legal_hold_policy_assignments_id`. Endpoint: DELETE /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_legal_hold_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_legal_hold_policy_assignments_id '{}' --json

box.box_get_legal_hold_policy_assignments_id_files_on_hold

Execute official Box API operation `get_legal_hold_policy_assignments_id_files_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/files_on_hold.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id_files_on_hold '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policy_assignments_id_files_on_hold '{}' --json

box.box_get_file_version_retentions

Execute official Box API operation `get_file_version_retentions`. Endpoint: GET /file_version_retentions.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_file_version_retentions '{}' --json
Shortcut
kosmo integrations:box box_get_file_version_retentions '{}' --json

box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold

Execute official Box API operation `get_legal_hold_policy_assignments_id_file_versions_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/file_versions_on_hold.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold '{}' --json
Shortcut
kosmo integrations:box box_get_legal_hold_policy_assignments_id_file_versions_on_hold '{}' --json

box.box_get_file_version_retentions_id

Execute official Box API operation `get_file_version_retentions_id`. Endpoint: GET /file_version_retentions/{file_version_retention_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_file_version_retentions_id '{}' --json
Shortcut
kosmo integrations:box box_get_file_version_retentions_id '{}' --json

box.box_get_file_version_legal_holds_id

Execute official Box API operation `get_file_version_legal_holds_id`. Endpoint: GET /file_version_legal_holds/{file_version_legal_hold_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_file_version_legal_holds_id '{}' --json
Shortcut
kosmo integrations:box box_get_file_version_legal_holds_id '{}' --json

box.box_get_file_version_legal_holds

Execute official Box API operation `get_file_version_legal_holds`. Endpoint: GET /file_version_legal_holds.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_file_version_legal_holds '{}' --json
Shortcut
kosmo integrations:box box_get_file_version_legal_holds '{}' --json

box.box_get_shield_information_barriers_id

Execute official Box API operation `get_shield_information_barriers_id`. Endpoint: GET /shield_information_barriers/{shield_information_barrier_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barriers_id '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barriers_id '{}' --json

box.box_post_shield_information_barriers_change_status

Execute official Box API operation `post_shield_information_barriers_change_status`. Endpoint: POST /shield_information_barriers/change_status.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barriers_change_status '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barriers_change_status '{}' --json

box.box_get_shield_information_barriers

Execute official Box API operation `get_shield_information_barriers`. Endpoint: GET /shield_information_barriers.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barriers '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barriers '{}' --json

box.box_post_shield_information_barriers

Execute official Box API operation `post_shield_information_barriers`. Endpoint: POST /shield_information_barriers.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barriers '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barriers '{}' --json

box.box_get_shield_information_barrier_reports

Execute official Box API operation `get_shield_information_barrier_reports`. Endpoint: GET /shield_information_barrier_reports.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_reports '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_reports '{}' --json

box.box_post_shield_information_barrier_reports

Execute official Box API operation `post_shield_information_barrier_reports`. Endpoint: POST /shield_information_barrier_reports.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barrier_reports '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barrier_reports '{}' --json

box.box_get_shield_information_barrier_reports_id

Execute official Box API operation `get_shield_information_barrier_reports_id`. Endpoint: GET /shield_information_barrier_reports/{shield_information_barrier_report_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_reports_id '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_reports_id '{}' --json

box.box_get_shield_information_barrier_segments_id

Execute official Box API operation `get_shield_information_barrier_segments_id`. Endpoint: GET /shield_information_barrier_segments/{shield_information_barrier_segment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segments_id '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segments_id '{}' --json

box.box_delete_shield_information_barrier_segments_id

Execute official Box API operation `delete_shield_information_barrier_segments_id`. Endpoint: DELETE /shield_information_barrier_segments/{shield_information_barrier_segment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_shield_information_barrier_segments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_shield_information_barrier_segments_id '{}' --json

box.box_put_shield_information_barrier_segments_id

Execute official Box API operation `put_shield_information_barrier_segments_id`. Endpoint: PUT /shield_information_barrier_segments/{shield_information_barrier_segment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_shield_information_barrier_segments_id '{}' --json
Shortcut
kosmo integrations:box box_put_shield_information_barrier_segments_id '{}' --json

box.box_get_shield_information_barrier_segments

Execute official Box API operation `get_shield_information_barrier_segments`. Endpoint: GET /shield_information_barrier_segments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segments '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segments '{}' --json

box.box_post_shield_information_barrier_segments

Execute official Box API operation `post_shield_information_barrier_segments`. Endpoint: POST /shield_information_barrier_segments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barrier_segments '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barrier_segments '{}' --json

box.box_get_shield_information_barrier_segment_members_id

Execute official Box API operation `get_shield_information_barrier_segment_members_id`. Endpoint: GET /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segment_members_id '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segment_members_id '{}' --json

box.box_delete_shield_information_barrier_segment_members_id

Execute official Box API operation `delete_shield_information_barrier_segment_members_id`. Endpoint: DELETE /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_shield_information_barrier_segment_members_id '{}' --json
Shortcut
kosmo integrations:box box_delete_shield_information_barrier_segment_members_id '{}' --json

box.box_get_shield_information_barrier_segment_members

Execute official Box API operation `get_shield_information_barrier_segment_members`. Endpoint: GET /shield_information_barrier_segment_members.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segment_members '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segment_members '{}' --json

box.box_post_shield_information_barrier_segment_members

Execute official Box API operation `post_shield_information_barrier_segment_members`. Endpoint: POST /shield_information_barrier_segment_members.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barrier_segment_members '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barrier_segment_members '{}' --json

box.box_get_shield_information_barrier_segment_restrictions_id

Execute official Box API operation `get_shield_information_barrier_segment_restrictions_id`. Endpoint: GET /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segment_restrictions_id '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segment_restrictions_id '{}' --json

box.box_delete_shield_information_barrier_segment_restrictions_id

Execute official Box API operation `delete_shield_information_barrier_segment_restrictions_id`. Endpoint: DELETE /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_shield_information_barrier_segment_restrictions_id '{}' --json
Shortcut
kosmo integrations:box box_delete_shield_information_barrier_segment_restrictions_id '{}' --json

box.box_get_shield_information_barrier_segment_restrictions

Execute official Box API operation `get_shield_information_barrier_segment_restrictions`. Endpoint: GET /shield_information_barrier_segment_restrictions.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_shield_information_barrier_segment_restrictions '{}' --json
Shortcut
kosmo integrations:box box_get_shield_information_barrier_segment_restrictions '{}' --json

box.box_post_shield_information_barrier_segment_restrictions

Execute official Box API operation `post_shield_information_barrier_segment_restrictions`. Endpoint: POST /shield_information_barrier_segment_restrictions.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_shield_information_barrier_segment_restrictions '{}' --json
Shortcut
kosmo integrations:box box_post_shield_information_barrier_segment_restrictions '{}' --json

box.box_get_device_pinners_id

Execute official Box API operation `get_device_pinners_id`. Endpoint: GET /device_pinners/{device_pinner_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_device_pinners_id '{}' --json
Shortcut
kosmo integrations:box box_get_device_pinners_id '{}' --json

box.box_delete_device_pinners_id

Execute official Box API operation `delete_device_pinners_id`. Endpoint: DELETE /device_pinners/{device_pinner_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_device_pinners_id '{}' --json
Shortcut
kosmo integrations:box box_delete_device_pinners_id '{}' --json

box.box_get_enterprises_id_device_pinners

Execute official Box API operation `get_enterprises_id_device_pinners`. Endpoint: GET /enterprises/{enterprise_id}/device_pinners.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_enterprises_id_device_pinners '{}' --json
Shortcut
kosmo integrations:box box_get_enterprises_id_device_pinners '{}' --json

box.box_get_terms_of_services

Execute official Box API operation `get_terms_of_services`. Endpoint: GET /terms_of_services.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_terms_of_services '{}' --json
Shortcut
kosmo integrations:box box_get_terms_of_services '{}' --json

box.box_post_terms_of_services

Execute official Box API operation `post_terms_of_services`. Endpoint: POST /terms_of_services.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_terms_of_services '{}' --json
Shortcut
kosmo integrations:box box_post_terms_of_services '{}' --json

box.box_get_terms_of_services_id

Execute official Box API operation `get_terms_of_services_id`. Endpoint: GET /terms_of_services/{terms_of_service_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_terms_of_services_id '{}' --json
Shortcut
kosmo integrations:box box_get_terms_of_services_id '{}' --json

box.box_put_terms_of_services_id

Execute official Box API operation `put_terms_of_services_id`. Endpoint: PUT /terms_of_services/{terms_of_service_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_terms_of_services_id '{}' --json
Shortcut
kosmo integrations:box box_put_terms_of_services_id '{}' --json

box.box_get_terms_of_service_user_statuses

Execute official Box API operation `get_terms_of_service_user_statuses`. Endpoint: GET /terms_of_service_user_statuses.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_terms_of_service_user_statuses '{}' --json
Shortcut
kosmo integrations:box box_get_terms_of_service_user_statuses '{}' --json

box.box_post_terms_of_service_user_statuses

Execute official Box API operation `post_terms_of_service_user_statuses`. Endpoint: POST /terms_of_service_user_statuses.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_terms_of_service_user_statuses '{}' --json
Shortcut
kosmo integrations:box box_post_terms_of_service_user_statuses '{}' --json

box.box_put_terms_of_service_user_statuses_id

Execute official Box API operation `put_terms_of_service_user_statuses_id`. Endpoint: PUT /terms_of_service_user_statuses/{terms_of_service_user_status_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_terms_of_service_user_statuses_id '{}' --json
Shortcut
kosmo integrations:box box_put_terms_of_service_user_statuses_id '{}' --json

box.box_get_collaboration_whitelist_entries

Execute official Box API operation `get_collaboration_whitelist_entries`. Endpoint: GET /collaboration_whitelist_entries.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaboration_whitelist_entries '{}' --json
Shortcut
kosmo integrations:box box_get_collaboration_whitelist_entries '{}' --json

box.box_post_collaboration_whitelist_entries

Execute official Box API operation `post_collaboration_whitelist_entries`. Endpoint: POST /collaboration_whitelist_entries.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_collaboration_whitelist_entries '{}' --json
Shortcut
kosmo integrations:box box_post_collaboration_whitelist_entries '{}' --json

box.box_get_collaboration_whitelist_entries_id

Execute official Box API operation `get_collaboration_whitelist_entries_id`. Endpoint: GET /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaboration_whitelist_entries_id '{}' --json
Shortcut
kosmo integrations:box box_get_collaboration_whitelist_entries_id '{}' --json

box.box_delete_collaboration_whitelist_entries_id

Execute official Box API operation `delete_collaboration_whitelist_entries_id`. Endpoint: DELETE /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_collaboration_whitelist_entries_id '{}' --json
Shortcut
kosmo integrations:box box_delete_collaboration_whitelist_entries_id '{}' --json

box.box_get_collaboration_whitelist_exempt_targets

Execute official Box API operation `get_collaboration_whitelist_exempt_targets`. Endpoint: GET /collaboration_whitelist_exempt_targets.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaboration_whitelist_exempt_targets '{}' --json
Shortcut
kosmo integrations:box box_get_collaboration_whitelist_exempt_targets '{}' --json

box.box_post_collaboration_whitelist_exempt_targets

Execute official Box API operation `post_collaboration_whitelist_exempt_targets`. Endpoint: POST /collaboration_whitelist_exempt_targets.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_collaboration_whitelist_exempt_targets '{}' --json
Shortcut
kosmo integrations:box box_post_collaboration_whitelist_exempt_targets '{}' --json

box.box_get_collaboration_whitelist_exempt_targets_id

Execute official Box API operation `get_collaboration_whitelist_exempt_targets_id`. Endpoint: GET /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_collaboration_whitelist_exempt_targets_id '{}' --json
Shortcut
kosmo integrations:box box_get_collaboration_whitelist_exempt_targets_id '{}' --json

box.box_delete_collaboration_whitelist_exempt_targets_id

Execute official Box API operation `delete_collaboration_whitelist_exempt_targets_id`. Endpoint: DELETE /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_collaboration_whitelist_exempt_targets_id '{}' --json
Shortcut
kosmo integrations:box box_delete_collaboration_whitelist_exempt_targets_id '{}' --json

box.box_get_storage_policies

Execute official Box API operation `get_storage_policies`. Endpoint: GET /storage_policies.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_storage_policies '{}' --json
Shortcut
kosmo integrations:box box_get_storage_policies '{}' --json

box.box_get_storage_policies_id

Execute official Box API operation `get_storage_policies_id`. Endpoint: GET /storage_policies/{storage_policy_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_storage_policies_id '{}' --json
Shortcut
kosmo integrations:box box_get_storage_policies_id '{}' --json

box.box_get_storage_policy_assignments

Execute official Box API operation `get_storage_policy_assignments`. Endpoint: GET /storage_policy_assignments.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_storage_policy_assignments '{}' --json
Shortcut
kosmo integrations:box box_get_storage_policy_assignments '{}' --json

box.box_post_storage_policy_assignments

Execute official Box API operation `post_storage_policy_assignments`. Endpoint: POST /storage_policy_assignments.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_storage_policy_assignments '{}' --json
Shortcut
kosmo integrations:box box_post_storage_policy_assignments '{}' --json

box.box_get_storage_policy_assignments_id

Execute official Box API operation `get_storage_policy_assignments_id`. Endpoint: GET /storage_policy_assignments/{storage_policy_assignment_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_storage_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_get_storage_policy_assignments_id '{}' --json

box.box_put_storage_policy_assignments_id

Execute official Box API operation `put_storage_policy_assignments_id`. Endpoint: PUT /storage_policy_assignments/{storage_policy_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_storage_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_put_storage_policy_assignments_id '{}' --json

box.box_delete_storage_policy_assignments_id

Execute official Box API operation `delete_storage_policy_assignments_id`. Endpoint: DELETE /storage_policy_assignments/{storage_policy_assignment_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_storage_policy_assignments_id '{}' --json
Shortcut
kosmo integrations:box box_delete_storage_policy_assignments_id '{}' --json

box.box_post_zip_downloads

Execute official Box API operation `post_zip_downloads`. Endpoint: POST /zip_downloads.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_zip_downloads '{}' --json
Shortcut
kosmo integrations:box box_post_zip_downloads '{}' --json

box.box_get_zip_downloads_id_content

Execute official Box API operation `get_zip_downloads_id_content`. Endpoint: GET /zip_downloads/{zip_download_id}/content.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_zip_downloads_id_content '{}' --json
Shortcut
kosmo integrations:box box_get_zip_downloads_id_content '{}' --json

box.box_get_zip_downloads_id_status

Execute official Box API operation `get_zip_downloads_id_status`. Endpoint: GET /zip_downloads/{zip_download_id}/status.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_zip_downloads_id_status '{}' --json
Shortcut
kosmo integrations:box box_get_zip_downloads_id_status '{}' --json

box.box_post_sign_requests_id_cancel

Execute official Box API operation `post_sign_requests_id_cancel`. Endpoint: POST /sign_requests/{sign_request_id}/cancel.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_sign_requests_id_cancel '{}' --json
Shortcut
kosmo integrations:box box_post_sign_requests_id_cancel '{}' --json

box.box_post_sign_requests_id_resend

Execute official Box API operation `post_sign_requests_id_resend`. Endpoint: POST /sign_requests/{sign_request_id}/resend.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_sign_requests_id_resend '{}' --json
Shortcut
kosmo integrations:box box_post_sign_requests_id_resend '{}' --json

box.box_get_sign_requests_id

Execute official Box API operation `get_sign_requests_id`. Endpoint: GET /sign_requests/{sign_request_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_sign_requests_id '{}' --json
Shortcut
kosmo integrations:box box_get_sign_requests_id '{}' --json

box.box_get_sign_requests

Execute official Box API operation `get_sign_requests`. Endpoint: GET /sign_requests.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_sign_requests '{}' --json
Shortcut
kosmo integrations:box box_get_sign_requests '{}' --json

box.box_post_sign_requests

Execute official Box API operation `post_sign_requests`. Endpoint: POST /sign_requests.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_sign_requests '{}' --json
Shortcut
kosmo integrations:box box_post_sign_requests '{}' --json

box.box_get_workflows

Execute official Box API operation `get_workflows`. Endpoint: GET /workflows.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_workflows '{}' --json
Shortcut
kosmo integrations:box box_get_workflows '{}' --json

box.box_post_workflows_id_start

Execute official Box API operation `post_workflows_id_start`. Endpoint: POST /workflows/{workflow_id}/start.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_workflows_id_start '{}' --json
Shortcut
kosmo integrations:box box_post_workflows_id_start '{}' --json

box.box_get_sign_templates

Execute official Box API operation `get_sign_templates`. Endpoint: GET /sign_templates.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_sign_templates '{}' --json
Shortcut
kosmo integrations:box box_get_sign_templates '{}' --json

box.box_get_sign_templates_id

Execute official Box API operation `get_sign_templates_id`. Endpoint: GET /sign_templates/{template_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_sign_templates_id '{}' --json
Shortcut
kosmo integrations:box box_get_sign_templates_id '{}' --json

box.box_get_integration_mappings_slack

Execute official Box API operation `get_integration_mappings_slack`. Endpoint: GET /integration_mappings/slack.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_integration_mappings_slack '{}' --json
Shortcut
kosmo integrations:box box_get_integration_mappings_slack '{}' --json

box.box_post_integration_mappings_slack

Execute official Box API operation `post_integration_mappings_slack`. Endpoint: POST /integration_mappings/slack.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_integration_mappings_slack '{}' --json
Shortcut
kosmo integrations:box box_post_integration_mappings_slack '{}' --json

box.box_put_integration_mappings_slack_id

Execute official Box API operation `put_integration_mappings_slack_id`. Endpoint: PUT /integration_mappings/slack/{integration_mapping_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_integration_mappings_slack_id '{}' --json
Shortcut
kosmo integrations:box box_put_integration_mappings_slack_id '{}' --json

box.box_delete_integration_mappings_slack_id

Execute official Box API operation `delete_integration_mappings_slack_id`. Endpoint: DELETE /integration_mappings/slack/{integration_mapping_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_integration_mappings_slack_id '{}' --json
Shortcut
kosmo integrations:box box_delete_integration_mappings_slack_id '{}' --json

box.box_get_integration_mappings_teams

Execute official Box API operation `get_integration_mappings_teams`. Endpoint: GET /integration_mappings/teams.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_integration_mappings_teams '{}' --json
Shortcut
kosmo integrations:box box_get_integration_mappings_teams '{}' --json

box.box_post_integration_mappings_teams

Execute official Box API operation `post_integration_mappings_teams`. Endpoint: POST /integration_mappings/teams.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_integration_mappings_teams '{}' --json
Shortcut
kosmo integrations:box box_post_integration_mappings_teams '{}' --json

box.box_put_integration_mappings_teams_id

Execute official Box API operation `put_integration_mappings_teams_id`. Endpoint: PUT /integration_mappings/teams/{integration_mapping_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_integration_mappings_teams_id '{}' --json
Shortcut
kosmo integrations:box box_put_integration_mappings_teams_id '{}' --json

box.box_delete_integration_mappings_teams_id

Execute official Box API operation `delete_integration_mappings_teams_id`. Endpoint: DELETE /integration_mappings/teams/{integration_mapping_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_integration_mappings_teams_id '{}' --json
Shortcut
kosmo integrations:box box_delete_integration_mappings_teams_id '{}' --json

box.box_post_ai_ask

Execute official Box API operation `post_ai_ask`. Endpoint: POST /ai/ask.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_ai_ask '{}' --json
Shortcut
kosmo integrations:box box_post_ai_ask '{}' --json

box.box_post_ai_text_gen

Execute official Box API operation `post_ai_text_gen`. Endpoint: POST /ai/text_gen.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_ai_text_gen '{}' --json
Shortcut
kosmo integrations:box box_post_ai_text_gen '{}' --json

box.box_get_ai_agent_default

Execute official Box API operation `get_ai_agent_default`. Endpoint: GET /ai_agent_default.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_ai_agent_default '{}' --json
Shortcut
kosmo integrations:box box_get_ai_agent_default '{}' --json

box.box_post_ai_extract

Execute official Box API operation `post_ai_extract`. Endpoint: POST /ai/extract.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_ai_extract '{}' --json
Shortcut
kosmo integrations:box box_post_ai_extract '{}' --json

box.box_post_ai_extract_structured

Execute official Box API operation `post_ai_extract_structured`. Endpoint: POST /ai/extract_structured.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_ai_extract_structured '{}' --json
Shortcut
kosmo integrations:box box_post_ai_extract_structured '{}' --json

box.box_get_ai_agents

Execute official Box API operation `get_ai_agents`. Endpoint: GET /ai_agents.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_ai_agents '{}' --json
Shortcut
kosmo integrations:box box_get_ai_agents '{}' --json

box.box_post_ai_agents

Execute official Box API operation `post_ai_agents`. Endpoint: POST /ai_agents.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_ai_agents '{}' --json
Shortcut
kosmo integrations:box box_post_ai_agents '{}' --json

box.box_put_ai_agents_id

Execute official Box API operation `put_ai_agents_id`. Endpoint: PUT /ai_agents/{agent_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_put_ai_agents_id '{}' --json
Shortcut
kosmo integrations:box box_put_ai_agents_id '{}' --json

box.box_get_ai_agents_id

Execute official Box API operation `get_ai_agents_id`. Endpoint: GET /ai_agents/{agent_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_ai_agents_id '{}' --json
Shortcut
kosmo integrations:box box_get_ai_agents_id '{}' --json

box.box_delete_ai_agents_id

Execute official Box API operation `delete_ai_agents_id`. Endpoint: DELETE /ai_agents/{agent_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_ai_agents_id '{}' --json
Shortcut
kosmo integrations:box box_delete_ai_agents_id '{}' --json

box.box_post_metadata_taxonomies

Execute official Box API operation `post_metadata_taxonomies`. Endpoint: POST /metadata_taxonomies.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_taxonomies '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_taxonomies '{}' --json

box.box_get_metadata_taxonomies_id

Execute official Box API operation `get_metadata_taxonomies_id`. Endpoint: GET /metadata_taxonomies/{namespace}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_taxonomies_id '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_taxonomies_id '{}' --json

box.box_get_metadata_taxonomies_id_id

Execute official Box API operation `get_metadata_taxonomies_id_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_taxonomies_id_id '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_taxonomies_id_id '{}' --json

box.box_patch_metadata_taxonomies_id_id

Execute official Box API operation `patch_metadata_taxonomies_id_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id '{}' --json
Shortcut
kosmo integrations:box box_patch_metadata_taxonomies_id_id '{}' --json

box.box_delete_metadata_taxonomies_id_id

Execute official Box API operation `delete_metadata_taxonomies_id_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_metadata_taxonomies_id_id '{}' --json
Shortcut
kosmo integrations:box box_delete_metadata_taxonomies_id_id '{}' --json

box.box_post_metadata_taxonomies_id_id_levels

Execute official Box API operation `post_metadata_taxonomies_id_id_levels`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_taxonomies_id_id_levels '{}' --json

box.box_patch_metadata_taxonomies_id_id_levels_id

Execute official Box API operation `patch_metadata_taxonomies_id_id_levels_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/levels/{level_index}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id_levels_id '{}' --json
Shortcut
kosmo integrations:box box_patch_metadata_taxonomies_id_id_levels_id '{}' --json

box.box_post_metadata_taxonomies_id_id_levels_append

Execute official Box API operation `post_metadata_taxonomies_id_id_levels:append`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:append.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels_append '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_taxonomies_id_id_levels_append '{}' --json

box.box_post_metadata_taxonomies_id_id_levels_trim

Execute official Box API operation `post_metadata_taxonomies_id_id_levels:trim`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:trim.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels_trim '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_taxonomies_id_id_levels_trim '{}' --json

box.box_get_metadata_taxonomies_id_id_nodes

Execute official Box API operation `get_metadata_taxonomies_id_id_nodes`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_taxonomies_id_id_nodes '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_taxonomies_id_id_nodes '{}' --json

box.box_post_metadata_taxonomies_id_id_nodes

Execute official Box API operation `post_metadata_taxonomies_id_id_nodes`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_nodes '{}' --json
Shortcut
kosmo integrations:box box_post_metadata_taxonomies_id_id_nodes '{}' --json

box.box_get_metadata_taxonomies_id_id_nodes_id

Execute official Box API operation `get_metadata_taxonomies_id_id_nodes_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_taxonomies_id_id_nodes_id '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_taxonomies_id_id_nodes_id '{}' --json

box.box_patch_metadata_taxonomies_id_id_nodes_id

Execute official Box API operation `patch_metadata_taxonomies_id_id_nodes_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id_nodes_id '{}' --json
Shortcut
kosmo integrations:box box_patch_metadata_taxonomies_id_id_nodes_id '{}' --json

box.box_delete_metadata_taxonomies_id_id_nodes_id

Execute official Box API operation `delete_metadata_taxonomies_id_id_nodes_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.

Write write
Parameters
none
Generic call
kosmo integrations:call box.box_delete_metadata_taxonomies_id_id_nodes_id '{}' --json
Shortcut
kosmo integrations:box box_delete_metadata_taxonomies_id_id_nodes_id '{}' --json

box.box_get_metadata_templates_id_id_fields_id_options

Execute official Box API operation `get_metadata_templates_id_id_fields_id_options`. Endpoint: GET /metadata_templates/{namespace}/{template_key}/fields/{field_key}/options.

Read read
Parameters
none
Generic call
kosmo integrations:call box.box_get_metadata_templates_id_id_fields_id_options '{}' --json
Shortcut
kosmo integrations:box box_get_metadata_templates_id_id_fields_id_options '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

box.box_get_authorize 0 parameters
Schema command
kosmo integrations:schema box.box_get_authorize --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_oauth2_token 0 parameters
Schema command
kosmo integrations:schema box.box_post_oauth2_token --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_oauth2_token_refresh 0 parameters
Schema command
kosmo integrations:schema box.box_post_oauth2_token_refresh --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_oauth2_revoke 0 parameters
Schema command
kosmo integrations:schema box.box_post_oauth2_revoke --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_app_item_associations 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_app_item_associations --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_content 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_content --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_content 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_content --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_content 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_content --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_upload_sessions 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_upload_sessions --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_upload_sessions 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_upload_sessions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_upload_sessions_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_upload_sessions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_upload_sessions_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_upload_sessions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_upload_sessions_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_upload_sessions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_upload_sessions_id_parts 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_upload_sessions_id_parts --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_upload_sessions_id_commit 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_upload_sessions_id_commit --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_copy 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_copy --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_thumbnail_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_thumbnail_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_collaborations 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_collaborations --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_comments 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_comments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_tasks 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_tasks --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_trash 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_trash --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_trash 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_trash --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_versions 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_versions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_versions_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_versions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_versions_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_versions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id_versions_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id_versions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_versions_current 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_versions_current --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_metadata 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_metadata --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_metadata_global_box_skills_cards 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_metadata_global_box_skills_cards --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_files_id_metadata_global_box_skills_cards 0 parameters
Schema command
kosmo integrations:schema box.box_post_files_id_metadata_global_box_skills_cards --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id_metadata_global_box_skills_cards 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id_metadata_global_box_skills_cards --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_metadata_global_box_skills_cards 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_metadata_global_box_skills_cards --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_files_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_get_files_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_files_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_put_files_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_files_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_delete_files_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_file_requests_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_file_requests_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_file_requests_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_file_requests_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_file_requests_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_file_requests_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_file_requests_id_copy 0 parameters
Schema command
kosmo integrations:schema box.box_post_file_requests_id_copy --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folders_id 0 parameters
Schema command
kosmo integrations:schema box.box_post_folders_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_folders_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_folders_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folders_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folders_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_app_item_associations 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_app_item_associations --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folders 0 parameters
Schema command
kosmo integrations:schema box.box_post_folders --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folders_id_copy 0 parameters
Schema command
kosmo integrations:schema box.box_post_folders_id_copy --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_collaborations 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_collaborations --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_trash 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_trash --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folders_id_trash 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folders_id_trash --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_metadata 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_metadata --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folders_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_post_folders_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_folders_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_folders_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folders_id_metadata_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folders_id_metadata_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_trash_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_trash_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folders_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_get_folders_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_folders_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_put_folders_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folders_id_watermark 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folders_id_watermark --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_folder_locks 0 parameters
Schema command
kosmo integrations:schema box.box_get_folder_locks --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_folder_locks 0 parameters
Schema command
kosmo integrations:schema box.box_post_folder_locks --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_folder_locks_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_folder_locks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add 0 parameters
Schema command
kosmo integrations:schema box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update 0 parameters
Schema command
kosmo integrations:schema box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_id_id_schema 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_id_id_schema --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_metadata_templates_id_id_schema 0 parameters
Schema command
kosmo integrations:schema box.box_put_metadata_templates_id_id_schema --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_metadata_templates_id_id_schema 0 parameters
Schema command
kosmo integrations:schema box.box_delete_metadata_templates_id_id_schema --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_global 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_global --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_enterprise 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_enterprise --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_templates_schema 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_templates_schema --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_templates_schema_classifications 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_templates_schema_classifications --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_cascade_policies 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_cascade_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_cascade_policies 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_cascade_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_cascade_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_cascade_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_metadata_cascade_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_metadata_cascade_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_cascade_policies_id_apply 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_cascade_policies_id_apply --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_queries_execute_read 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_queries_execute_read --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_comments_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_comments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_comments_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_comments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_comments_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_comments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_comments 0 parameters
Schema command
kosmo integrations:schema box.box_post_comments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaborations_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaborations_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_collaborations_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_collaborations_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_collaborations_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_collaborations_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaborations 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaborations --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_collaborations 0 parameters
Schema command
kosmo integrations:schema box.box_post_collaborations --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_tasks 0 parameters
Schema command
kosmo integrations:schema box.box_post_tasks --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_tasks_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_tasks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_tasks_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_tasks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_tasks_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_tasks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_tasks_id_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_get_tasks_id_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_task_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_post_task_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_task_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_task_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_task_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_task_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_task_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_task_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shared_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_shared_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shared_items_folders 0 parameters
Schema command
kosmo integrations:schema box.box_get_shared_items_folders --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_web_links 0 parameters
Schema command
kosmo integrations:schema box.box_post_web_links --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_web_links_id 0 parameters
Schema command
kosmo integrations:schema box.box_post_web_links_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shared_items_app_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_shared_items_app_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users 0 parameters
Schema command
kosmo integrations:schema box.box_get_users --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_users 0 parameters
Schema command
kosmo integrations:schema box.box_post_users --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users_me 0 parameters
Schema command
kosmo integrations:schema box.box_get_users_me --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_users_terminate_sessions 0 parameters
Schema command
kosmo integrations:schema box.box_post_users_terminate_sessions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_users_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_users_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_users_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_users_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_users_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users_id_avatar 0 parameters
Schema command
kosmo integrations:schema box.box_get_users_id_avatar --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_users_id_avatar 0 parameters
Schema command
kosmo integrations:schema box.box_post_users_id_avatar --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_users_id_avatar 0 parameters
Schema command
kosmo integrations:schema box.box_delete_users_id_avatar --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_users_id_folders_0 0 parameters
Schema command
kosmo integrations:schema box.box_put_users_id_folders_0 --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users_id_email_aliases 0 parameters
Schema command
kosmo integrations:schema box.box_get_users_id_email_aliases --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_users_id_email_aliases 0 parameters
Schema command
kosmo integrations:schema box.box_post_users_id_email_aliases --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_users_id_email_aliases_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_users_id_email_aliases_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_users_id_memberships 0 parameters
Schema command
kosmo integrations:schema box.box_get_users_id_memberships --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_invites 0 parameters
Schema command
kosmo integrations:schema box.box_post_invites --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_invites_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_invites_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_groups 0 parameters
Schema command
kosmo integrations:schema box.box_get_groups --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_groups 0 parameters
Schema command
kosmo integrations:schema box.box_post_groups --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_groups_terminate_sessions 0 parameters
Schema command
kosmo integrations:schema box.box_post_groups_terminate_sessions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_groups_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_groups_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_groups_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_groups_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_groups_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_groups_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_groups_id_memberships 0 parameters
Schema command
kosmo integrations:schema box.box_get_groups_id_memberships --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_groups_id_collaborations 0 parameters
Schema command
kosmo integrations:schema box.box_get_groups_id_collaborations --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_group_memberships 0 parameters
Schema command
kosmo integrations:schema box.box_post_group_memberships --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_group_memberships_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_group_memberships_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_group_memberships_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_group_memberships_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_group_memberships_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_group_memberships_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_webhooks 0 parameters
Schema command
kosmo integrations:schema box.box_get_webhooks --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_webhooks 0 parameters
Schema command
kosmo integrations:schema box.box_post_webhooks --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_webhooks_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_webhooks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_webhooks_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_webhooks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_webhooks_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_webhooks_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_skill_invocations_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_skill_invocations_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_events 0 parameters
Schema command
kosmo integrations:schema box.box_get_events --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collections 0 parameters
Schema command
kosmo integrations:schema box.box_get_collections --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collections_id_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_collections_id_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collections_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_collections_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_recent_items 0 parameters
Schema command
kosmo integrations:schema box.box_get_recent_items --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policies 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_retention_policies 0 parameters
Schema command
kosmo integrations:schema box.box_post_retention_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_retention_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_retention_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_retention_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_retention_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policies_id_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policies_id_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_retention_policy_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_post_retention_policy_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policy_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policy_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_retention_policy_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_retention_policy_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policy_assignments_id_files_under_retention 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policy_assignments_id_files_under_retention --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_retention_policy_assignments_id_file_versions_under_retention 0 parameters
Schema command
kosmo integrations:schema box.box_get_retention_policy_assignments_id_file_versions_under_retention --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_legal_hold_policies 0 parameters
Schema command
kosmo integrations:schema box.box_post_legal_hold_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_legal_hold_policy_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_post_legal_hold_policy_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_file_version_retentions 0 parameters
Schema command
kosmo integrations:schema box.box_get_file_version_retentions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_file_version_retentions_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_file_version_retentions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barriers_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barriers_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barriers_change_status 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barriers_change_status --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barriers 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barriers --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barriers 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barriers --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_reports 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_reports --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barrier_reports 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barrier_reports --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_reports_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_reports_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segments_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_shield_information_barrier_segments_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_shield_information_barrier_segments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_shield_information_barrier_segments_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_shield_information_barrier_segments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segments 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segments --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barrier_segments 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barrier_segments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segment_members_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segment_members_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_shield_information_barrier_segment_members_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_shield_information_barrier_segment_members_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segment_members 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segment_members --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barrier_segment_members 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barrier_segment_members --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segment_restrictions_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segment_restrictions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_shield_information_barrier_segment_restrictions_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_shield_information_barrier_segment_restrictions_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_shield_information_barrier_segment_restrictions 0 parameters
Schema command
kosmo integrations:schema box.box_get_shield_information_barrier_segment_restrictions --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_shield_information_barrier_segment_restrictions 0 parameters
Schema command
kosmo integrations:schema box.box_post_shield_information_barrier_segment_restrictions --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_device_pinners_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_device_pinners_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_device_pinners_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_device_pinners_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_enterprises_id_device_pinners 0 parameters
Schema command
kosmo integrations:schema box.box_get_enterprises_id_device_pinners --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_terms_of_services 0 parameters
Schema command
kosmo integrations:schema box.box_get_terms_of_services --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_terms_of_services 0 parameters
Schema command
kosmo integrations:schema box.box_post_terms_of_services --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_terms_of_services_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_terms_of_services_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_terms_of_services_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_terms_of_services_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_terms_of_service_user_statuses 0 parameters
Schema command
kosmo integrations:schema box.box_get_terms_of_service_user_statuses --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_terms_of_service_user_statuses 0 parameters
Schema command
kosmo integrations:schema box.box_post_terms_of_service_user_statuses --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_terms_of_service_user_statuses_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_terms_of_service_user_statuses_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaboration_whitelist_entries 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaboration_whitelist_entries --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_collaboration_whitelist_entries 0 parameters
Schema command
kosmo integrations:schema box.box_post_collaboration_whitelist_entries --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaboration_whitelist_entries_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaboration_whitelist_entries_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_collaboration_whitelist_entries_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_collaboration_whitelist_entries_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaboration_whitelist_exempt_targets 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaboration_whitelist_exempt_targets --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_collaboration_whitelist_exempt_targets 0 parameters
Schema command
kosmo integrations:schema box.box_post_collaboration_whitelist_exempt_targets --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_collaboration_whitelist_exempt_targets_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_collaboration_whitelist_exempt_targets_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_collaboration_whitelist_exempt_targets_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_collaboration_whitelist_exempt_targets_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_storage_policies 0 parameters
Schema command
kosmo integrations:schema box.box_get_storage_policies --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_storage_policies_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_storage_policies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_storage_policy_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_get_storage_policy_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_storage_policy_assignments 0 parameters
Schema command
kosmo integrations:schema box.box_post_storage_policy_assignments --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_storage_policy_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_storage_policy_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_storage_policy_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_storage_policy_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_storage_policy_assignments_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_storage_policy_assignments_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_zip_downloads 0 parameters
Schema command
kosmo integrations:schema box.box_post_zip_downloads --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_zip_downloads_id_content 0 parameters
Schema command
kosmo integrations:schema box.box_get_zip_downloads_id_content --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_zip_downloads_id_status 0 parameters
Schema command
kosmo integrations:schema box.box_get_zip_downloads_id_status --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_sign_requests_id_cancel 0 parameters
Schema command
kosmo integrations:schema box.box_post_sign_requests_id_cancel --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_sign_requests_id_resend 0 parameters
Schema command
kosmo integrations:schema box.box_post_sign_requests_id_resend --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_sign_requests_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_sign_requests_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_sign_requests 0 parameters
Schema command
kosmo integrations:schema box.box_get_sign_requests --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_sign_requests 0 parameters
Schema command
kosmo integrations:schema box.box_post_sign_requests --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_workflows 0 parameters
Schema command
kosmo integrations:schema box.box_get_workflows --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_workflows_id_start 0 parameters
Schema command
kosmo integrations:schema box.box_post_workflows_id_start --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_sign_templates 0 parameters
Schema command
kosmo integrations:schema box.box_get_sign_templates --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_sign_templates_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_sign_templates_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_integration_mappings_slack 0 parameters
Schema command
kosmo integrations:schema box.box_get_integration_mappings_slack --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_integration_mappings_slack 0 parameters
Schema command
kosmo integrations:schema box.box_post_integration_mappings_slack --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_integration_mappings_slack_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_integration_mappings_slack_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_integration_mappings_slack_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_integration_mappings_slack_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_integration_mappings_teams 0 parameters
Schema command
kosmo integrations:schema box.box_get_integration_mappings_teams --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_integration_mappings_teams 0 parameters
Schema command
kosmo integrations:schema box.box_post_integration_mappings_teams --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_integration_mappings_teams_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_integration_mappings_teams_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_integration_mappings_teams_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_integration_mappings_teams_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_ai_ask 0 parameters
Schema command
kosmo integrations:schema box.box_post_ai_ask --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_ai_text_gen 0 parameters
Schema command
kosmo integrations:schema box.box_post_ai_text_gen --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_ai_agent_default 0 parameters
Schema command
kosmo integrations:schema box.box_get_ai_agent_default --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_ai_extract 0 parameters
Schema command
kosmo integrations:schema box.box_post_ai_extract --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_ai_extract_structured 0 parameters
Schema command
kosmo integrations:schema box.box_post_ai_extract_structured --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_ai_agents 0 parameters
Schema command
kosmo integrations:schema box.box_get_ai_agents --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_ai_agents 0 parameters
Schema command
kosmo integrations:schema box.box_post_ai_agents --json
ParameterTypeRequiredDescription
No parameters.
box.box_put_ai_agents_id 0 parameters
Schema command
kosmo integrations:schema box.box_put_ai_agents_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_ai_agents_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_ai_agents_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_ai_agents_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_ai_agents_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_taxonomies 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_taxonomies --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_taxonomies_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_taxonomies_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_taxonomies_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_patch_metadata_taxonomies_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_metadata_taxonomies_id_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_metadata_taxonomies_id_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_taxonomies_id_id_levels 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels --json
ParameterTypeRequiredDescription
No parameters.
box.box_patch_metadata_taxonomies_id_id_levels_id 0 parameters
Schema command
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id_levels_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_taxonomies_id_id_levels_append 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels_append --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_taxonomies_id_id_levels_trim 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels_trim --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_taxonomies_id_id_nodes 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id_nodes --json
ParameterTypeRequiredDescription
No parameters.
box.box_post_metadata_taxonomies_id_id_nodes 0 parameters
Schema command
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_nodes --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_taxonomies_id_id_nodes_id 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id_nodes_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_patch_metadata_taxonomies_id_id_nodes_id 0 parameters
Schema command
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id_nodes_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_delete_metadata_taxonomies_id_id_nodes_id 0 parameters
Schema command
kosmo integrations:schema box.box_delete_metadata_taxonomies_id_id_nodes_id --json
ParameterTypeRequiredDescription
No parameters.
box.box_get_metadata_templates_id_id_fields_id_options 0 parameters
Schema command
kosmo integrations:schema box.box_get_metadata_templates_id_id_fields_id_options --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.