v2

latestOpenAPI 3.0.32026-08-012859114.1 KB
testcase

get/api/v2/owner/{owner}/project/{project_slug}/target/{target_slug}/testcase/{sha256}/file

Path parameters

ownerstring required

The owner under which a project is categorized under. For example, a user's username.

project_slugstring required

The name of the project. Note: the project name needs to be specified as a 'slug', a URL-friendly version of the project name.

sha256string required

The sha256 checksum of the underlying test case

target_slugstring required

The name of the target. Note: the target name needs to be specified as a 'slug', a URL-friendly version of the target name.

Response

Download the contents of a testcase file

:param sha256: The checksum of the testcase file that has been requested to be
downloaded
:return: Either the file if the testcase has contents, or 404