cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/integrations/tensorboard/{resourceId} \ --header 'x-api-key: <api-key>'
{ "success": true, "sessionStatus": { "status": "pending", "additionalInfo": "<string>" }, "error": "<string>" }
Get the status of a TensorBoard session
Project ID
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.
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?