Download Log as JSON
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}Authorization
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
Authorizationwith the valueBearer {token}.
API key created from Authorization - API keys. It must contain User groups that are also assigned to Permissions - Features permissions
Spark.DownloadJSONLog.jsonorSpark.AllEncompassingProxy.json.The request headers should include the keys
x-synthetic-keyandx-tenant-namewith the values of the API key and tenant name respectively.
Last updated
