Skip to main content
POST
Test Start Hook (Streaming)

Authorizations

Authorization
string
header
required

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

Path Parameters

environmentId
string
required

Environment UUID, or the literal string global.

Body

application/json
content
string
required

Shell script to execute (not persisted)

Response

SSE stream of start hook test events

SSE events. Each event has type in {progress, output, complete, error} plus an optional message, output, exit_code, or timed_out payload.