API Call History APIs

APIs for accessing the API Call History.

Get Call ID

get

Get the details of an API call from the API Call History. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadAPILog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
callIdstring · uuidRequired

Execute API call_id.

Example: a5c6a61f-06f8-499b-8a4d-818be4e74d29
Query parameters
indexintegerOptional

Index number for the record to get. With v4/execute, multiple request records can be submitted at once.

Responses
get
/{tenant}/api/v3/log/getexecutionhistorybycallid/{callId}
200

OK

Download as Excel

post

Get a copy of the original Excel file with inputs embedded with the API Call History for an Execute API call_id. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadAPILog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
folderstringRequired

Folder associated with the API call.

Example: myfoldername
servicestringRequired

Service associated with the API call.

Example: myservicename
callIdstring · uuidRequired

Execute API call_id.

Example: a5c6a61f-06f8-499b-8a4d-818be4e74d29
Body
objectOptional
Responses
post
/{tenant}/api/v3/folders/{folder}/services/{service}/download/xml/{callId}
200

OK

Download Log as CSV post log job

post

Get a ZIP of CSV 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 CSV. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadCsvLog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
folderstringRequired

Folder associated with the API call.

Example: myfoldername
servicestringRequired

Service associated with the API call.

Example: myservicename
Body
Responses
post
/{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadcsv
200

OK

Download Log as CSV get log job status

get

Get a ZIP of CSV 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 CSV. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadCsvLog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
folderstringRequired

Folder associated with the API call.

Example: myfoldername
servicestringRequired

Service associated with the API call.

Example: myservicename
jobIdstring · uuidRequired

job_id associated from POST job.

Example: b13a5526-60c8-43cc-840f-2c76dca701d9
Responses
get
/{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadcsv/status/{jobId}
200

OK

Download Log as JSON post log job

post

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. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadJSONLog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
folderstringRequired

Folder associated with the API call.

Example: myfoldername
servicestringRequired

Service associated with the API call.

Example: myservicename
Body
Responses
post
/{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadJSON
200

OK

Download Log as JSON get log job status

get

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. If using an API key, the API key group must contain user groups that are also assigned to Spark.DownloadJSONLog.json or Spark.AllEncompassingProxy.json.

Authorizations
AuthorizationstringRequired

Bearer token can be accessed from the user menu.

Path parameters
tenantstringRequired

Tenant is part of your login URL and also available in the user menu.

Example: mytenantname
folderstringRequired

Folder associated with the API call.

Example: myfoldername
servicestringRequired

Service associated with the API call.

Example: myservicename
jobIdstring · uuidRequired

job_id associated from POST job.

Example: b13a5526-60c8-43cc-840f-2c76dca701d9
Responses
get
/{tenant}/api/v3/folders/{folder}/services/{service}/log/downloadJSON/status/{jobId}
200

OK

Last updated