curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId} \
--header 'x-api-key: <api-key>'{
"success": true,
"organization": {
"id": 123,
"name": "<string>",
"showHeaderImgMask": true,
"users": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "[email protected]",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"added": "2019-08-31T17:32:28Z",
"role": "admin",
"projectCount": 123,
"datasets": [
"<string>"
],
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
],
"lastAccessToOrganization": "2023-11-07T05:31:56Z",
"lastOrganizationProjectAccessed": 123
}
],
"isDeveloperProfile": true,
"whitelabelId": 123,
"trialId": 123,
"trialExpiredDate": "2023-11-07T05:31:56Z",
"trialUpgradedDate": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"logo": "https://usercdn.edgeimpulse.com/logos/1.jpg",
"headerImg": "https://usercdn.edgeimpulse.com/leaders/1.jpg",
"whitelabelName": "<string>",
"projects": [
{
"id": 1,
"name": "Water hammer detection",
"description": "<string>",
"created": "2019-07-21T17:32:28Z",
"owner": "<string>",
"ownerIsDeveloperProfile": true,
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "[email protected]",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"isOwner": true,
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
]
}
],
"labelingMethod": "single_label",
"metadata": {},
"isEnterpriseProject": true,
"whitelabelId": 123,
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "<string>",
"ownerUserId": 123,
"ownerOrganizationId": 123,
"ownerAvatar": "<string>",
"developerProfileUserId": 123,
"dataExplorerScreenshot": "<string>",
"whitelabelName": "<string>",
"tags": [
"FOMO",
"beers"
],
"category": "Accelerometer",
"license": "Apache-2.0",
"deletedDate": "2023-11-07T05:31:56Z",
"fullDeletionDate": "2023-11-07T05:31:56Z",
"scheduledFullDeletionDate": "2023-11-07T05:31:56Z"
}
],
"contractStartDate": "2023-11-07T05:31:56Z",
"deletedDate": "2023-11-07T05:31:56Z"
},
"datasets": [
{
"dataset": "<string>",
"lastFileCreated": "2023-11-07T05:31:56Z",
"totalFileSize": 123,
"totalFileCount": 123,
"totalItemCount": 123,
"totalItemCountChecklistOK": 123,
"totalItemCountChecklistFailed": 123,
"tags": [
"<string>"
],
"type": "clinical",
"category": "<string>",
"bucket": {
"id": 123,
"bucket": "<string>",
"path": "<string>",
"fullBucketPathDescription": "<string>",
"dataItemNamingLevelsDeep": 123
},
"bucketPath": "<string>"
}
],
"defaultComputeLimits": {
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123
},
"experiments": [
{
"type": "<string>",
"title": "<string>",
"enabled": true,
"showToUser": true,
"help": "<string>"
}
],
"cliLists": {
"objectDetectionLastLayerOptions": [
{
"label": "<string>",
"value": "mobilenet-ssd"
}
],
"imageInputScalingOptions": [
{
"label": "<string>",
"value": "0..1"
}
]
},
"performance": {
"jobLimitM": 123
},
"error": "<string>",
"entitlementLimits": {
"totalStorage": 123,
"computeTimePerYear": 123,
"gpuComputeTimePerYear": 123,
"numberOfProjects": 123,
"numberOfUsers": 123
},
"readme": {
"markdown": "<string>",
"html": "<string>"
},
"whitelabelId": 123
}List all information about this organization.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId} \
--header 'x-api-key: <api-key>'{
"success": true,
"organization": {
"id": 123,
"name": "<string>",
"showHeaderImgMask": true,
"users": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "[email protected]",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"added": "2019-08-31T17:32:28Z",
"role": "admin",
"projectCount": 123,
"datasets": [
"<string>"
],
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
],
"lastAccessToOrganization": "2023-11-07T05:31:56Z",
"lastOrganizationProjectAccessed": 123
}
],
"isDeveloperProfile": true,
"whitelabelId": 123,
"trialId": 123,
"trialExpiredDate": "2023-11-07T05:31:56Z",
"trialUpgradedDate": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"logo": "https://usercdn.edgeimpulse.com/logos/1.jpg",
"headerImg": "https://usercdn.edgeimpulse.com/leaders/1.jpg",
"whitelabelName": "<string>",
"projects": [
{
"id": 1,
"name": "Water hammer detection",
"description": "<string>",
"created": "2019-07-21T17:32:28Z",
"owner": "<string>",
"ownerIsDeveloperProfile": true,
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "[email protected]",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"isOwner": true,
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
]
}
],
"labelingMethod": "single_label",
"metadata": {},
"isEnterpriseProject": true,
"whitelabelId": 123,
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "<string>",
"ownerUserId": 123,
"ownerOrganizationId": 123,
"ownerAvatar": "<string>",
"developerProfileUserId": 123,
"dataExplorerScreenshot": "<string>",
"whitelabelName": "<string>",
"tags": [
"FOMO",
"beers"
],
"category": "Accelerometer",
"license": "Apache-2.0",
"deletedDate": "2023-11-07T05:31:56Z",
"fullDeletionDate": "2023-11-07T05:31:56Z",
"scheduledFullDeletionDate": "2023-11-07T05:31:56Z"
}
],
"contractStartDate": "2023-11-07T05:31:56Z",
"deletedDate": "2023-11-07T05:31:56Z"
},
"datasets": [
{
"dataset": "<string>",
"lastFileCreated": "2023-11-07T05:31:56Z",
"totalFileSize": 123,
"totalFileCount": 123,
"totalItemCount": 123,
"totalItemCountChecklistOK": 123,
"totalItemCountChecklistFailed": 123,
"tags": [
"<string>"
],
"type": "clinical",
"category": "<string>",
"bucket": {
"id": 123,
"bucket": "<string>",
"path": "<string>",
"fullBucketPathDescription": "<string>",
"dataItemNamingLevelsDeep": 123
},
"bucketPath": "<string>"
}
],
"defaultComputeLimits": {
"requestsCpu": 123,
"requestsMemory": 123,
"limitsCpu": 123,
"limitsMemory": 123
},
"experiments": [
{
"type": "<string>",
"title": "<string>",
"enabled": true,
"showToUser": true,
"help": "<string>"
}
],
"cliLists": {
"objectDetectionLastLayerOptions": [
{
"label": "<string>",
"value": "mobilenet-ssd"
}
],
"imageInputScalingOptions": [
{
"label": "<string>",
"value": "0..1"
}
]
},
"performance": {
"jobLimitM": 123
},
"error": "<string>",
"entitlementLimits": {
"totalStorage": 123,
"computeTimePerYear": 123,
"gpuComputeTimePerYear": 123,
"numberOfProjects": 123,
"numberOfUsers": 123
},
"readme": {
"markdown": "<string>",
"html": "<string>"
},
"whitelabelId": 123
}Organization ID
OK
Whether the operation succeeded
Show child attributes
EdgeImpulse Inc.
Show child attributes
1
"janjongboom"
"Jan Jongboom"
"2019-08-31T17:32:28Z"
Whether the user has activated their account or not.
Whether the user has configured multi-factor authentication
"2019-08-31T17:32:28Z"
admin, member, guest "https://usercdn.edgeimpulse.com/photos/1.jpg"
"2019-08-31T17:32:28Z"
"Software Engineer"
List of permissions the user has
admin:infra:disallowedEmailDomains:read, admin:infra:disallowedEmailDomains:write, admin:infra:featureFlags:read, admin:infra:featureFlags:write, admin:infra:config:read, admin:infra:config:write, admin:infra:migrations:read, admin:infra:migrations:write, admin:metrics:read, admin:metrics:write, admin:oauth:read, admin:oauth:write, admin:organizations:read, admin:organizations:write, admin:organizations:members:write, admin:projects:members:write, admin:projects:read, admin:projects:write, admin:trashbin:write, admin:trials:read, admin:trials:write, admin:users:permissions:write, admin:users:read, admin:users:write, admin:jobs:read, admin:emails:verification:code:read, admin:sso:read, admin:sso:domainIdps:write, projects:limits:write, projects:training:keras:write, projects:data:versioning:write, thirdpartyauth:read, thirdpartyauth:write, users:emails:read, whitelabels:read, whitelabels:write, test:data:write "Edge Impulse Inc."
Stripe customer ID, if any.
Whether the user has pending payments.
The user account tier.
free, community-plus, professional, enterprise List of identity providers (e.g. Google, GitHub) that the user has used to sign in with
Date when the user last accessed the organization data.
ID of the last project accessed by the user in the organization.
Unique identifier of the white label this organization belongs to, if any.
Unique identifier of the trial this organization belongs to, if any.
Date when the trial expired, if any. A expired trial has a grace period of 30 days before it's associated organization is deleted.
Date when the trial was upgraded to a full enterprise account, if any.
Date when the organization was created.
"https://usercdn.edgeimpulse.com/logos/1.jpg"
"https://usercdn.edgeimpulse.com/leaders/1.jpg"
Name of the white label this organization belongs to, if any.
Show child attributes
1
"Water hammer detection"
"2019-07-21T17:32:28Z"
User or organization that owns the project
Show child attributes
1
"janjongboom"
"Jan Jongboom"
"2019-08-31T17:32:28Z"
Whether the user has activated their account or not.
Whether the user has configured multi-factor authentication
"https://usercdn.edgeimpulse.com/photos/1.jpg"
"2019-08-31T17:32:28Z"
"Software Engineer"
List of permissions the user has
admin:infra:disallowedEmailDomains:read, admin:infra:disallowedEmailDomains:write, admin:infra:featureFlags:read, admin:infra:featureFlags:write, admin:infra:config:read, admin:infra:config:write, admin:infra:migrations:read, admin:infra:migrations:write, admin:metrics:read, admin:metrics:write, admin:oauth:read, admin:oauth:write, admin:organizations:read, admin:organizations:write, admin:organizations:members:write, admin:projects:members:write, admin:projects:read, admin:projects:write, admin:trashbin:write, admin:trials:read, admin:trials:write, admin:users:permissions:write, admin:users:read, admin:users:write, admin:jobs:read, admin:emails:verification:code:read, admin:sso:read, admin:sso:domainIdps:write, projects:limits:write, projects:training:keras:write, projects:data:versioning:write, thirdpartyauth:read, thirdpartyauth:write, users:emails:read, whitelabels:read, whitelabels:write, test:data:write "Edge Impulse Inc."
Stripe customer ID, if any.
Whether the user has pending payments.
The user account tier.
free, community-plus, professional, enterprise List of identity providers (e.g. Google, GitHub) that the user has used to sign in with
single_label, object_detection Metadata about the project
Whether this is an enterprise project
Unique identifier of the white label this project belongs to, if any.
The project tier. This is "enterprise" for all organization projects, or the user tier for all user projects.
free, community-plus, professional, enterprise Whether this project has been published or not.
Whether this is a public version of a project. A version is a snapshot of a project at a certain point in time, which can be used to periodically save the state of a project. Versions can be private (just for internal use and reference) or public, available to everyone. A public version can be cloned by anyone, restoring the state of the project at the time into a new, separate project.
Whether this project allows live, public access. Unlike a public version, a live public project is not fixed in time, and always includes the latest project changes. Similar to public versions, a live public project can be cloned by anyone, creating a new, separate project.
If the project allows public access, whether to list it the public projects overview response. If not listed, the project is still accessible via direct link. If the project does not allow public access, this field has no effect.
"2019-07-21T17:32:28Z"
"2019-07-21T17:32:28Z"
Details about the last modification
"Data sample added"
Custom logo for this project (not available for all projects)
URL of the project owner avatar, if any.
User ID of the developer profile, if any.
Name of the white label this project belongs to, if any.
List of project tags
["FOMO", "beers"]Project category
Accelerometer, Audio, Images, Keyword spotting, Object detection, Other Public project license, if any.
Apache-2.0, BSD-3-Clause, BSD-3-Clause-Clear Date when the current contract started, if any.
The date in which the organization was deleted. If the organization is not deleted, this field is not set.
Show child attributes
clinical, files Show child attributes
Bucket ID
Path in the bucket
Full bucket path, incl. protocol (e.g. s3://bucket/path) - to be used in the UI
Number of levels deep for data items, e.g. if you have folder "test/abc", with value 1 "test" will be a data item, with value 2 "test/abc" will be a data item. Only used for "clinical" type.
Location of the dataset within the bucket
Show child attributes
Show child attributes
Show child attributes
Normalization that is applied to images. If this is not set then 0..1 is used. "0..1" gives you non-normalized pixels between 0 and 1. "-1..1" gives you non-normalized pixels between -1 and 1. "0..255" gives you non-normalized pixels between 0 and 255. "-128..127" gives you non-normalized pixels between -128 and 127. "torch" first scales pixels between 0 and 1, then applies normalization using the ImageNet dataset (same as torchvision.transforms.Normalize()). "bgr-subtract-imagenet-mean" scales to 0..255, reorders pixels to BGR, and subtracts the ImageNet mean from each channel.
0..1, -1..1, -128..127, 0..255, torch, bgr-subtract-imagenet-mean Optional error description (set if 'success' was false)
Show child attributes
Storage entitlement, in bytes
Total compute time entitlement (CPU + GPU), in seconds
GPU compute time entitlement, in seconds
Number of projects allowed for this organization
Number of users allowed for this organization
Was this page helpful?