Skip to main content
GET
List blogs

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de consulta

name
string

The internal name of the blog

created
integer<int64>

When the blog was first created, in milliseconds since the epoch. Supports range, gt, gte, lt, lte filters

archived_at
integer<int64>

When the blog was deleted, in milliseconds since the epoch. Zero if the blog was never deleted. Supports exact, gt, gte filters

topic_id
integer

The id of a topic you wish to filter blog posts by. Topic IDs can be found using the topics endpoint

limit
integer
padrão:20

The number of items to return. Defaults to 20

offset
integer
padrão:0

The offset set to start returning rows from. Defaults to 0.

Resposta

successful operation

objects
object[]
total
integer
total_count
integer
limit
integer
offset
integer
Última modificação em 10 de abril de 2026