Get URL of export

Get URL of export

get

Get the URL to the exported artefacts for an export job of a project.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/export/get-url HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "hasExport": true,
  "created": "2025-07-03T04:12:25.347Z",
  "url": "text"
}

Last updated

Was this helpful?