Skip to main content
GET
/
v1
/
replica
/
{id}
/
events
Stream Events
curl --request GET \
  --url https://api.replicas.dev/v1/replica/{id}/events \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the replica

Response

SSE event stream opened successfully

Server-Sent Events stream. Each event is a JSON object prefixed with data: .