v2
latestOpenAPI 3.0.32026-08-012859114.1 KBrun
endpoint passing criteria
get/api/v2/owner/{owner}/project/{project_slug}/target/{target_slug}/run/{run_number}/endpoints
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.
run_numberinteger required
The number of the run for the specified project / target.
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.
Query parameters
covered_filter_valueboolean
improve_api_health_filtersstring[]
offsetinteger
Offset in the result.
passing_filter_valueboolean
pathstring
per_pageinteger
Number of elements per page.
qstring nullable
case insensitive search across path
request_typestring[]
sorted_bystring[]
spec_valid_filter_valueboolean
tagsstring[]
Response
Retrieves the endpoints for the target of an APIrun. By default, the endpoints
are sorted by their status. The caller can also provide filters for the tags,
status, request type, and a search query for the endpoint path.
Returns:
Endpoints -- the list of endpoints for that target.
Tags -- the list of open api tags for that target.