# GET /api/rate-limiting/profiles/continuation

Rate Limit Profiles: retrieves a continuation-token paged list of profiles.

**Required permissions**: `RateLimiting.Profiles`  
**Scope**: merchant

**Operation ID:** `GET_api_rate-limiting_profiles_continuation`

## Authorization

Requires: RateLimiting.Profiles, merchant scope.

Required permissions:
- `RateLimiting.Profiles`

## Parameters

| Name | In | Required | Type | Description |
| --- | --- | --- | --- | --- |
| Scope | query | no | WinkPGRateLimitingAbstractionsRateLimitScope | Scope to a single rate limit scope. |
| IsActive | query | no | boolean | Scope to active or inactive profiles. |
| Filter.Logic | query | no | PhoenixAbpCoreDataFilteringFilterLogic |  |
| Filter.Rules | query | no | array<PhoenixAbpCoreDataFilteringFilterRule> |  |
| Filter.Groups | query | no | array<PhoenixAbpCoreDataFilteringFilterGroup> |  |
| MaxResultCount | query | no | integer(int32) | Page size. |
| ContinuationToken | query | no | string | Cosmos continuation token for the next page. |
| Sorting.Field | query | no | string |  |
| Sorting.Descending | query | no | boolean |  |
| MaxCreationTime | query | no | string(date-time) | Upper bound on creation time. |
| MinCreationTime | query | no | string(date-time) | Lower bound on creation time. |
| MaxModifitionTime | query | no | string(date-time) | Upper bound on last modification time. |
| MinModifitionTime | query | no | string(date-time) | Lower bound on last modification time. |
| IncludeDeleted | query | no | boolean | Include soft-deleted rows, so a deleted profile can be restored from the grid. |
| IncludeInactive | query | no | boolean | Include rows the platform marks inactive. |
| suppressNulls | query | no | boolean | If true, omit properties with null values. |

## Responses

### 200

OK

**Content type:** `text/plain`

Schema: `PhoenixAbpCoreApplicationContractsContinuationPagedResultDtoOfWinkPGRateLimitingProfilesRateLimitProfileDto`

**Content type:** `application/json`

Schema: `PhoenixAbpCoreApplicationContractsContinuationPagedResultDtoOfWinkPGRateLimitingProfilesRateLimitProfileDto`

**Content type:** `text/json`

Schema: `PhoenixAbpCoreApplicationContractsContinuationPagedResultDtoOfWinkPGRateLimitingProfilesRateLimitProfileDto`

### 403

Forbidden

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 401

Unauthorized

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 400

Bad Request

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 404

Not Found

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 501

Not Implemented

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### 500

Internal Server Error

**Content type:** `text/plain`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

**Content type:** `text/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

### default

The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

## See also

- [All documentation](https://docs.winkpg.io/llms.txt): the machine-readable index of every public page on this site.
