---
title: "Get method definition"
method: GET
path: "/api/interests/{interest}/objects/{object}/methods/{method}"
---

# Get method definition

`GET /api/interests/{interest}/objects/{object}/methods/{method}`

Returns the definition of a specific method

## Response `200`

Method definition

- ObjectMethod
  - `name` string, required — Method name
  - `description` string, required — Method description
  - `retType` string, required — Return type name
  - `args` Argument[], required — Method arguments
    - `name` string, required — Argument name
    - `description` string, required — Argument description
    - `type` string, required — Argument type name

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

## Changes

- **2026-05-19** `59dd5f0d95de` — 1 breaking, 1 info
  - removed the required property `ret_type` from the response with the `200` status
  - added the required property `retType` to the response with the `200` status
- **2026-02-26** `a817fe1f1538` — 1 breaking, 1 info
  - removed the required property `retType` from the response with the `200` status
  - added the required property `ret_type` to the response with the `200` status

[Change history](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/changes/api/interests/:interest/objects/:object/methods/:method/get.md)

---

[API](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/revisions/c9a79ab26d8c/schema)
