Skip to main content
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.

Usage

The response includes information such as:
  • Job execution status and completion state
  • Branch information and pull request details
  • Session metadata and timestamps

Endpoint

string
required
Your project ID. Can be copied from the API keys page in your dashboard.
string
required
The unique identifier of the agent job to retrieve.

Response

string
The session ID for this job.
string
The subdomain this session belongs to.
string
Git branch name where changes were made.
boolean
Whether the session execution was halted (completed).
string
Reason for session halt. One of: completed, github_missconfigured, error.
Link to the created pull request.
string
Message for the user about the session outcome.
array
List of todo items from the session.
string
ISO 8601 timestamp when the session was created.

Authentication

This endpoint requires an admin API key (prefixed with mint_). Generate one on the API keys page in your dashboard.