Skip to main content
POST
/
v1
/
gateway
/
triggers
/
resume
JavaScript
import Triglit from 'triglit';

const client = new Triglit({
  apiKey: 'My API Key',
});

await client.triggers.resumeExecution({ resumeToken: 'x', runId: 'x' });

Documentation Index

Fetch the complete documentation index at: https://docs.triglit.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Chave de API do tenant (publishable key ou secret key)

Headers

X-API-Key
string
required

Chave de API do tenant (publishable key ou secret key)

Body

application/json
runId
string
required
Minimum string length: 1
resumeToken
string
required
Minimum string length: 1
input
unknown

Response

Workflow resumed successfully