For the complete documentation index, see llms.txt. This page is also available as Markdown.

Download Media from Space

Download Media from Space — Taskade REST API v1 reference: GET /medias/spaces/{spaceId}/download. Parameters, authentication, and response schema.

get

Download all media files from a space as a ZIP archive. Each file is stored as {mediaId}/metadata.json (id, kind, name, mimetype, size) and {mediaId}/original (binary content).

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

The space (subspace / app) ID to download all media from.

Responses
4XX

Error description

application/json

Error description

okboolean · enumRequiredPossible values:
messagestringRequired
codestringRequired
statusMessagestringRequired
get/medias/spaces/{spaceId}/download
4XX

Error description

Last updated

Was this helpful?