Get a component
Components
Get a component
Retrieve a single component by ID.
GET
Get a component
Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
The ID of the component.
Response
Success
The component ID.
The component name.
The component body serialized as LMX.
Error
A400 Bad Request is returned if componentId is invalid.
A 404 Not Found is returned if the component does not exist.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
Last modified on May 20, 2026

