v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBRetrieve action
Get detailed configuration for a specific action by its key
get/v1/connect/{project_id}/actions/{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
action retrieved
Example response
{
"data": {
"name": "GitLab: List Commits",
"configurable_props": [
{
"app": "github"
}
]
}
}