Skip to main content
GET
List observe table export files

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Query Parameters

date
string

Return exports for this export date (YYYY-MM-DD). Cannot be combined with from/to or lastDays.

from
string

Start export date of an inclusive date range (YYYY-MM-DD). Must be combined with to. Cannot be combined with date or lastDays.

to
string

End export date of an inclusive date range (YYYY-MM-DD). Must be combined with from. Cannot be combined with date or lastDays.

lastDays
integer

Return exports for the most recent days, ending with yesterday (the current day is not included). Cannot be combined with date or from/to. Maximum 92.

table
string

Return exports for this table only. Defaults to all exported tables.

Response

Observe table export files available for download.

tableExport
object[]
required