GET
github_actions_get_job.py
from charter.packs import github
result = await github.actions_get_job.ainvoke({"owner": ..., "repo": ..., "jobId": ...})
Requires
repo, read:user.Path parameters
| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
jobId * | integer | The unique identifier of the job. This is the job’s id from actions_list_jobs_for_run, not its name and not the run’s id. |