get_schema_snapshot
Read a snapshot of Directus data model, including collections, fields, and relations. Restrict to specific collections or exclude them for partial snapshots.
Instructions
Read a snapshot of the data model (collections, fields, relations). Pass include_collections or exclude_collections for a partial snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude_collections | No | Exclude these collections. Mutually exclusive with include_collections. | |
| include_collections | No | Restrict the snapshot to these collections. Mutually exclusive with exclude_collections. |