---
title: "List allowed methods for a service"
method: GET
path: "/actions/services/{service}/methods"
tags: ["Actions", "Discovery"]
---

# List allowed methods for a service

`GET /actions/services/{service}/methods`

Return the methods allowed for the given service, each with its parameter definitions (name, type, whether required, description, and optional default/example). Returns 404 if the service is unknown.

## Path parameters

- `service` string, required

## Response `200`

Allowed methods

- object
  - `data` ServiceMethod[], required
    - `method` string, required
    - `params` ParamDef[], required
      - `name` string, required
      - `type` 'string' | 'number' | 'boolean' | 'object' | 'array', required
      - `required` boolean, required
      - `description` string, required
      - `default` unknown
      - `example` unknown

## Other responses

- `404` — Not Found

## Changes

- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added
- **2026-06-19** `ec76cd771e68` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** `c6e2a60c14c3` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/actions/services/:service/methods/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/b6fd8aed4bf4/schema)
