# WorkflowLogs

**Help URL:** `/forms/workflow-logs`

## Purpose

Show workflow status entries and provide a path to the related GitHub Actions run when more detail is needed.

## Common Tasks

* Review status messages for a generation or test run workflow.
* Check whether a workflow is queued, running, failed, canceled, or complete.
* Open the full GitHub Actions run.
* Close the log view and return to TestVibe.

## Key UI Elements

* Status list: Shows workflow events or log summaries.
* View Run: Opens the GitHub Actions workflow run.
* Close: Returns to the previous TestVibe screen.

## Notes

* Use GitHub Actions logs when you need low-level setup, dependency, runner, or workflow error details.
* See [Workflow still running or stuck](/troubleshooting/workflow-running-or-stuck.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.testvibe.com/reference/forms/workflow-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
