Inngest
communityEvent-driven durable workflow engine for building reliable background jobs and AI workflows.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://inn.gs/e/{eventKey}Send an event to trigger functions
Parameters
tsunix ms timestamp (integeroptionaldataevent payload (objectrequirednameevent name (stringrequiredeventKeyevent key (stringrequiredReturns
ids[] (event IDs), statusGET
https://api.inngest.com/v1/functionsList registered functions
Returns
data[] with id, name, slug, triggers[], steps[], app_id, created_atGET
https://api.inngest.com/v1/functions/{functionId}/runsList function runs
Parameters
statusRunning|Completed|Failed|Cancelled (stringoptionalfunctionIdfunction ID (stringrequiredReturns
data[] with id, status, started_at, ended_at, event_id, output