Uploads

Fetch Upload Metadata

Fetch the metadata (including contained files) for specified upload IDs

Request

  • uploadIds
    array of strings
  • includeFiles
    optional boolean

Response

  • uploads
    array of combination of object and objects

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.uploads.fetch({
  // Request body
});