GET
/
api
/
{projectId}
/
integrations
/
tensorboard
/
{resourceId}
Get TensorBoard session status
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/integrations/tensorboard/{resourceId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "sessionStatus": {
    "status": "pending",
    "additionalInfo": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

resourceId
string
required

Unique resource ID for an integration session. When an integration is launched we create a new session for it. Each session is uniquely identifiable by the project ID and resource ID.

Response

200 - application/json

OK

The response is of type object.