---
title: "Get query parameters"
method: GET
path: "/kitchen-sink/request/query-parameter"
tags: ["🚰 Kitchen Sink"]
---

# Get query parameters

`GET /kitchen-sink/request/query-parameter`

The API endpoint provides the capability to retrieve the query parameters being supplied in the URL.

When accessing this endpoint, you can retrieve and access the values of the query parameters included in the URL.

This functionality allows you to extract and utilize the information provided as query parameters for further processing or customization within your application.

## Query parameters

- `query1` string
- `query2` string
- `query3` string

## Response `200`

Get query parameters

- object
  - `data` object
    - `query1` string
    - `query2` string
    - `query3` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/versions/a9f3a290e4dc/schema)
