aiendpoint.dev
ServicesTrigger.dev

Trigger.dev

community

Open-source background jobs framework for TypeScript with long-running tasks and event triggers.

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://trigger.devbearerdeveloperconfidence: 90/1000 discoveries2 contributors
POSThttps://api.trigger.dev/api/v1/tasks/{taskId}/trigger

Trigger a background task

Parameters

taskIdtask identifier (stringrequired
payloadtask input data (objectrequired

Returns

id (run ID), status
GEThttps://api.trigger.dev/api/v3/runs/{runId}

Get task run status

Parameters

runIdrun ID (stringrequired

Returns

id, status, taskIdentifier, payload, output, createdAt, updatedAt, startedAt, completedAt
GEThttps://api.trigger.dev/api/v3/runs

List task runs

Parameters

limitresults (integeroptional
statusCOMPLETED|FAILED|EXECUTING|QUEUED (stringoptional
taskIdentifiertask filter (stringoptional

Returns

data[] with id, status, taskIdentifier, createdAt, completedAt, isTest