Skip to main content

Generate report token

GET
/auth/report-token

Contract

Parameter
Value
Sectionauth
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
task_idqueryyesintegerID of the task for which the report token is issued

Responses

4 responses

Status
Description
Type
200
Response: {token: string, expiresIn: int}object
400
task_id is missing or invalidobject
401
Unauthorizedobject
500
Internal server errorobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }