FileOperations

Retrieve a file operation

post/fileOperations.info

Request body

idstring uuid required

Unique identifier for the file operation.

Response

OK

Example response

{
  "data": {
    "type": "export",
    "state": "complete",
    "collection": {
      "name": "Human Resources",
      "index": "P",
      "color": "#123123"
    },
    "user": {
      "name": "Jane Doe"
    },
    "size": 2048
  }
}

Changes