How does Meta API handle data?
We only store data needed to make your Spell work, such as:
- Your user information
- Your Spell's code
- Your Scheduler parameters
- Metadata about your Spells execution: timestamp, HTTP code, latency and duration
- Imported private APIs (OpenAPI file specification)
Inside your code, you may choose to log some information (using a console.log
for example). All these logged data are deleted after one week and metadata information will remain based on your billing plan.
All others data aren't stored and processed in streaming.