Skip to content

List documentation pages

GET
/docs

Returns a paginated list of all published documentation pages.

page
integer
default: 1 >= 1

Page number

limit
integer
default: 20 >= 1 <= 100

Items per page

tag
string

Filter by tag

Example
getting-started

Paginated list of documentation pages

object
data
Array<object>
object
slug
string
Example
guides/getting-started
title
string
Example
Getting Started
description
string
Example
Learn how to set up your documentation site.
tags
Array<string>
Example
[
"getting-started",
"setup"
]
updatedAt
string format: date-time
Example
2026-01-15T10:30:00Z
total
integer
Example
42
page
integer
Example
1
limit
integer
Example
20