Fetch Organization
GET/v1/organization/:organization_id_or_slug
⚠️ WARNING
This endpoint is unstable & not officially supported. It may be deprecated and removed in future API versions.
Fetch Organization
Request
Path Parameters
Query Parameters
Default value: 0
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- OrganizationResponse
- PublicOrganizationResponse
- MOD1
- MOD1
- MOD1
- MOD1
Array [
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
]
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
Array [
- MOD1
]
- MOD1
- MOD1
Array [
- MOD1
- MOD1
- MOD1
]
- MOD1
- MOD1
- MOD1
Array [
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
]
- MOD1
- MOD1
anyOf
Possible values: [atlas_demo, atlas_enterprise, atlas_team, atlas_plus, atlas_research, atlas_starter, atlas_startup, atlas_pro, mock, free_test_user, pro, enterprise, free, research]
The plan type this organization is on.
max_datums_across_all_projects
object
anyOf
integer
max_storage
object
anyOf
integer
max_premium_api_calls
object
anyOf
integer
max_non_embedding_projects
object
anyOf
integer
Default value: 0
Default value: 0
Default value: 0
Default value: 0
Default value: 3
Default value: 0
Organization ID
The organization nickname
projects
object[]
required
All of the organization's projects the requested user can access
Project ID
The organization ID that owns this project
The name of this project
creator
object
The user id who created this project.
anyOf
string
A description for this project.
Is the project viewable without being in the organzation?
Is the project viewable to the organization?
Possible values: [public, with_link, private, restricted]
The privacy settings for who can view the project.
The list of fields a datum in the project may contain.
unique_id_field
object
DEPRECATED: A field that contains a unique id for each document.
anyOf
string
modality
object
The project modality. DEPRECATED.
anyOf
string
Total datums in project.
The timestamp this project was created.
The project url-safe slug
connector_name
object
The connector name used to create this project
anyOf
string
The organization url-safe slug
The organization nickname
creator_nickname
object
The creator nickname
anyOf
string
creator_picture
object
required
The creator picture
anyOf
string
nickname
object
The nickname who created this project.
anyOf
string
The project display thumbnail.
slug
object
required
The organization url-safe slug
anyOf
string
Possible values: [OWNER, ADMIN, MEMBER, VIEWER, EXTERNAL, GUEST, NONE]
Default value: VIEWER
Access role of user for this organization
permissions
object
required
User permissions in organization
Is the organization public?
description
object
A description for this organization.
anyOf
string
Possible values: <= 512 characters
stripe_subscription_id
object
required
Stripe subscription id
anyOf
string
stripe_customer_id
object
required
Stripe subscription id
anyOf
string
stripe_subscription_start_timestamp
object
required
The timestamp the stripe subscription billing period starts
anyOf
string
members
object[]
required
All of the organization members with access roles.
picture
object
required
The users profile image
anyOf
string
Organization ID
User nickname
permissions
object
required
User permissions in organization
User email
Unique user id
User access role in organization
stripe_subscription_end_timestamp
object
required
The timestamp the stripe subscription billing period ends
anyOf
string
stripe_trial_end_timestamp
object
required
The timestamp the stripe trial period ends
anyOf
string
The total number of projects of this organization
connectors
object[]
required
The connectors this organization has enabled
metadata
object
anyOf
creation_params
object
required
secrets
object
anyOf
string
datasets
object
required
user_id
object
anyOf
string
Possible values: [openai, aws-bedrock]
The AI subprocessor for the organization.
The type of organization: personal, company and academic
linked_user_account_id
object
required
The user id of the linked account Atlas account to this organization. Null if there is no linked account.
anyOf
string
When this organization was created.
logo_url
object
The url of the organization logo.
anyOf
string
Possible values: <= 512 characters
website
object
The url of the organization website.
anyOf
string
Possible values: <= 255 characters
Organization ID
The organization nickname
projects
object[]
required
All of the organization's projects the requested user can access
Project ID
The organization ID that owns this project
The name of this project
creator
object
The user id who created this project.
anyOf
string
A description for this project.
Is the project viewable without being in the organzation?
Is the project viewable to the organization?
Possible values: [public, with_link, private, restricted]
The privacy settings for who can view the project.
The list of fields a datum in the project may contain.
unique_id_field
object
DEPRECATED: A field that contains a unique id for each document.
anyOf
string
modality
object
The project modality. DEPRECATED.
anyOf
string
Total datums in project.
The timestamp this project was created.
The project url-safe slug
connector_name
object
The connector name used to create this project
anyOf
string
The organization url-safe slug
The organization nickname
creator_nickname
object
The creator nickname
anyOf
string
creator_picture
object
required
The creator picture
anyOf
string
nickname
object
The nickname who created this project.
anyOf
string
The project display thumbnail.
slug
object
required
The organization url-safe slug
anyOf
string
Possible values: [OWNER, ADMIN, MEMBER, VIEWER, EXTERNAL, GUEST, NONE]
Default value: VIEWER
Access role of user for this organization
permissions
object
required
User permissions in organization
Is the organization public?
description
object
A description for this organization.
anyOf
string
Possible values: <= 512 characters
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}