cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/export/get-url \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "hasExport": true, "created": "2023-11-07T05:31:56Z", "url": "<string>" }
Get the URL to the exported artefacts for an export job of a project.
Project ID
OK
The response is of type object.
object