v1

latestSwagger 2.0BSD License2026-08-04346147268.3 KB
api

Download Training Evidence. After receiving the request, the view estimates (based on benchmarking) if the report can be returned right away. If so, the report gets generated and served in the response. Otherwise, a JsonResponse is returned with the file generation status and a corresponding message. The message contains information about when the file will be ready for download.

The API key is required and can be set in the Authorization header as a Bearer token, or can be passed as an auth_token query parameter (in this case pass the key only, without the Bearer keyword).

To get the report to email or Slack, pass the email query parameter along with the destination parameter. Supported values for the destination parameter are slack and email

get/api/public/trainings/{id}/evidence

Query parameters

auth_tokenstring

API key

emailstring

email address

destination'email' | 'slack'

Destination where to send the report to

Response

OK