Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

export.query

Description

Query status of export.

Params

token
string

Access token.

exportIds
array

List of export IDs to query for their status.

exportId
int

ID of export to query status

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

404

Some exports were not found by their IDs.

500

Server error

exportStatus
array

List of export information for specified export IDs.

export
struct

One export information

exportId
int

ID of export matching one of exports from input parameters.

status
string
enum
ValueDescription
waiting

Export is waiting to be processed

processing

Export is currently processing

done

Export is ready to be downloaded

error

Error happened during export

pieces
int

Number of exported pieces.

dateCreated
datetime

Date the export has been created

dateFinished
datetime
null

Date the export has been finished or NULL if it is not yet finished.

Call example

export.query("nisi", [1464723727, 1567870383])