v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBRetrieve component
Get detailed configuration for a specific component by its key
get/v1/connect/{project_id}/components/{component_id}
Path parameters
component_idstring required
The key that uniquely identifies the component
Query parameters
versionstring
Optional semantic version of the component to retrieve
Headers
x-pd-environment'development' | 'production' required
The environment in which the server client is running
The environment in which the server client is running
Response
component retrieved
Example response
{
"data": {
"name": "GitLab: List Commits",
"configurable_props": [
{
"app": "github"
}
]
}
}