POST
/
apps.operations.report

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
response
object
required
status
enum<string>
required

Status of the report operation

Available options:
ok,
error
task_id
string
required

The unique identifier of the task.

message
string

A message providing additional information.

Response

200 - application/json
status
enum<string>
required

Status of the report operation

Available options:
ok,
error
error
string | null

Error message if the operation fails.

message
string

A message providing additional information.

metadata
object