GET
/
api
/
{projectId}
/
download-impulses-detailed
Download all impulses (incl. metrics), as JSON or CSV.
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/download-impulses-detailed \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

format
enum<string>

Format of the detailed impulses response, either 'json' or 'csv'. If not set, defaults to 'json'.

Available options:
json,
csv

Response

200 - application/octet-stream

File

The response is of type file.