Skip to main content
GET
List time series exports

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

limit
integer

Maximum number of exports to return (default 25, maximum 100).

status
enum<string>

Return only exports with this status. Lifecycle status of a time series export. running while it is generated, completed once every file is stored, failed when generation was aborted (deadline, error, disconnect), expired once the files were removed after the retention period. pending is reserved for queued exports.

Available options:
pending,
running,
completed,
failed,
expired

Response

Time series exports of the project.

exports
object[]
required