mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
693dbc361f
* Fix Vale style warnings across docs from past week of merges Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
11 lines
376 B
Plaintext
11 lines
376 B
Plaintext
---
|
|
title: "Get agent job"
|
|
openapi: /admin-openapi.json GET /v2/agent/{projectId}/job/{id}
|
|
keywords: ["agent job", "status", "retrieve", "details", "poll"]
|
|
|
|
---
|
|
|
|
Poll this endpoint to track the progress of an agent job. The `status` field transitions through `active` → `completed` or `failed`.
|
|
|
|
After the agent creates a pull request, the `prLink` field contains the link.
|