List Articles

Display a paginated list of articles belonging to the authenticated user's company.

The articles are ordered by their creation date in descending order, meaning the most recently created articles will appear first.

The endpoint supports pagination through the page and per_page query parameters. If not provided, the first page with a default of 15 articles per page will be returned.

The response includes pagination metadata to help navigate through the pages of results.

Additionally, the endpoint supports filtering articles by a search term using the search query parameter, which will match against the article's title and slug.

Query Params
integer
≥ 1

The page parameter is used for pagination. It is optional and must be an integer greater than or equal to 1. If not provided, the first page will be returned.

integer
1 to 50

The per_page parameter is used to specify the number of results to return per page. It is optional and must be an integer between 1 and 50. If not provided, the default value of 15 will be used.

string
length ≤ 255

The search parameter is used to filter articles based on a search term. It is optional and must be a string with a maximum length of 255 characters. The search will be performed on the title and slug fields of the articles.

string

Expand related resources.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json