Get one report
Retrieves a report for a given report ID.
If you don’t have the report id, it is recommended to use the embedded reports key on a completed verification object returned from GET /orders
.
You can get the report in PDF format by adding Accept: application/pdf
to your headers. When testing, please use the generated curl command
with --output <PDF filename>
specified.
<!— theme: info —>
Only completed Reports will be returned. Any other request will fail with either 400 or 404, and provide more information as an attached error message.
Path parameters
Report ID
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.
Query parameters
Whether to calculate income analytics for the nested reports in each verification.
Whether to include annotations for the nested reports in each verification.
Comma-separated names of fields to include in the response. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.
Response
OK
Consumer-stated information related to this report
Disputes that are currently open and relevant to this report
Eligibilities for this report
Calculated income features. Only returned if the income_analytics
query parameter is provided and is true
and the employee status on the report is active.
Individual paystubs for each pay period. Paystubs are returned sorted in descending order from most recent to least recent pay date.