Organizations
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve
Required API key scopes
organization:readQuery parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Retrieve
Required API key scopes
organization:readQuery parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
POST 
Response
Status 201
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
POST 
Response
Status 201
Retrieve
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this organization. 
Response
Request
GET 
Response
Status 200
Retrieve
Required API key scopes
organization:readPath parameters
- idstringA UUID string identifying this organization. 
Response
Request
GET 
Response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
PATCH 
Response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
Response
Request
PATCH 
Response
Status 200
Delete
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request
DELETE 
Response
Status 204 No response body
Delete
Required API key scopes
organization:writePath parameters
- idstringA UUID string identifying this organization. 
Request
DELETE 
Response
Status 204 No response body
List all batch exports
Required API key scopes
batch_export:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create batch exports
Required API key scopes
batch_export:writePath parameters
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Response
Request
POST 
Response
Status 201
Retrieve batch exports
Required API key scopes
batch_export:readPath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Response
Request
GET 
Response
Status 200
Update batch exports
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Response
Request
PATCH 
Response
Status 200
Delete batch exports
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Create batch exports backfill
Trigger a backfill for a BatchExport.
Required API key scopes
batch_export:writePath parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request parameters
- namestringA human-readable name for this BatchExport. 
- modelWhich model this BatchExport is exporting. - events- Events
- persons- Persons
 
- destination
- interval
- pausedbooleanWhether this BatchExport is paused or not. 
- last_paused_atstringThe timestamp at which this BatchExport was last paused. 
- start_atstringTime before which any Batch Export runs won't be triggered. 
- end_atstringTime after which any Batch Export runs won't be triggered. 
- hogql_querystring
Request
POST 
Response
Status 200 No response body
Retrieve batch exports logs
Path parameters
- idstringA UUID string identifying this batch export. 
- organization_idstring
Request
GET