Skip to main content
GET
/
v1
/
replica
/
{id}
Get Replica
curl --request GET \
  --url https://api.replicas.dev/v1/replica/{id} \
  --header 'Authorization: Bearer <token>'
{
  "replica": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "status": "active",
    "created_at": "2023-11-07T05:31:56Z",
    "instance_type": "standard",
    "repository": "<string>",
    "pull_requests": [
      {
        "number": 123,
        "url": "<string>"
      }
    ],
    "coding_agent": "claude",
    "branch": "<string>",
    "git_diff": {
      "added": 123,
      "removed": 123,
      "fullDiff": "<string>"
    },
    "waking": true
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the replica

Response

Successful response

replica
object
required

Detailed replica information including engine status