mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
c0f6b30337
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
16 lines
507 B
Plaintext
16 lines
507 B
Plaintext
---
|
|
openapi: /admin-openapi.json GET /agent/{projectId}/job/{id}
|
|
keywords: [ "agent job", "status", "retrieve", "details" ]
|
|
---
|
|
|
|
## 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
|