Skip to main content
GET
Get code files for a cleaning task

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

cleaningTaskId
string<uuid>
required

The unique identifier of the cleaning task.

Response

List of code file metadata for the cleaning task.

name
string
required

Filename of the code file.

Example:

"clean.py"

content
string
required

Code file content aka the code.