Get fee schedule results by version
Fee Schedule Results
Get Results by Version
Retrieve all fee schedule results from a specific extraction version
GET
Get fee schedule results by version
Overview
Returns all fee schedule results belonging to a specific extraction version. Each version represents a single extraction run against a fee schedule document. Use this to retrieve the complete set of fees from that version. Results are access-scoped — you can only retrieve versions for exchanges associated with your API key.Authorization Required - Include your API key in the
x-rulebook-api-access-key header. Contact
aaron@rulebookcompany.com to obtain
access.Path Parameters
Fee extraction version identifier. Obtain this from the
version_id field in
fee schedule results.Query Parameters
Records per page (1–100)
Page number (0-indexed)
When
true, includes resolved footnotes from the source document in the relationships field of each result.When
true, includes resolved definitions from the source document in the relationships field of each result.When
true, includes source_document, source_link, and page_number fields in each result.Request
With Pagination and Source
Response
Array of fee schedule result objects (same schema as the list endpoint)
Pagination and performance metadata
Example Response
Error Responses
Authorizations
API access key provided by Rulebook Company. Contact aaron@rulebookcompany.com to obtain one.
Path Parameters
Fee extraction version identifier (from the version_id field in fee schedule results)
Query Parameters
Number of records per page (1-100)
Required range:
1 <= x <= 100Page number (0-indexed)
Required range:
x >= 0When true, includes resolved footnotes from the source document in the relationships field of each result
When true, includes resolved definitions from the source document in the relationships field of each result
When true, includes source_document, source_link, and page_number fields in each result

