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

# GET /v1/seo/pages

`GET /v1/seo/pages`

List all published SEO integration pages with pagination

## Query parameters

- `page_type` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- ListSeoPagesSuccessResponse
  - `code` integer
  - `data` ListSeoPagesData
    - `pages` 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
    - `total` integer
  - `message` string
  - `requestId` string

## Other responses

- `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/versions/5a750a5a9596/schema)
