Get export jobs by subscription
GET https://api.zylo.com/v1/subscriptions/:subscription/exportJobs?pageSize=number&pageToken=string
Returns collection of ExportJob objects for given subscription
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | string | (optonal) The size of the page to return. Defaults to 50. | |
pageToken | string | (required for pageSize) 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 |
RESPONSES
status: OK
{"nextPageToken":"1b6792d8-1aaf-4f00-9b53-5fe1fb32eca1","exportJobs":[{"id":"UUID","name":"ExportJob/8f42b1f6-06a4-465a-aff2-83be8fcf0886","status":"COMPLETE","createTime":"2020-01-01T12:00:00+00:00","updateTime":"2020-01-01T12:00:00+00:00","downloadUri":"https://zylo-exports-production.s3.amazonaws.com/44593ea1-30f7-4532-bee3-ee941203e359"}]}