curl --request GET \
--url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints/{endpoint_id}{
"endpoint": {
"endpoint_id": "<string>",
"slug": "<string>",
"method": "<string>",
"response_template": {},
"request_schema": {},
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"rpa_run_id": "<string>",
"parameter_mapping": {}
}
}Get endpoint details by ID
curl --request GET \
--url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints/{endpoint_id}{
"endpoint": {
"endpoint_id": "<string>",
"slug": "<string>",
"method": "<string>",
"response_template": {},
"request_schema": {},
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"rpa_run_id": "<string>",
"parameter_mapping": {}
}
}