Organization information
List all information about this organization.
get
/api/organizations/{organizationId}
Authorizations
Path parameters
organizationIdintegerrequired
Organization ID
Responses
application/json
cURL
JavaScript
Python
HTTP
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}' \
--header 'x-api-key: YOUR_API_KEY'
200
{
"success": true,
"error": "text",
"organization": {
"id": 1,
"name": "text",
"logo": "https://usercdn.edgeimpulse.com/logos/1.jpg",
"headerImg": "https://usercdn.edgeimpulse.com/leaders/1.jpg",
"showHeaderImgMask": true,
"isDeveloperProfile": true,
"whitelabelId": 1,
"whitelabelName": "text",
"trialId": 1,
"trialExpiredDate": "2025-02-21T18:02:54.629Z",
"trialUpgradedDate": "2025-02-21T18:02:54.629Z",
"created": "2025-02-21T18:02:54.629Z",
"contractStartDate": "2025-02-21T18:02:54.629Z",
"deletedDate": "2025-02-21T18:02:54.629Z",
"users": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"created": "2019-08-31T17:32:28Z",
"lastSeen": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "text"
},
"pending": true,
"lastTosAcceptanceDate": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"companyName": "Edge Impulse Inc.",
"activated": true,
"mfaConfigured": true,
"stripeCustomerId": "text",
"hasPendingPayments": true,
"tier": "free",
"permissions": [
"admin:infra:disallowedEmailDomains:write"
],
"added": "2019-08-31T17:32:28Z",
"role": "admin",
"projectCount": 1,
"lastAccessToOrganization": "2025-02-21T18:02:54.629Z",
"lastOrganizationProjectAccessed": 1,
"datasets": [
"text"
]
}
],
"projects": [
{
"id": 1,
"name": "Water hammer detection",
"description": "text",
"created": "2019-07-21T17:32:28Z",
"owner": "text",
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "text",
"ownerUserId": 1,
"ownerOrganizationId": 1,
"ownerAvatar": "text",
"ownerIsDeveloperProfile": true,
"developerProfileUserId": 1,
"metadata": {},
"dataExplorerScreenshot": "text",
"isEnterpriseProject": true,
"whitelabelId": 1,
"whitelabelName": "text",
"category": "Image classification",
"license": "text",
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"deletedDate": "2025-02-21T18:02:54.629Z",
"fullDeletionDate": "2025-02-21T18:02:54.629Z",
"scheduledFullDeletionDate": "2025-02-21T18:02:54.629Z",
"labelingMethod": "single_label",
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"created": "2019-08-31T17:32:28Z",
"lastSeen": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "text"
},
"pending": true,
"lastTosAcceptanceDate": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"companyName": "Edge Impulse Inc.",
"activated": true,
"mfaConfigured": true,
"stripeCustomerId": "text",
"hasPendingPayments": true,
"tier": "free",
"permissions": [
"admin:infra:disallowedEmailDomains:write"
],
"isOwner": true
}
],
"tags": [
"FOMO",
"beers"
]
}
]
},
"entitlementLimits": {
"totalStorage": 1,
"computeTimePerYear": 1,
"gpuComputeTimePerYear": 1,
"numberOfProjects": 1,
"numberOfUsers": 1
},
"whitelabelId": 1,
"datasets": [
{
"dataset": "text",
"lastFileCreated": "2025-02-21T18:02:54.629Z",
"totalFileSize": 1,
"totalFileCount": 1,
"totalItemCount": 1,
"totalItemCountChecklistOK": 1,
"totalItemCountChecklistFailed": 1,
"category": "text",
"bucket": {
"id": 1,
"bucket": "text",
"path": "text",
"fullBucketPathDescription": "text",
"dataItemNamingLevelsDeep": 1
},
"type": "clinical",
"bucketPath": "text",
"tags": [
"text"
]
}
],
"defaultComputeLimits": {
"requestsCpu": 1,
"requestsMemory": 1,
"limitsCpu": 1,
"limitsMemory": 1
},
"readme": {
"markdown": "text",
"html": "text"
},
"performance": {
"jobLimitM": 1
},
"experiments": [
{
"type": "text",
"title": "text",
"help": "text",
"enabled": true,
"showToUser": true
}
],
"cliLists": {
"objectDetectionLastLayerOptions": [
{
"label": "text",
"value": "mobilenet-ssd"
}
],
"imageInputScalingOptions": [
{
"label": "text",
"value": "0..1"
}
]
}
}
OK
Last updated
Was this helpful?