# Get Organization

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get Organization"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/organization"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the name of the current deepset organization.

<ParamsDetails
  parameters={undefined}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"200":{"content":{"application/json":{"schema":{"properties":{"name":{"description":"Unique name of a deepset organization.","title":"Organization name","type":"string"}},"required":["name"],"title":"OrganizationName","type":"object"}}},"description":"Successful Response"},"422":{"content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"ctx":{"title":"Context","type":"object"},"input":{"title":"Input"},"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"}}},"description":"Validation Error"}}}
>
  
</StatusCodes>
