agent-tasks
Get a task by repo
[!NOTE] This endpoint is in public preview and is subject to change.
Returns a task by ID scoped to an owner/repo path
Fine-grained access tokens for "Get a task by repo"
This endpoint works with the following fine-grained token types:
The fine-grained token must have the following permission set:
- "Agent tasks" repository permissions (read)
GitHub App installation access tokens are not supported for this endpoint.
get/agents/repos/{owner}/{repo}/tasks/{task_id}
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository. The name is not case sensitive.
task_idstring required
The unique identifier of the task.
Response
Task retrieved successfully