v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
runs

Create a new run

This method allows to create a run in selected project.

post/run/{code}

Path parameters

codestring required

Code of project, where to search entities.

Request body

titlestring required
descriptionstring
include_all_casesboolean
casesinteger[]
is_autotestboolean
environment_idinteger
environment_slugstring
milestone_idinteger
plan_idinteger
author_idinteger
tagsstring[]
configurationsinteger[]
custom_fieldobject

Custom field values keyed by the field's project-scoped internal_id (see GET /custom_field). Values are always scalar strings; arrays, objects or non-scalars are rejected.

Field typeValue formatExample
string, textPlain string"hello"
numberNumeric string"42"
urlValid URL"https://qase.io"
datetimeAbsolute date (ISO 8601 recommended)"2026-04-29T15:00:00Z"
selectbox, radioOption id as string"1"
multiselectComma-separated option ids (no spaces)"1,2,3"
checkbox"1" to check, "" to uncheck"1"
userTeam member internal_id as string"42"

Validation: all required fields without a default value must be present and non-empty; unknown internal_ids are rejected; option-based values must reference an existing option.

Note: a required checkbox without a default cannot be unchecked via the API — set a default or clear required in workspace settings.

start_timestring
end_timestring
is_cloudboolean

Indicates if the run is created for the Test Cases produced by AIDEN

Response

A result.

statusboolean