mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2016c35157
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
21 lines
680 B
Plaintext
21 lines
680 B
Plaintext
---
|
|
title: "Get agent job (v1)"
|
|
openapi: /admin-openapi.json GET /v1/agent/{projectId}/job/{id}
|
|
keywords: [ "agent job", "status", "retrieve", "details" ]
|
|
tag: "deprecated"
|
|
|
|
---
|
|
|
|
<Warning>This endpoint is deprecated. Use the [v2 get agent job](/api/agent/v2/get-agent-job) endpoint instead.</Warning>
|
|
|
|
## Usage
|
|
|
|
This endpoint retrieves the details and status of a specific agent job by its unique identifier. Use this to check the progress, status, and results of a previously created agent job.
|
|
|
|
## Job details
|
|
|
|
The response includes information such as:
|
|
- Job execution status and completion state
|
|
- Branch information and pull request details
|
|
- Session metadata and timestamps
|