List exports
GET/exports
List exports.
Authorization Action:
exporter:exports:list
Request
Query Parameters
ids string[]
type string
Possible values: [recurring
, oneTime
]
page number
pageSize number
Default value: 1000
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema
results object[]required
total numberrequired
{
"results": [
{
"format": {
"extension": "csv",
"columns": [
{
"id": "string",
"label": "string"
}
],
"timezone": "utc",
"template": "tabular"
},
"type": "recurring",
"items": [
{
"params": {},
"filename": "string"
}
],
"periodicity": "P1Y6M4DT12H30M5S",
"periodStart": 0,
"notification": {
"messages": [
{
"policy": "onSuccess",
"medium": "email",
"title": "string",
"text": "string"
}
]
},
"id": "string",
"createdAt": "2025-01-13T15:42:36.051Z",
"updatedAt": "2025-01-13T15:42:36.051Z",
"deletedAt": "2025-01-13T15:42:36.051Z"
}
],
"total": 0
}
Missing user identity id
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://connhex.com/exports' \
-H 'Accept: application/json'