---
title: "Invoke a method on a remote dapr app"
method: GET
path: "/v1.0/invoke/{appId}/method/{method-name}"
tags: ["invocation", "service"]
---

# Invoke a method on a remote dapr app

`GET /v1.0/invoke/{appId}/method/{method-name}`

This endpoint lets you invoke a method in another Dapr enabled app.

## Path parameters

- `appId` string, required — the App ID associated with the remote app
- `method-name` string, required — name of the method to be invoked

## Headers

- `Content-Type` string — the App ID associated with the remote app

## Parameters

- `#/components/securitySchemes/ApiKeyAuth` — unresolved $ref

## Response `200`

Operation succeeded

## Other responses

- `500` — Server Error

## Changes

> 5 revisions in range; 1 could not be searched.

- **2020-08-31** `77ab53571070` — 2 info
  - api tag `Invocation ` added
  - api tag `invocation` removed

[Change history](https://skmtc.dev/dapr/apis/service-invocation/changes/v1.0/invoke/:appId/method/:method-name/get.md)

---

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