---
title: "Get API Packages Operation"
method: GET
path: "/v3/api-packages/{packageId}/operations/{operationId}"
tags: ["API Package Operations"]
---

# Get API Packages Operation

`GET /v3/api-packages/{packageId}/operations/{operationId}`

Get API packages operation

## Response `200`

API Package Operation

- ApiPackageOperationResponseSchema
  - `id` string, uuid, required — The API Operation identifier.
  - `api` object, required
    - `id` string, uuid, required — The API identifier.
    - `name` string, required — The name of the API this operation belongs to.
    - `version` string, required — The version of the API this operation belongs to.
  - `method` 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'CONNECT' | 'TRACE', required — The HTTP method of an API Operation.
  - `path` string, required — The path of the API Operation.
  - `rate_limiting_config` object, nullable, required — Rate limit configuration that can be applied to an API Package or an API Package Operation.
    - `limit` integer, required — The amount of requests allowed for each operation within the specified duration.
    - `duration` 'seconds' | 'minutes' | 'hours', required — The timeframe to ensure that an application does not exceed the request limit.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `implementation_status` ApiOperationImplementationStatus — The implementation status of the operation.
    - `matched` boolean, required — Whether the operation is matched by a Kong route in the control plane
    - `route` object, nullable, required
      - `id` string, uuid, required — The route identifier
      - `name` string, required — The name of the route
    - `service` object, nullable, required
      - `id` string, uuid, required — The service identifier
      - `name` string, required — The name of the service

## Other responses

- `401` — ApiUnauthorized
- `403` — ApiForbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
