Bibliography (Read Citation Cache)
bibliographyRetrieve, list, or export Australian legal citations from a local cache without network calls. Look up a single citation, list cached citations, export to BibLaTeX, or find cited-by references.
Instructions
Read from the local citation cache without network calls. op=get retrieves one citation by cite key, AGLC4 string, neutral citation, or title. op=list (default) lists cached citations, optionally filtered to a document. op=export writes a BibLaTeX .bib file and returns the bib text. op=cited_by returns the locally cached cited-by list for a citation (run cache_cited_by first to populate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | get = look up one cached citation; list = list cached citations (default); export = write a BibLaTeX .bib file; cited_by = return the cached cited-by list for a citation | list |
| query | No | Cite key (e.g. 'mabo1992'), AGLC4 citation string, neutral citation, or case title — required for op=get | |
| citeKey | No | Cite key of the case to retrieve cached cited-by data for — required for op=cited_by | |
| document | No | Filter to citations used in this document (op=list/export). Omit for all project citations. | |
| format | No | json | |
| outputPath | No | Write the .bib file to this absolute path (op=export). Defaults to <cacheDir>/<projectName>.bib |