Trigger.dev integration (Developer Tools). Imported from open-connector.
https://api.trigger.dev/api/v1/runs
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | Number of runs per page. |
| pageAfter | string | optional | Run ID to start the next page after. |
| pageBefore | string | optional | Run ID to start the previous page before. |
| statuses | array | optional | Statuses to include in the run list. |
| taskIdentifiers | array | optional | Task identifiers to include in the run list. |
| versions | array | optional | Worker versions to include in the run list. |
| createdFrom | string | optional | Only include runs created at or after this time. |
| createdTo | string | optional | Only include runs created at or before this time. |
| createdPeriod | string | optional | Relative created-at period accepted by Trigger.dev, such as 1d. |
| bulkAction | string | optional | Bulk action ID to filter by. |
| schedule | string | optional | Schedule ID to filter by. |
| isTest | boolean | optional | Whether to include only test or non-test runs. |
/api/v3/runs/{runId}
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The Trigger.dev run ID, prefixed with run_. |
/api/v1/runs/{runId}/result
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The Trigger.dev run ID, prefixed with run_. |
/api/v1/tasks/{taskIdentifier}/trigger
| Param | Type | Required | Description |
|---|---|---|---|
| taskIdentifier | string | required | The Trigger.dev task identifier to execute. |
| payload | string | optional | Any JSON value accepted by Trigger.dev. |
| context | string | optional | Any JSON value accepted by Trigger.dev. |
| options | object | optional | Trigger.dev run options for a task trigger request. |
/api/v2/runs/{runId}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The Trigger.dev run ID, prefixed with run_. |
/api/v1/runs/{runId}/replay
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The Trigger.dev run ID, prefixed with run_. |