Get agent job (v1)
Deprecated: use v2 get agent job instead. Retrieves the details and status of a specific agent job by its ID.
Documentation Index
Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
Authorizations
The Authorization header expects a Bearer token. Use an admin API key (prefixed with mint_). This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
The unique identifier of the agent job to retrieve.
Response
Agent job details retrieved successfully
The subdomain this session belongs to.
The subdomain this session belongs to.
Git branch name where changes were made.
Whether the session execution was halted.
Reason for session halt. processing indicates the job is still running. interrupted indicates the job was manually interrupted.
completed, github_missconfigured, error, processing, interrupted Link to the created pull request.
Message for the user about the session outcome.
List of todo items from the session.
The ID of the user who created this session, if available.
A generated title summarizing the agent job.
Timestamp when the session was created.