전자세금계산서 목록 조회
hometax__etax__invoice__search_listREQUIRES prior hometax__session__login call with same account_link_id. Search e-tax invoices by date range. Use from_date/to_date (YYYYMMDD or YYYY-MM-DD). prh_sls_cl_cd: '01'=issued(매출), '02'=received(매입). 국세청 rejects long ranges with '6개월이상은 조회할 수 없습니다.' — keep the window under 6 months and split longer periods into several calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | End date YYYYMMDD or YYYY-MM-DD (e.g. 20260131) | |
| page_num | No | Page number (default 1) | |
| from_date | Yes | Start date YYYYMMDD or YYYY-MM-DD (e.g. 20260101) | |
| page_size | No | Page size (default 10) | |
| prh_sls_cl_cd | No | Invoice direction: '01'=issued(매출), '02'=received(매입). Default '01'. | |
| account_link_id | No | Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure). |