fork_list
List forks by state to locate in-flight work units. Returns paginated results for open, merged, or deleted statuses; use the returned next_cursor to fetch the following page.
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 |