Skip to main content
GET
/
jobs
/
templates
Error
A valid request URL is required to generate request examples
[
  {
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "log_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "assignment_name": "<string>",
    "config": {
      "type": "<string>",
      "adhoc_instructions": "<string>",
      "auto_execute": true,
      "assignment_settings": {
        "allowed_explores": [
          "<string>"
        ],
        "allowed_models": [
          "<string>"
        ],
        "data_information": "<string>",
        "example_looker_queries": "<string>",
        "analysis_instructions": "<string>",
        "reporting_instructions": "<string>"
      },
      "agent_version": "<string>",
      "selected_datasources": [
        "thinking_looker"
      ]
    },
    "archive": "archived",
    "created_at": "2023-11-07T05:31:56Z",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "objective": "<string>",
    "variable_keys": [],
    "tags": [
      {
        "name": "<string>",
        "description": "<string>",
        "color": "<string>",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "created_at": "2023-11-07T05:31:56Z",
        "meta_data": {}
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
string<uuid> | null

User ID to filter templates

Response

Successful Response

user_id
string<uuid>
required
log_session_id
string<uuid>
required
name
string
required
assignment_name
string
required
config
AnalysisPlanConfig · object
required

Schema for the Analysis Plan Configuration.

Attributes: type (Optional[str]): The plan type. ie. 'thinking_looker_plan' adhoc_instructions (Optional[str]): The adhoc instructions auto_execute: bool | None = False assignment_settings (AssignmentSettings): The assignment settings

archive
enum<string>
required

ArchiveStateEnum is an enumeration of the possible states of an archive

Attributes: archived (str): The archive has been archived unarchived (str): The archive has been unarchived

Available options:
archived,
unarchived
created_at
string<date-time>
required
id
string<uuid>
required
objective
string | null
variable_keys
string[]
tags
Tag · object[] | null