15 lines
531 B
Markdown
15 lines
531 B
Markdown
# Routes & URLs
|
|
|
|
## Monitoring UI
|
|
|
|
### List Operations
|
|
- **URL**: `/admin/t/{tenantExternalId}/operations`
|
|
- **Surface**: Filament Resource `App\Filament\Resources\OperationRunResource` (index)
|
|
|
|
### View Operation
|
|
- **URL**: `/admin/t/{tenantExternalId}/operations/{operationRunId}`
|
|
- **Surface**: Filament Resource `App\Filament\Resources\OperationRunResource` (view)
|
|
|
|
## Deep Links
|
|
- Use Filament URL helpers (`Resource::getUrl(...)`, `Page::getUrl(...)`) to generate tenant-scoped links back to owning feature surfaces/results.
|