---
title: "Show Probation Extension"
method: GET
path: "/v1/probation-extensions/{id}"
tags: ["Probation Extensions"]
---

# Show Probation Extension

`GET /v1/probation-extensions/{id}`

Shows a Probation Extension Request.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (`employment_documents`) | View probation documents (`probation_document:read`) | Manage probation documents (`probation_document:write`) |

## Path parameters

- `id` string, required

## Response `200`

Success

- ProbationExtensionResponse — Probation Extension Response
  - `data` object
    - `probation_extension` ProbationExtension, required — A request to extend an employee's probation period. Requires Remote's review for compliance with local labor laws.
      - `employment_id` string, required — The unique identifier (UUID) of the employment.
      - `id` string, required — The unique identifier (UUID) of the probation extension request.
      - `requested_by` string, required — The unique identifier (UUID) of the user who submitted the request.
      - `status` 'submitted' | 'in_review' | 'done' | 'canceled' | 'deleted', required — The current status of a probation extension request. - `submitted`: The request has been submitted and is awaiting review. - `in_review`: Remote is reviewing the request for compliance. - `done`: The probation extension has been approved and applied. - `canceled`: The request was canceled. - `deleted`: The request was deleted.
      - `submitted_at` string, datetime, required — The timestamp when the extension request was submitted.
      - `zendesk_ticket_url` string, nullable, required — A link to the support ticket for this extension, if one was created. Null otherwise.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
