qase_get
Fetch Qase entities like test cases, runs, or defects by type and ID, with optional field projection to return only needed data.
Instructions
Get any Qase entity by type and ID. Supports field projection via the fields parameter. For project-scoped entities (case, suite, run, result, plan, defect, milestone, environment, shared_step, shared_parameter, configuration), code is required. For global entities (user, author, attachment, custom_field), code can be omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID (number) or hash (string) | |
| code | No | Project code (required for most entities) | |
| entity | Yes | Entity type to fetch | |
| fields | No | Optional field projection — only return these top-level fields. Pass ["*"] for all fields. | |
| include | No | Comma-separated list of related entities to include in the response. Cases and runs already request their external issue links by default ("external_issues" / "external_issue"); pass this only to override that. |