본문으로 건너뛰기

ListResponse[ActorResponse]

Paginated response containing Actor Response records. The required field is items.

items object[]필수

List of resource items

  • Array [
  • idId (string)필수

    Server-assigned unique identifier

    nameName (string)필수

    Resource name

    alias object

    URL-safe short handle

    하나 이상(anyOf)
    string
    categoryCategory (string)필수

    Resource type tag

    type object

    Subtype within category

    하나 이상(anyOf)
    string
    collection_id object

    Parent collection ID

    하나 이상(anyOf)
    string
    folder_id object

    Identifier of the containing folder.

    하나 이상(anyOf)
    string
    tags object

    Classification labels

    하나 이상(anyOf)
  • Array [
  • string
  • ]
  • descriptionDescription (string)필수
    markingsstring[]

    Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.

    기본값: []
    created_at object

    Creation timestamp (Unix ms)

    하나 이상(anyOf)
    integer
    updated_at object

    Last update timestamp (Unix ms)

    하나 이상(anyOf)
    integer
    owners object[]

    Users and groups that own the resource.

  • Array [
  • idId (string)필수

    "user." | "group." | "public.all"

    typeType (string)필수

    Possible values: [user, group, public]

    display_nameDisplay Name (string)필수
    avatar_url object
    하나 이상(anyOf)
    string
    avatar_config object
    하나 이상(anyOf)
    object
    email object
    하나 이상(anyOf)
    string<email>
  • ]
  • my_share_scope object

    How the current caller received access to the resource.

    하나 이상(anyOf)
    string

    Possible values: [owner, grant, admin]

    is_builtinIs Builtin (boolean)

    Whether this is a platform-provided built-in

    기본값: false
    function object필수

    Python function schema definition.

    sourceSource (string)필수
    inputs object
    property name*any
    기본값: {}
    outputs object
    property name*any
    기본값: {}
    dependenciesstring[]
    기본값: []
    decorators object[]

    Decorator bindings declared in configuration. Configured bindings take precedence over source bindings with the same kind and name; an empty list uses source bindings only.

  • Array [
  • decoratorDecorator (string)필수

    Decorator name, such as use_connector or use_llm. The name must identify a supported decorator.

    nameName (string)필수

    Binding variable name injected into the namespace

    arguments object

    Decorator arguments, e.g. {'ref':...} or {'model':...}

    property name*any

    Decorator arguments, e.g. {'ref':...} or {'model':...}

  • ]
  • confirmation_policyConfirmation Policy (string)

    Execution confirmation policy

    Possible values: [auto, confirm, deny]

    기본값: confirm
    options object
    하나 이상(anyOf)
    object
    itemItem (string)필수사용 중단
  • ]
  • next_cursor object

    Cursor for next page

    하나 이상(anyOf)
    string
    has_moreHas More (boolean)

    Whether more pages exist

    기본값: false
    ListResponse[ActorResponse]
    {
    "items": [
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "string",
    "type": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "markings": [
    "string"
    ],
    "created_at": 0,
    "updated_at": 0,
    "owners": [
    {
    "id": "string",
    "type": "user",
    "display_name": "string",
    "avatar_url": "string",
    "avatar_config": {},
    "email": "user@example.com"
    }
    ],
    "my_share_scope": "owner",
    "is_builtin": false,
    "function": {
    "source": "string",
    "inputs": {},
    "outputs": {},
    "dependencies": [
    "string"
    ],
    "decorators": [
    {
    "decorator": "string",
    "name": "string",
    "arguments": {}
    }
    ]
    },
    "confirmation_policy": "confirm",
    "options": {}
    }
    ],
    "next_cursor": "string",
    "has_more": false
    }