GET/api/v1/articles
articlesapi-key
{ articles, pagination }
| Name | Location | Type | Requirement |
|---|---|---|---|
page | query | integer | optional |
limit | query | integer | optional |
category | query | string | optional |
tag | query | string | optional |
status | query | string | optional |
workspaceId | query | string | optional |
includeGlobal | query | string | optional |
Responses (5)
| Status | Description |
|---|---|
200 | { articles, pagination } |
400 | Invalid query, body, pagination, sorting, or filter parameters. |
401 | Missing or invalid X-API-Key for API-key protected endpoints. |
403 | Authenticated actor lacks permission for the requested workspace or admin surface. |
429 | Rate limit exceeded; retry after the provided header delay. |