get_storage_path
Retrieve a storage path by its ID to access document storage location details.
Instructions
Fetch a storage path by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storage_path_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| path | Yes | ||
| slug | No | ||
| match | No | ||
| owner | No | ||
| document_count | No | ||
| is_insensitive | No | ||
| user_can_change | No | ||
| matching_algorithm | No |