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

SubscriptionFile

A file attached to a subscription.

Fields

createdAt (ISO8601DateTime!)

When the file was uploaded.

downloadUrl (String!)

A short-lived URL to download the decrypted file.

id (ID!)

The id of the subscription file.

originalByteSize (Int!)

The unencrypted file size in bytes.

originalContentType (String!)

The file content type.

originalFilename (String!)

The original file name.

visibility (String!)

Where the file is visible.

Last updated

Was this helpful?