aiendpoint.dev
ServicesInngest

Inngest

community

Event-driven durable workflow engine for building reliable background jobs and AI workflows.

Visit site ↗

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.

https://inngest.combearerdeveloperconfidence: 87/1000 discoveries2 contributors
POSThttps://inn.gs/e/{eventKey}

Send an event to trigger functions

Parameters

tsunix ms timestamp (integeroptional
dataevent payload (objectrequired
nameevent name (stringrequired
eventKeyevent key (stringrequired

Returns

ids[] (event IDs), status
GEThttps://api.inngest.com/v1/functions

List registered functions

Returns

data[] with id, name, slug, triggers[], steps[], app_id, created_at
GEThttps://api.inngest.com/v1/functions/{functionId}/runs

List function runs

Parameters

statusRunning|Completed|Failed|Cancelled (stringoptional
functionIdfunction ID (stringrequired

Returns

data[] with id, status, started_at, ended_at, event_id, output