Edges about
edges_aboutEvery edge touching the given work or claim, in either direction, each tagged with its trust tier (asserted|inferred) and attribution/provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum edges to return per tier (default 100, max 1000). Well-cited works have thousands; the response reports has_more and inferred_total so you can tell a page from the whole answer. | |
| offset | No | How many edges to skip, for paging. Advance by the LIMIT you asked for, not by the number of results you got back — duplicates are removed after the window is taken, so a page can return fewer rows than it consumed. Keep going while has_more is true. | |
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |