Search
GET/pcm/catalog/search
Execute search.
Request
Responses
- 200
- 400
- 500
Search results
Response Headers
Slug of the search profile resolved for this request.
On success (2xx): the profile actually applied. When the built-in default is used, the value is the reserved sentinel SYSTEMS_DEFAULT_PROFILE.
On 400 when profile resolution ran: the slug that was attempted (for example an invalid search_profile query value), or the resolved slug when a later validation step failed.
Omitted when the request fails before profile resolution (for example a malformed search body).
SYSTEMS_DEFAULT_PROFILE is reserved — tenants cannot create a search profile with that slug.
SYSTEMS_DEFAULT_PROFILEBad request - invalid search parameters
Response Headers
Slug of the search profile resolved for this request.
On success (2xx): the profile actually applied. When the built-in default is used, the value is the reserved sentinel SYSTEMS_DEFAULT_PROFILE.
On 400 when profile resolution ran: the slug that was attempted (for example an invalid search_profile query value), or the resolved slug when a later validation step failed.
Omitted when the request fails before profile resolution (for example a malformed search body).
SYSTEMS_DEFAULT_PROFILE is reserved — tenants cannot create a search profile with that slug.
SYSTEMS_DEFAULT_PROFILEInternal server error. There was a system failure in the platform.