Jump to
GET
Get routine details
/routines/{routine_id}Get detailed information about a specific routine including all parameters, validation rules, and configuration.
Request
URL
GET /routines/{routine_id}Path parameters
routine_id (required) - Unique identifier of the routine
Response
Success response (200) example
JSON
Error responses
403 Forbidden
You don't have access to this routine
404 Not Found
Routine not found
Code examples
bash
bash
JavaScript
Python