Skip to main content
GET
/
api
/
organizations
/
{organization_id}
/
automations
/
endpoints
/
{endpoint_id}
Get a custom automation endpoint
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": {}
  }
}

Path Parameters

organization_id
string
required
endpoint_id
string
required

Response

Successful Response

Response containing a single endpoint

endpoint
EndpointInfo · object
required

Endpoint information