Get import jobs by subscription
GET https://api.zylo.com/v1/subscriptions/:subscription/importJob?pageSize=number&pageToken=string
Returns a paginated list of import jobs for a subscription
Important Note: Data imports is a legacy feature that is retired but will continue to be supported for existing customers as of 6/11/2024. If you are looking to import usage data into your Zylo instance, please see the Usage Connect Imports section for more information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | string | (optional) The size of the page to return. Defaults to 50. | |
pageToken | string | A page token, received from a previous call. Provide this token to retrieve the subsequent page. To retrieve the first page, supply an empty page token. When paginating, other parameters provided to the call must match the call that provided the page token. |
Example: pageToken=1b6792d8-1aaf-4f00-9b53-5fe1fb32eca1 |