Skip to content
Docs

Documentation

Storage

List Raywake uploads and generated outputs through the storage API. Read media types, file sizes, download links and deletion dates.

GET/v1/storage

Files kept for your account, newest first, with totals. Files are deleted 30 days after they are saved; expires_at says when. URLs are signed for 7 days. Requires jobs:read.

Query parameters
NameTypeDescription
kindstring
Only one kind of file.

One of: output, upload

limitinteger
Page size, up to 200.

Default: 48

offsetinteger
Items to skip.

Default: 0

curl -s https://api.raywake.com/v1/storage?kind=output \
  -H "Authorization: Bearer $RAYWAKE_API_KEY"