Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Successful Response
Response containing a single endpoint
Endpoint information
Show child attributes