ListResponse[ReportRunResponse]
Paginated response containing Report Run Response records. The required field is items.
items object[]필수
List of resource items
Server-assigned unique identifier
Resource name
alias object
URL-safe short handle
- string
- null
Resource type tag
type object
Subtype within category
- string
- null
collection_id object
Parent collection ID
- string
- null
folder_id object
Identifier of the containing folder.
- string
- null
tags object
Classification labels
- string[]
- null
description object
Resource description
- string
- null
Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.
[]created_at object
Creation timestamp (Unix ms)
- integer
- null
updated_at object
Last update timestamp (Unix ms)
- integer
- null
owners object[]
Users and groups that own the resource.
"user.
Possible values: [user, group, public]
avatar_url object
- string
- null
avatar_config object
- object
- null
email object
- string<email>
- null
my_share_scope object
How the current caller received access to the resource.
- string
- null
Possible values: [owner, grant, admin]
Possible values: [accepted, running, completed, failed]
Possible values: [queued, planning, rendering_pptx, converting_pdf]
queuedtitle object
- string
- null
template_id object
- string
- null
assistant_model_id object
- string
- null
0execution_submitted_at object
- integer
- null
reporter_request_fingerprint object
- string
- null
Possible values: Value must match regular expression ^[0-9a-f]{64}$
koinput_refs object[]
Possible values: non-empty
mime object
- string
- null
name object
- string
- null
source_refs object[]
- DhubAssetSourceRef
- AgentSessionSourceRef
- AssistantSessionSourceRef
dhub.assetdhub.assetPossible values: non-empty and <= 128 characters
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$
Possible values: non-empty and <= 512 characters
subresource_type object
- string
- null
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$
subresource_id object
- string
- null
Possible values: non-empty and <= 1024 characters
version object
- string
- null
Possible values: non-empty and <= 512 characters
source_provenance object[]
Possible values: non-empty and <= 128 characters
Possible values: non-empty and <= 512 characters
source_version object
- string
- null
Possible values: non-empty and <= 512 characters
Possible values: non-empty and <= 1024 characters
Possible values: non-empty and <= 255 characters
Possible values: Value must match regular expression ^[0-9a-f]{64}$
Possible values: >= 0
falsetruncation_reason object
- string
- null
Possible values: <= 255 characters
Possible values: <= 32
plans object[]
Possible values: non-empty
Possible values: non-empty
planned_outputs object[]
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
object_id object
- string
- null
href object
- string
- null
outputs object[]
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
object_id object
- string
- null
href object
- string
- null
error object
- string
- null
options object
next_cursor object
Cursor for next page
- string
- null
Whether more pages exist
false{
"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
}