OpenAI model and file operations digest
Scheduled read-only OpenAI operations digest. It lists model metadata and file metadata through recued-core.openai, renders compact review tables, and can send an in-app notification when files are visible. It never uploads or downloads file content, deletes files or responses, creates generations, mutates vector stores, uses admin APIs, or calls arbitrary OpenAI routes.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (15 steps)
model_list
?
file_list
?
models
default
Apply default
files
default
Apply default
model_count
count
Count items in models
file_count
count
Count items in files
has_files
compare
Check if file count is greater than 0
notify_enabled
compare
Check if setting notify when files equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
model_rows
slice
Take a subset of
file_rows
slice
Take a subset of
model_table
to_table
Format results as a data table
file_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
openai
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
20
file order
setting
=
desc
start hour
setting
=
8
file purpose
setting
=
notify when files
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.