Get List of Bulk ExportsAsk AIget https://{hostname}/api/ot-insights/v1/bulk-export-jobsUse this API to retrieve a list of bulk exports. The response will include the created date, ID, and status of each export. πThings to Know The status of a bulk export will automatically change to Expired 10 days after its creation. Query Paramspageint32β₯ 0Defaults to 0Results page to be retrieved (0..N). Example- '?page=1'sizeint321 to 2000Defaults to 20Number of records per page (1..2000). Example- '?size=30'sortstringenumDefaults to createdDate,descThe sort criteria that dictates the order of the results.name,ascname,descstatus,ascstatus,desccreatedDate,asccreatedDate,desccompletedDate,asccompletedDate,descexpiryDate,ascexpiryDate,descShow 10 enum valuesResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago