본문으로 건너뛰기

ListResponse[ReportRunResponse]

Paginated response containing Report Run 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
  • ]
  • description object

    Resource description

    하나 이상(anyOf)
    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]

    report_idReport Id (string)필수
    statusStatus (string)필수

    Possible values: [accepted, running, completed, failed]

    progress_stageProgress Stage (string)

    Possible values: [queued, planning, rendering_pptx, converting_pdf]

    기본값: queued
    requested_formatsstring[]
    promptPrompt (string)필수
    title object
    하나 이상(anyOf)
    string
    template_id object
    하나 이상(anyOf)
    string
    assistant_model_id object
    하나 이상(anyOf)
    string
    expected_source_countExpected Source Count (integer)
    기본값: 0
    execution_submitted_at object
    하나 이상(anyOf)
    integer
    reporter_request_fingerprint object
    하나 이상(anyOf)
    string

    Possible values: Value must match regular expression ^[0-9a-f]{64}$

    languageLanguage (string)
    기본값: ko
    input_refs object[]
  • Array [
  • object_idObject Id (string)필수

    Possible values: non-empty

    mime object
    하나 이상(anyOf)
    string
    name object
    하나 이상(anyOf)
    string
  • ]
  • source_refs object[]
  • Array [
  • 다음 중 하나(oneOf)
    kindKind (string)
    상수 값: dhub.asset
    기본값: dhub.asset
    source_idSource Id (string)필수

    Possible values: non-empty and <= 128 characters

    asset_typeAsset Type (string)필수

    Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$

    asset_idAsset Id (string)필수

    Possible values: non-empty and <= 512 characters

    subresource_type object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$

    subresource_id object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 1024 characters

    version object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 512 characters

  • ]
  • source_provenance object[]
  • Array [
  • source_idSource Id (string)필수

    Possible values: non-empty and <= 128 characters

    display_nameDisplay Name (string)필수

    Possible values: non-empty and <= 512 characters

    source_version object
    하나 이상(anyOf)
    string

    Possible values: non-empty and <= 512 characters

    snapshot_object_idSnapshot Object Id (string)필수

    Possible values: non-empty and <= 1024 characters

    snapshot_mimeSnapshot Mime (string)필수

    Possible values: non-empty and <= 255 characters

    snapshot_sha256Snapshot Sha256 (string)필수

    Possible values: Value must match regular expression ^[0-9a-f]{64}$

    snapshot_bytesSnapshot Bytes (integer)필수

    Possible values: >= 0

    captured_atCaptured At (integer)필수
    truncatedTruncated (boolean)
    기본값: false
    truncation_reason object
    하나 이상(anyOf)
    string

    Possible values: <= 255 characters

    redactionsstring[]

    Possible values: <= 32

  • ]
  • plans object[]
  • Array [
  • kindKind (string)필수

    Possible values: non-empty

    object_idObject Id (string)필수

    Possible values: non-empty

  • ]
  • planned_outputs object[]
  • Array [
  • formatFormat (string)필수

    Possible values: non-empty

    roleRole (string)필수

    Possible values: non-empty

    mimeMime (string)필수

    Possible values: non-empty

    object_id object
    하나 이상(anyOf)
    string
    href object
    하나 이상(anyOf)
    string
    derived_fromstring[]
  • ]
  • outputs object[]
  • Array [
  • formatFormat (string)필수

    Possible values: non-empty

    roleRole (string)필수

    Possible values: non-empty

    mimeMime (string)필수

    Possible values: non-empty

    object_id object
    하나 이상(anyOf)
    string
    href object
    하나 이상(anyOf)
    string
    derived_fromstring[]
  • ]
  • error object
    하나 이상(anyOf)
    string
    options object
    property name*any
    itemItem (string)필수사용 중단
  • ]
  • next_cursor object

    Cursor for next page

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

    Whether more pages exist

    기본값: false
    ListResponse[ReportRunResponse]
    {
    "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",
    "report_id": "string",
    "status": "accepted",
    "progress_stage": "queued",
    "requested_formats": [
    "string"
    ],
    "prompt": "string",
    "title": "string",
    "template_id": "string",
    "assistant_model_id": "string",
    "expected_source_count": 0,
    "execution_submitted_at": 0,
    "reporter_request_fingerprint": "string",
    "language": "ko",
    "input_refs": [
    {
    "object_id": "string",
    "mime": "string",
    "name": "string"
    }
    ],
    "source_refs": [
    {
    "kind": "dhub.asset",
    "source_id": "string",
    "asset_type": "string",
    "asset_id": "string",
    "subresource_type": "string",
    "subresource_id": "string",
    "version": "string"
    },
    {
    "kind": "agent.session",
    "source_id": "string",
    "agent_id": "string",
    "session_id": "string",
    "selection": {
    "through_turn_id": "string",
    "turn_ids": [
    "string"
    ]
    },
    "evidence_mode": "conversation"
    },
    {
    "kind": "assistant.session",
    "source_id": "string",
    "session_id": "string",
    "selection": {
    "through_turn_id": "string",
    "turn_ids": [
    "string"
    ]
    }
    }
    ],
    "source_provenance": [
    {
    "source_id": "string",
    "display_name": "string",
    "source_version": "string",
    "snapshot_object_id": "string",
    "snapshot_mime": "string",
    "snapshot_sha256": "string",
    "snapshot_bytes": 0,
    "captured_at": 0,
    "truncated": false,
    "truncation_reason": "string",
    "redactions": [
    "string"
    ]
    }
    ],
    "plans": [
    {
    "kind": "string",
    "object_id": "string"
    }
    ],
    "planned_outputs": [
    {
    "format": "string",
    "role": "string",
    "mime": "string",
    "object_id": "string",
    "href": "string",
    "derived_from": [
    "string"
    ]
    }
    ],
    "outputs": [
    {
    "format": "string",
    "role": "string",
    "mime": "string",
    "object_id": "string",
    "href": "string",
    "derived_from": [
    "string"
    ]
    }
    ],
    "error": "string",
    "options": {}
    }
    ],
    "next_cursor": "string",
    "has_more": false
    }