ListResponse[ReportOutputResponse]
Paginated response containing Report Output Response records. The required field is items.
items object[]required
List of resource items
Array [
idId (string)required
Server-assigned unique identifier
nameName (string)required
Resource name
alias object
URL-safe short handle
- string
- null
string
categoryCategory (string)required
Resource type tag
type object
Subtype within category
- string
- null
string
collection_id object
Parent collection ID
- string
- null
string
folder_id object
Identifier of the containing folder.
- string
- null
string
tags object
Classification labels
- string[]
- null
Array [
string
]
description object
Resource description
- string
- null
string
markingsstring[]
Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.
Default value:
[]created_at object
Creation timestamp (Unix ms)
- integer
- null
integer
updated_at object
Last update timestamp (Unix ms)
- integer
- null
integer
owners object[]
Users and groups that own the resource.
Array [
idId (string)required
"user.
typeType (string)required
Possible values: [user, group, public]
display_nameDisplay Name (string)required
avatar_url object
anyOf
- string
- null
string
avatar_config object
anyOf
- object
- null
object
email object
anyOf
- string<email>
- null
string<email>
]
my_share_scope object
How the current caller received access to the resource.
- string
- null
string
Possible values: [owner, grant, admin]
report_idReport Id (string)required
run_idRun Id (string)required
formatFormat (string)required
roleRole (string)required
mimeMime (string)required
object_id object
anyOf
- string
- null
string
href object
anyOf
- string
- null
string
derived_fromstring[]
metadata object
property name*any
itemItem (string)requireddeprecated
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
Default value:
falseListResponse[ReportOutputResponse]
{
"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",
"run_id": "string",
"format": "string",
"role": "string",
"mime": "string",
"object_id": "string",
"href": "string",
"derived_from": [
"string"
],
"metadata": {}
}
],
"next_cursor": "string",
"has_more": false
}