Skip to main content
GET
List templates

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

id
string
required
name
string
required
description
string
required
crew_config
CrewConfig · object
required

Configuration model for a CrewAI crew with agents and tasks.

tags
string[]
required
is_shared
boolean
required
created_by
string
required
updated_by
string
required
created_at
string
required
updated_at
string
required
variables
TemplateVariable · object[]
lint_warnings
string[]

Authoring-time warnings about drift between the declared variables and the {placeholders} referenced by tasks. Surfaced on create or update. Usually empty on read.