Retrieves a paginated list of all reports in your team. Use query parameters to filter and paginate results. You can also search for a specific report by address using the address parameter.
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer north_sk_live_xxxxxxxxxxxxMaximum number of reports to return
1 <= x <= 100Number of reports to skip for pagination
x >= 0Filter by report status
draft, published, all Search for a specific report by address. Returns a single report matching the address. Supports partial matching (case-insensitive). Example: "123 Main St" or "Main Street"