---
title: "ResolvePagePathBody"
description: "Request body for a Page operation."
section: "Reference"
group: "Types"
order: 170
---

## Definition

```ts
interface ResolvePagePathBody {
  workspaceId: string;
  path: string;
}
```

## Fields

| Field         | Type     | Notes                                                                                                |
| ------------- | -------- | ---------------------------------------------------------------------------------------------------- |
| `workspaceId` | `string` | `required` — Workspace scope for the lookup.                                                         |
| `path`        | `string` | `required` — Slash-separated slug path from the workspace root, e.g. `runbooks/ingest/retry-policy`. |
