Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Retrieve latest blueprint

GET/v1/private/agent-configs/blueprints/latest/projects/{project_id}Retrieve latest blueprint

Retrieves the latest blueprint for a project

Parameters

project_idstring · uuidpathrequired
mask_idstring · uuidquery

Responses

200Blueprint retrievedapplication/json
objectAgentBlueprint_Public
created_atstring · date-time
created_bystring
descriptionstring

maxLength 255 · minLength 0

envsarray of string
Show child attributes
idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
namestring
typestringrequired

one of "blueprint", "mask"

valuesarray of objectrequired

maxItems 250 · minItems 1

Show child attributes

maxItems 250 · minItems 1

Show array items
descriptionstring
keystringrequired

maxLength 255 · minLength 0

typestringrequired

one of "string", "integer", "float", "boolean", "prompt", "prompt_commit"

valuestring
Example response
{
  "created_at": "2026-06-09T00:00:00Z",
  "created_by": "string",
  "description": "string",
  "envs": [
    "string"
  ],
  "id": "00000000-0000-0000-0000-000000000000",
  "last_updated_at": "2026-06-09T00:00:00Z",
  "last_updated_by": "string",
  "name": "string",
  "type": "blueprint",
  "values": [
    {
      "description": "string",
      "key": "string",
      "type": "boolean",
      "value": "string"
    }
  ]
}
401Unauthorizedapplication/json
objectErrorMessage_Public
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
404Not Foundapplication/json
objectErrorMessage_Public
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu