Skip to content

Commit c1295cf

Browse files
feat: Add parent_run_id to retrieve/list runs API response
1 parent 83c815d commit c1295cf

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-8794fad94f5d124b6c46befab0b5cb47d4ec075595c8b3520fa88ffbc50b4649.yml
3-
openapi_spec_hash: ee42f19a2f1d1053e9f97bb4f0e745d6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-52c0dc63c0d952099b92cdf34ab5d96bfed0f7c1563df5a3ec58a49ff48bba17.yml
3+
openapi_spec_hash: 16b32944c0606c834a41953e58b06c50
44
config_hash: 1888db8b2f33dc16874aea51a90e78f7

src/resources/agent/runs.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ export interface RunItem {
246246
*/
247247
is_sandbox_running?: boolean;
248248

249+
/**
250+
* UUID of the parent run that spawned this run
251+
*/
252+
parent_run_id?: string;
253+
249254
/**
250255
* Resource usage information for the run
251256
*/

0 commit comments

Comments
 (0)