Files
box-platform-openapi-agent/skills/zip-downloads/SKILL.md
a2a-platform 197f1bd317 deploy
2026-06-27 01:02:21 +00:00

1.1 KiB

name, description
name description
zip-downloads-routes Handle 3 OpenAPI operation(s) under /zip_downloads for the zip downloads route group.

zip downloads API Routes

Handle 3 OpenAPI operation(s) under /zip_downloads for the zip downloads route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

post_zip_downloads

  • Operation ID: post_zip_downloads
  • Route: POST /zip_downloads
  • Mode: WRITE
  • Summary: Create zip download
  • Body: JSON request body accepted.

get_zip_downloads_id_content

  • Operation ID: get_zip_downloads_id_content
  • Route: GET /zip_downloads/{zip_download_id}/content
  • Mode: READ
  • Summary: Download zip archive
  • Parameters:
    • zip_download_id in path required

get_zip_downloads_id_status

  • Operation ID: get_zip_downloads_id_status
  • Route: GET /zip_downloads/{zip_download_id}/status
  • Mode: READ
  • Summary: Get zip download status
  • Parameters:
    • zip_download_id in path required