# 🧾 Job

Manage jobs/projects.

 - [POST /gql/v1/jobs](https://dev.docs.api.aiwyn.ai/api/bundle/job/getjobspaginated.md): **Retrieve all jobs with basic pagination support** **Pagination (v1 — limit/offset):** `pageSize` is a limit (records to return). `page` is an offset (records to skip), not a page index. Hasura maps
 - [GET /gql/v1/job/{id}](https://dev.docs.api.aiwyn.ai/api/bundle/job/getjobbyid.md): **Retrieve a specific job by its unique identifier** This is a read-only lookup endpoint backed by Hasura.
