Templates
List templates
Retrieve all templates owned by your account via the Nedzo REST API. Filter by template type and visibility, with limit and offset pagination.
GET
List templates owned by your account. Supports filtering by
templateType and visibility, with pagination via limit/offset.
Query Parameters
string
Filter by template type. One of
agent, workflow, or workspace.string
Filter by visibility. One of
public or private.integer
default:"50"
Maximum number of templates to return (1-100).
integer
default:"0"
Number of templates to skip for pagination.
