Organization
Returns the Organization details.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
OK
The Organization
object represents an organization in the system.
The unique identifier of an Organization
Maximum length:
29
Example:
"org_sjd823ndpaxy8223ndm0paq53"
The Organization's
name.
Maximum length:
256
Example:
"Totoy GmbH"
Date-time of when the Organization
was created, in ISO 8601 format
Example:
"2023-07-05T12:34:13Z"
Date-time of when the Organization
was last modified, in ISO 8601 format
Example:
"2024-07-05T12:34:13Z"
The usage limits of the Organization
.
Example:
{
"assistant_messages": 100000,
"document_sources_pages": 50000,
"text_sources": 50000,
"projects": 10,
"knowledge_bases": 10,
"type": "hard"
}
The usage of the Organization
.
Example:
{
"assistant_messages": {
"knowledge_bases_chats": 13542,
"explanations": 12653,
"total": 26195
},
"projects": 7,
"knowledge_bases": 7,
"text_sources": 3756,
"document_sources_pages": 2534
}
Wether the Organization
is active or suspended.
Available options:
active
, suspended
Example:
"active"