Skip to main content
GET
/
api
/
organizations
/
{organization_id}
/
automations
/
endpoints
List custom automation endpoints
curl --request GET \
  --url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints
{
  "endpoints": [
    {
      "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

Response

Successful Response

Response containing list of custom endpoints

endpoints
EndpointInfo · object[]
required

List of endpoints