---
title: "GET /v1/seo/pages/{slug}"
method: GET
path: "/v1/seo/pages/{slug}"
tags: ["seo"]
---

# GET /v1/seo/pages/{slug}

`GET /v1/seo/pages/{slug}`

Get a single SEO integration page by slug

## Path parameters

- `slug` string, required

## Response `200`

OK

- GetSeoPageSuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoIntegrationPage
    - `appSlugs` string[]
    - `contentStatus` string
    - `createdAt` string — Timestamps.
    - `faqs` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoFAQ[]
      - `answer` string
      - `question` string
    - `heroDescription` string — AI-generated content.
    - `id` string
    - `integrationStatus` string — Status tracking.
    - `isPublished` boolean
    - `keywords` string[]
    - `metaDescription` string
    - `pageType` string
    - `requestCount` integer
    - `slug` string
    - `title` string — SEO metadata.
    - `updatedAt` string
    - `useCases` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoUseCase[]
      - `description` string
      - `title` string
  - `message` string
  - `requestId` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
