GET/desk/api/v2/reportexports.json
Get a paginated list of reportexports.
The following values are allowed in the filter query parameter:
- createdAt
- createdBy
- deletedAt
- deletedBy
- id
- key
- state
- type
- updatedAt
- updatedBy
The following values are allowed in the orderBy query parameter:
- 
createdAt 
- 
createdBy 
- 
deletedAt 
- 
deletedBy 
- 
id 
- 
key 
- 
state 
- 
type 
- 
updatedAt 
- 
updatedBy The following values are allowed in the [includes](https://apidocs.teamwork.com/guides/desk/relationships-and-includes) query parameter:
- 
users 
- 
all 
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
 ReportExportsAPIBody handles the listing response for reportexport.
 
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
 Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
 
200 OK
ReportExportsAPIBody
{
  "included": {
    "users": [
      {
        "autoFollowOnCC": true,
        "avatarURL": "string",
        "createdAt": "2025-10-30T13:33:00.726Z",
        "createdBy": {
          "delete": true,
          "id": 0,
          "meta": {
            "additionalProp": "Unknown Type: any"
          },
          "type": 0
        },
        "deletedAt": "2025-10-30T13:33:00.726Z",
        "deletedBy": {
          "delete": true,
          "id": 0,
          "meta": {
            "additionalProp": "Unknown Type: any"
          },
          "type": 0
        },
        "editMethod": "string",
        "email": "string",
        "filter_args": {
          "aggregate": {
            "Distinct": true,
            "Field": "string",
            "Operation": "string"
          },
          "bulkDryExecute": true,
          "fields": [
            "string"
          ],
          "filter": [
            "string"
          ],
          "id": 0,
          "ids": [
            0
          ],
          "includes": [
            "string"
          ],
          "orderBy": "string",
          "orderMode": "asc",
          "page": 0,
          "pageOffset": 0,
          "pageSize": 0,
          "skipAggregation": true
        },
        "firstName": "string",
        "id": 0,
        "isAppOwner": true,
        "isPartTime": true,
        "lastName": "string",
        "ldKey": "string",
        "onboarding": {
          "addedFirstInbox": true,
          "bookmarkPage": true,
          "checkDeskHelpSite": true,
          "checkSampleInbox": true,
          "dismissedWelcome": true,
          "exploreHelpsites": true,
          "exploreReports": true,
          "inviteTeam": true,
          "repliedToFirstTicket": true,
          "reviewedCompanySettings": true,
          "reviewedProfile": true
        },
        "projectsCompanyId": 0,
        "reviewer": true,
        "role": "string",
        "sendPushNotifications": true,
        "sendWebNotifications": true,
        "state": "string",
        "ticketReplyRedirect": "string",
        "timeFormatId": 0,
        "timezoneId": 0,
        "trainingWheelsEnrollment": {
          "delete": true,
          "id": 0,
          "meta": {
            "additionalProp": "Unknown Type: any"
          },
          "type": 0
        },
        "updatedAt": "2025-10-30T13:33:00.726Z",
        "updatedBy": {
          "delete": true,
          "id": 0,
          "meta": {
            "additionalProp": "Unknown Type: any"
          },
          "type": 0
        }
      }
    ]
  },
  "meta": {
    "page": {
      "count": 0,
      "hasMore": true,
      "hasMorePages": true,
      "page": 0,
      "pageOffset": 0,
      "pageSize": 0,
      "pages": 0,
      "records": 0
    }
  },
  "pagination": {
    "count": 0,
    "hasMore": true,
    "hasMorePages": true,
    "page": 0,
    "pageOffset": 0,
    "pageSize": 0,
    "pages": 0,
    "records": 0
  },
  "reportexports": [
    {
      "createdAt": "2025-10-30T13:33:00.726Z",
      "createdBy": {
        "delete": true,
        "id": 0,
        "meta": {
          "additionalProp": "Unknown Type: any"
        },
        "type": 0
      },
      "deletedAt": "2025-10-30T13:33:00.726Z",
      "deletedBy": {
        "delete": true,
        "id": 0,
        "meta": {
          "additionalProp": "Unknown Type: any"
        },
        "type": 0
      },
      "filter_args": {
        "aggregate": {
          "Distinct": true,
          "Field": "string",
          "Operation": "string"
        },
        "bulkDryExecute": true,
        "fields": [
          "string"
        ],
        "filter": [
          "string"
        ],
        "id": 0,
        "ids": [
          0
        ],
        "includes": [
          "string"
        ],
        "orderBy": "string",
        "orderMode": "asc",
        "page": 0,
        "pageOffset": 0,
        "pageSize": 0,
        "skipAggregation": true
      },
      "filters": {
        "agents": [
          0
        ],
        "companies": [
          0
        ],
        "customfields": [
          {
            "id": 0,
            "operation": "string",
            "value": "string",
            "values": [
              0
            ]
          }
        ],
        "excludeInboxes": [
          0
        ],
        "excludeTags": [
          0
        ],
        "excludeWorkEmails": true,
        "export": {
          "fields": [
            "string"
          ],
          "perSecond": 0,
          "processed": 0,
          "total": 0
        },
        "inboxes": [
          0
        ],
        "includeArchivedAgents": true,
        "onlyUntagged": true,
        "orderBy": "string",
        "orderMode": "asc",
        "priorities": [
          0
        ],
        "sources": [
          0
        ],
        "statuses": [
          0
        ],
        "subjectKeywords": [
          "string"
        ],
        "tags": [
          0
        ],
        "types": [
          0
        ]
      },
      "id": 0,
      "key": "string",
      "state": "string",
      "type": "string",
      "updatedAt": "2025-10-30T13:33:00.726Z",
      "updatedBy": {
        "delete": true,
        "id": 0,
        "meta": {
          "additionalProp": "Unknown Type: any"
        },
        "type": 0
      }
    }
  ]
}