Get All DatatablesAsk AIget https://preview.threekit.com/api/datatablesreturn a list of datatablesQuery ParamsorgIdstringrequiredID of the organization which the assets belong tobranchstringName of the org branch to connect to. If no value is provided the default value is "main".pagenumberPage to return, defaults to 1perPagenumberTotal number of entries per page, defaults to 30 and can only go up to 100sortstringThe direction and value to sort by, defaults to createdAt descending (denoted -createdAt). Currently only supports sorting by createdAt.bearer_tokenstringPublic access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.archivedstringOnly fetch deleted assetsincludeArchivedstringInclude deleted assets in the responseResponses 200datatable list 401User is unauthorized to make the requestUpdated about 1 year ago