GET /agents/repos/{owner}/{repo}/tasks/{task_id}

[!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:

GitHub App installation access tokens are not supported for this endpoint.

Servers

Path parameters

Name Type Required Description
repo String Yes

The name of the repository. The name is not case sensitive.

task_id String Yes

The unique identifier of the task.

owner String Yes

The account owner of the repository. The name is not case sensitive.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.