Skip to main content

Web Service Method: Export Progress

Abstract

Web Service Method: Export Progress

Description

Returns export status.

Request

URL: /GraphSearch/api/export/progress

Supported Methods

GET

Request Parameters

Parameter

Description

Type

Required

processId

Export process ID

String

true

Returns

Content-Type: application/json

Export Status Object

Attribute

Type

Required

Comment

processId

String

false

Export process ID

progress

Integer

false

Progress of the export process

Example

{
  "processId" : "some processId",
  "progress" : 8302
}