Skip to content

Commit c02b564

Browse files
authored
Change version of @trigger.dev/sdk to minor
Added functionality to query Trigger.dev data with TRQL.
1 parent c72e366 commit c02b564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/afraid-gorillas-jump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@trigger.dev/sdk": patch
2+
"@trigger.dev/sdk": minor
33
---
44

55
Added `query.execute()` which lets you query your Trigger.dev data using TRQL (Trigger Query Language) and returns results as typed JSON rows or CSV. It supports configurable scope (environment, project, or organization), time filtering via `period` or `from`/`to` ranges, and a `format` option for JSON or CSV output.

0 commit comments

Comments
 (0)