GET /table/upload/csv/preview/async/get/{asyncToken}
Asynchronously get the results of a csv upload preview started with POST /table/upload/csv/async/start
Note: When the result is not ready yet, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/table/upload/csv/preview/async/get/{asyncToken}
Resource URL Variables
{asyncToken} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | UploadToTablePreviewResult (application/json) |