> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/framework/framework/job/get-player-job-data.md).

# GetPlayerJobData

Returns the player's job name, grade, and duty status.

{% hint style="info" %}
**Side:** Client / Server · **Category:** Framework · **API:** `LT.Framework.GetPlayerJobData`
{% endhint %}

## Example

```lua
-- Client
local job = LT.Framework.GetPlayerJobData()

-- Server
local job = LT.Framework.GetPlayerJobData(source)
```

## Parameters

| Name     | Required    | Description      |
| -------- | ----------- | ---------------- |
| `source` | Server only | Player server ID |

## Returns

* `table|nil` — `{ name, label, grade, gradeName, gradeLabel, isBoss, onDuty }`
