Download Log as JSON
POST /{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadjsonGET /{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadjson/status/{jobId}Authorization
Last updated
This API follows the same structure as Download Log as CSV.
Get a ZIP of JSON files from the API Call History of a Spark service. This is equivalent to the API Call History functionality to Download all API calls, Download as JSON.
Returns: status response with job_id of the requested job.
POST /{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadjsonReturns: status response and download_url to download the ZIP file.
GET /{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadjson/status/{jobId}This API supports authorization via:
Bearer {token} accessible from Authorization - Bearer token or systematically via Client Credentials.
The request headers should include a key for Authorization with the value Bearer {token}.
API key created from Authorization - API keys.
The API key groups must contain User groups that are also assigned to Permissions - Features permissions Spark.DownloadJSONLog.json or Spark.AllEncompassingProxy.json.
The request headers should include the keys x-synthetic-key and x-tenant-name with the values of the API key and tenant name respectively.
Last updated
