Skip to main content
GET
/
api
/
content
/
v1
/
reportschedules
/
extendedHistory
Get Extended Report History
curl --request GET \
  --url https://{instance}.domo.com/api/content/v1/reportschedules/extendedHistory \
  --header 'X-DOMO-Developer-Token: <api-key>'
[
  {
    "id": 123,
    "reportId": 123,
    "reportTitle": "<string>",
    "reportSubject": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "endTime": "2023-11-07T05:31:56Z",
    "automated": true,
    "cardCount": 123,
    "attachmentCount": 123,
    "attachmentSize": 123,
    "emailSize": 123,
    "status": "<string>",
    "ownerId": 123,
    "recipientCount": 123,
    "resourceType": "<string>",
    "resourceId": 123,
    "resourceName": "<string>",
    "recipients": [
      {
        "userId": 123,
        "displayName": "<string>",
        "emailAddress": "jsmith@example.com"
      }
    ]
  }
]

Authorizations

X-DOMO-Developer-Token
string
header
required

Query Parameters

filter
string
default:USER

Filter type

days
integer
default:10

Number of days to look back

orderBy
enum<string>
default:startTime

Field to sort by

Available options:
reportTitle,
startTime,
endTime,
automated,
cardCount,
attachmentCount,
attachmentSize,
emailSize
isAscending
boolean
default:false

Sort order

Response

OK

id
integer
reportId
integer
reportTitle
string
reportSubject
string
startTime
string<date-time>
endTime
string<date-time>
automated
boolean
cardCount
integer
attachmentCount
integer
attachmentSize
integer
emailSize
integer
status
string
ownerId
integer
recipientCount
integer
resourceType
string
resourceId
integer
resourceName
string
recipients
object[]