GraphQL subscriptions for real-time updates.
Stream log messages in real time.
subscription { logs { id message level timestamp runId } }
id
message
level
timestamp
runId
Was this page helpful?