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

Download file by id

GET /artifacts/files/{fileId}

Returns file from GridFS

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

fileId

string

File ID

Response

description: Unauthorized.
{
  description: Forbidden.
}

Was this helpful?