fork_list
List forks in open, merged, or deleted states to locate in-flight work units. Paginated results return a next_cursor to fetch subsequent pages.
Instructions
List forks in one state — 'open' (default), 'merged', or 'deleted' —
as summary records, so you can find in-flight work units. Paginated:
returns {items, next_cursor} — pass the returned next_cursor as
cursor to fetch the next page. Use fork_status for one fork's full
change log. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| cursor | No | ||
| status | No | open |