How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dapr Actors API

Virtual actor operations including state, timers, and reminders.

Dapr Actors API is one of 13 APIs that Dapr publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include Actors. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, an AsyncAPI specification, and 9 JSON Schemas.

This API exposes 12 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, http://localhost:3500.

12 operations 5 paths 2 schemas 3 DELETE4 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
http://localhost:3500
Contact
License
Resource Areas
1

Paths & Operations 12

Across 5 paths, the API surfaces 12 operations — 3 DELETE, 4 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Actors 12

Virtual actor operations including state, timers, and reminders.

POST
/v1.0/actors/{actorType}/{actorId}/method/{method}
Dapr Invoke Actor Method
invokeActorMethod 3 params body → 200500
PUT
/v1.0/actors/{actorType}/{actorId}/method/{method}
Dapr Invoke Actor Method (PUT)
invokeActorMethodPut 3 params body → 200500
GET
/v1.0/actors/{actorType}/{actorId}/method/{method}
Dapr Invoke Actor Method (GET)
invokeActorMethodGet 3 params → 200500
DELETE
/v1.0/actors/{actorType}/{actorId}/method/{method}
Dapr Invoke Actor Method (DELETE)
invokeActorMethodDelete 3 params → 200500
GET
/v1.0/actors/{actorType}/{actorId}/state
Dapr Get Actor State
getActorState 2 params → 200500
POST
/v1.0/actors/{actorType}/{actorId}/state
Dapr Save Actor State (Transactional)
saveActorStateTransactional 2 params body → 204400500
GET
/v1.0/actors/{actorType}/{actorId}/state/{key}
Dapr Get Actor State by Key
getActorStateByKey 3 params → 200204500
POST
/v1.0/actors/{actorType}/{actorId}/timers/{name}
Dapr Create Actor Timer
createActorTimer 3 params body → 204500
DELETE
/v1.0/actors/{actorType}/{actorId}/timers/{name}
Dapr Delete Actor Timer
deleteActorTimer 3 params → 204500
POST
/v1.0/actors/{actorType}/{actorId}/reminders/{name}
Dapr Create Actor Reminder
createActorReminder 3 params body → 204500
GET
/v1.0/actors/{actorType}/{actorId}/reminders/{name}
Dapr Get Actor Reminder
getActorReminder 3 params → 200500
DELETE
/v1.0/actors/{actorType}/{actorId}/reminders/{name}
Dapr Delete Actor Reminder
deleteActorReminder 3 params → 204500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ActorReminder (4 properties), ActorTimer (4 properties). Each schema is shown below with its type and property counts.

ActorTimer
object
4 properties
ActorReminder
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dapr-actors-api-openapi.yml Raw ↑

Other APIs Dapr publishes across the network.

Dapr Bindings API
Dapr Configuration API
Dapr Cryptography API
Dapr DistributedLock API
Dapr Health API
Dapr Jobs API
Dapr Metadata API
Dapr PubSub API
Dapr Secrets API
Dapr ServiceInvocation API
Dapr State API
Dapr Workflow API
Where this information came from

This is an independent, third-party profile of Dapr Actors API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.