Filings

Get filings

The Get Filings API retrieves a paginated list of filings based on filters such as dates, jurisdiction, Country, status, etc. This helps track and manage tax filings efficiently across multiple jurisdictions.

get/v1/filings

Query parameters

status__instring nullable

Filter filings by status

Filter filings by status

start_datestring date nullable

Filter filings with a start date greater than or equal to this date.

Filter filings with a start date greater than or equal to this date.

end_datestring date nullable

Filter filings with an end date less than or equal to this date.

Filter filings with an end date less than or equal to this date.

date_filed__gtestring date nullable

Filter filings filed on or after this date.

Filter filings filed on or after this date.

date_filed__ltestring date nullable

Filter filings filed on or before this date.

Filter filings filed on or before this date.

order_bystring nullable

Comma-separated list of fields to sort the results.

Comma-separated list of fields to sort the results.

state_codestring nullable

Filter filings by state code (e.g., CA for California).

Filter filings by state code (e.g., CA for California).

Filter filings by country code in ISO 3166-1 alpha-2 format (e.g., US).

filing_category__instring nullable

Filter filings by category (e.g., REGULAR, BACK_FILING, AMENDMENT).

Filter filings by category (e.g., REGULAR, BACK_FILING, AMENDMENT).

tax_type__instring nullable

Filter filings by tax type. Multiple tax types can be passed, separated by commas (SALES_TAX, USE_TAX, SALES_AND_USE_TAX).

Filter filings by tax type. Multiple tax types can be passed, separated by commas (SALES_TAX, USE_TAX, SALES_AND_USE_TAX).

pageinteger

Page number

Page number

sizeinteger

Page size

Page size

Headers

x-organization-idstring nullable required

The unique identifier for the organization making the request

The unique identifier for the organization making the request

Response

Successfully retrieved filings

totalinteger required
pageinteger required
sizeinteger required
pagesinteger required

Changes