Skip to main content
GET
/
migrations
/
{migration_id}
/
thread
/
stream
Stream the thread (SSE)
curl --request GET \
  --url https://app.vern.so/api/v1/migrations/{migration_id}/thread/stream \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

migration_id
string<uuid>
required

The migration ID returned by Create a migration.

Query Parameters

after
integer
include
enum<string>
default:user
Available options:
user,
tools,
all

Response

An SSE stream.

The response is of type string.