Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Inngest Functions API

List and invoke deployed Inngest functions.

Inngest Functions API is one of 8 APIs that Inngest publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include Functions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, a JSON-LD context, rate-limit docs, and 9 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 2026-05.

Requests are made against 5 base URLs: https://api.inngest.com, https://api.inngest.com/v2, https://inn.gs, http://localhost:8288, http://localhost:8288/api/v2.

2 operations 2 paths 1 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2026-05
Base URL
https://api.inngest.com
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Inngest Functions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (signing-key) (bearerAuth).

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Functions 2

List and invoke deployed Inngest functions.

GET
/v1/functions
List Functions
listFunctions → 200
POST
/v2/apps/{appId}/functions/{functionId}/invoke
Invoke Function
v2InvokeFunction 2 params body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Function (4 properties). Each schema is shown below with its type and property counts.

Function
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inngest-functions-api-openapi.yml Raw ↑

Other APIs Inngest publishes across the network.

Inngest Account API
Inngest Apps API
Inngest Environments API
Inngest Events API
Inngest Keys API
Inngest Runs API
Inngest Webhooks API