> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get an employment

> Retrieve the details of an existing employment.

### Parameters

<ParamField type="string" path="id" initialValue="wre_cNqYX2J3s9bI2Aa" required>
  The ID of an employment in your Plane workspace.
</ParamField>

### Returns

Returns an employment if a valid identifier was provided, and returns an error otherwise.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "wre_cNqYX2J3s9bI2Aa",
    "worker": "wr_5yMmVvd6Cz7Ptx",
    "primary": true,
    "current": true,
    "classification": {
      "id": "wrc_xyz789"
    },
    "compensation": {
      "id": "wco_def456"
    },
    "role": {
      "id": "wrl_ghi012"
    },
    "location": {
      "id": "loc_jkl345"
    },
    "reporting": {
      "id": "wrp_mno678"
    },
    "created": "2024-01-15T00:00:00Z"
  }
  ```
</ResponseExample>
