Skip to main content
GET
/
v1
/
replica
/
{id}
/
events
Stream Events
curl --request GET \
  --url https://api.tryreplicas.com/v1/replica/{id}/events \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "ts": "2023-11-07T05:31:56Z",
  "type": "<string>",
  "payload": {
    "version": "v1"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt

Use this file to discover all available pages before exploring further.

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. Each line is a JSON-encoded EngineEvent.

Engine initialization complete.

id
string
required

Unique event ID

ts
string<date-time>
required

ISO 8601 timestamp

type
string
required
Allowed value: "engine.ready"
payload
object
required