Retrieve Data

GET https://{{base_url}}/analytics/v2/job/{{jobId}}/data?orgUid={{orgUid}}

The Retrieve Data request will take the jobId value that was generated in your response, as a part of its URL and will get you the actual response data for that jobId without any processing delay. Due to the async nature of the APIs, this GET data request acts as an additional step to retrieve your actual response.

To use the API request, you will need to authenticate yourself either with an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Retrieve Data API Reference document

Request Params

KeyDatatypeRequiredDescription
orgUidstringEnter the UID of your Organization.
pagenumberEnter the page number you want to retrieve in the response.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken .
Content-Typestring