# Get Custom Component

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

<MethodEndpoint
  method={"get"}
  path={"/api/v2/custom_components/{custom_component_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Get the details of a custom component with a specific ID. The details include the component version and status.
You may need to use the Get Custom Components endpoint first to obtain the component's ID.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-custom-component-api-v-2-custom-components-custom-component-id-get.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-custom-component-api-v-2-custom-components-custom-component-id-get.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-custom-component-api-v-2-custom-components-custom-component-id-get.StatusCodes.json")}
>
  
</StatusCodes>
