API Reference
RUNTIME API Reference
Event-driven serverless functions for stream orchestration
Base URL
api.wave.dev/v1/runtimeAuth
Bearer tokenRate Limit
5,000/min
Max Timeout
30 seconds
Response (200)
{ "data": [{ "id": "func_abc", "name": "content-mod", "runtime": "python3.11", "status": "active" }] }Error Codes
400
Bad Request
Invalid payload or missing fields
401
Unauthorized
Invalid or expired API key
429
Rate Limited
Too many requests, retry with backoff
500
Execution Error
Function threw unhandled exception
504
Timeout
Function exceeded 30s timeout
507
State Quota
Persistent state storage exceeded