# Get templates Get all company templates Endpoint: GET /v2/templates Version: 2 Security: bearer ## Query parameters: - `limit` (number) Number of records to return in the response - `sortBy` (string) Name of the field to sort by Enum: "status", "weight", "created_at", "updated_at" - `sortDirection` (string) The direction of the field sort specified by sort_by Enum: "ASC", "asc", "1", "DESC", "desc", "-1" - `next_token` (string) Token received from a previous request to obtain the next chunk of data - `fields` (string) Fields to include in response Enum: "template_display_name", "template_name", "description", "status", "weight", "created_at", "updated_at", "created_by", "updated_by" ## Response 200 fields (application/json): - `status` (string, required) Enum: "DRAFT", "ARCHIVED", "ACTIVE" - `weight` (number,null, required) - `template_display_name` (string, required) - `template_name` (string, required) - `description` (string) - `created_at` (string, required) - `updated_at` (string, required) - `created_by` (string, required) - `updated_by` (string, required) ## Response 401 fields ## Response 403 fields ## Response 429 fields