Get Full Report

Full report with all credit report details plus core attributes.
Please note that for all non-gold tier SKUs, the core attributes will be returned as null.
The GraphQl query for this endpoint is:

query FullOrderReport($ORDER_ID: uuid!, $order_id: String!) {
  credit_data_order: credit_data_order_by_pk(order_id: $ORDER_ID) {
    order_date
    order_id
    bankruptcies {
      current_disposition
      current_disposition_date
      date_filed
      date_reported
      disposition_date
      industry {
        category
        name
      }
    }
    collections {
      account {
        account_number
        creditor {
          industry {
            category
            name
          }
          address
          email
          name
          phone
          website
        }
        date_closed
        date_opened
        name
        type
        type_description
      }
      current_balance
      custumer_number
      customer_number
      disputed
      industry_code
      original_amount
    }
    consumer_id
    credit_scores {
      model
      score_reasons {
        narrative
      }
      value
    }
    inquiries {
      date
      inquirer_name
      industry {
        category
        name
      }
    }
    mla_statuses {
      referral_contact_number
      regulated_identifier
      covered_borrower_status
    }
    ofac_statuses {
      reference
      issue_source
    }
    tradelines {
      account {
        account_number
        date_closed
        date_opened
        name
        type
        type_description
        creditor {
          address
          email
          industry {
            category
            name
          }
          name
          phone
          website
        }
      }
      account_rating
      credit_limit
      current_balance
      date_effective
      delinquency_date
      high_credit
      late_30_days_total
      late_60_days_total
      late_90_days_total
      months_reviewed_count
      most_recent_payment_amount
      most_recent_payment_date
      past_due
      payment_pattern_start_date
      scheduled_monthly_payment
      payment_snapshots {
        occurrence_date
        payment_status
      }
    }
  }
  tradeline_attributes: get_tradeline_attributes_by_order_id(args: {id: $order_id}) {
    total_tradelines
    open_tradelines
    tradeline_open_last_3_months
    tradeline_open_last_6_months
    tradeline_open_last_9_months
    tradeline_open_last_12_months
    months_oldest_tradeline_opened
    months_recent_tradeline_opened
    months_average_open_tradeline_opened
    months_recent_delinquency
  }
  revolving_attributes: get_revolving_attributes_by_order_id(args: {id: $order_id}) {
    active_revolving_open_ended_tradelines_balance_opened_last_12_m
    maximum_bank_card_utilization
    months_oldest_revolving_tradeline_opened
    open_revolving_tradelines
    revolving_tradelines_opened_last_6_months
    total_revolving_tradelines
    total_credit_limit_open_revolving_tradelines
    total_balance_open_revolving_tradelines
  }
  mortgage_attributes: get_mortgage_attributes_by_order_id(args: {id: $order_id}) {
    months_oldest_mortgage_tradeline_opened
    open_mortgage_tradelines
    total_mortgage_tradelines
  }
  auto_attributes: get_auto_attributes_by_order_id(args: {id: $order_id}) {
    months_recent_auto_tradeline_opened
    open_autotradelines
    total_auto_tradelines
  }
  unsecured_installment_attributes: get_unsecured_installment_attributes_by_order_id(args: {id: $order_id}) {
    active_installment_tradelines
    active_installment_tradelines_opened_last_3_months
    months_recent_unsecured_installment_tradeline_delinquency
    months_recent_unsecured_installment_tradelines_opened
    open_unsecured_installment_tradelines
    unsecured_installment_tradelines_opened_6_months
  }
  student_loans_attributes: get_student_loans_attributes_by_order_id(args: {id: $order_id}) {
    outstanding_balance_open_student_loan_tradelines
    total_student_loan_tradelines
  }
  specialized_attributes: get_specialized_attributes_by_order_id(args: {id: $order_id}) {
    foreclosures
    inquiries_last_12_months
    inquiries_last_24_months_deduped
    bankruptcies_public_record
    months_recent_public_record
    months_recent_third_party_collection
    unpaid_collections
    percent_opened_trades_last_24_months
  }
  worst_attributes: get_worst_attributes_by_order_id(args: {id: $order_id}) {
    worst_rating_all_tradelines_last_12_months
  }
  delinquency_attributes: get_delinquency_attributes_by_order_id(args: {id: $order_id}) {
    percent_tradelines_never_delinquent
  }
}
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!