Get articles by query

With this endpoint, a query can be made for articles and pages with specified search text.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
ℹ️

Note: A new advanced search endpoint is available, in beta. Please see the separate document Content Advanced Search .

The base URL depends on environment used. Standard environment: https://article-cms.cortextech.io. US environment: https://article-cms.cortextech.us.

Query Params
string
required

Your client ID, assigned during onboarding.

string

Page number, zero-indexed. Default is 0.

string

Page size. It is recommended never to exceed a value greater than 1000 items. Default is 50.

string

Sort parameter.

string
required

Query string, in query syntax (see https://opensearch.org/docs/latest/opensearch/query-dsl/full-text/#query-string). This may include specific fields to check and the operator to use where there are multiple criteria. For example, query=categories.id:1234+OR+5678 would return articles with either the category ID 1234 or the category ID 5678.

Response

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