-
Notifications
You must be signed in to change notification settings - Fork 186
Is get_results deprecated? #274
Copy link
Copy link
Closed
Labels
needs investigationAn issue that has more questions to answer or otherwise needs work to fully understand the issueAn issue that has more questions to answer or otherwise needs work to fully understand the issue
Metadata
Metadata
Assignees
Labels
needs investigationAn issue that has more questions to answer or otherwise needs work to fully understand the issueAn issue that has more questions to answer or otherwise needs work to fully understand the issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the problem
Does
get_resultsdo anything? It doesn't seem to point to a valid mgmt API endpoint.The link to the docs doesn't point to anything that actually exists. There's an associated test that point to
jobs/{id}/resultsbut that endpoint, if it exists, doesn't appear to be documented. For an export job you get the "results URL" from theget()call itself. Or is this related to the import job?