List Normalize Configs

Returns a paginated list of stored normalization configurations, each with its full name, description, status, and rules, plus createdAt/updatedAt under meta.

Filter by filter[name] (case-insensitive contains match on name) and filter[status] (ACTIVE or ARCHIVED). Order with sort — allowed fields: name, createdAt, updatedAt; prefix a field with - for descending order. Use page[number] (1-based) and page[size] (default 20, max 200) to paginate.

Returns 200 with a paginated array of config resources and JSON:API pagination links. Returns 400 if filter, sort, or pagination parameters are invalid.

Query Params
string

Filter configurations by name. The filter is not case-sensitive and performs a contains search on the configurations name`

string
enum

Filter by lifecycle status: ACTIVE or ARCHIVED.

Show Details
ACTIVEThe config is active and available to `prepare` requests.
ARCHIVEDThe config has been archived (soft-deleted) and is no longer applied.
Allowed:
int32
≥ 1
Defaults to 1

Page number for the results. Defaults to 1.

int32
1 to 200
Defaults to 20

Number of records to return per page. Default 20, maximum 200.

string

Field to sort by. Prefix with - for descending order. Allowed values: name, createdAt, updatedAt.

Responses

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