---
title: "Queries job definitions that have been shared publicly, regardless of owner, so they can be
 reused as templates."
method: GET
path: "/job/definitions/public"
tags: ["Job"]
---

# Queries job definitions that have been shared publicly, regardless of owner, so they can be
 reused as templates.

`GET /job/definitions/public`

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `definition_id` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `name` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `definition_type` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `created_at` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `owner_id` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `owner_mail` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryPublicJobDefinitionsEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryPublicJobDefinitionsEndpointOutput[], required
    - `definitionId` string, required — The id of the job definition.
    - `name` string, required — The name of the job definition.
    - `definitionType` 'Unknown' | 'Classify' | 'Compare' | 'BoundingBox' | 'Line' | 'Polygon' | 'Locate' | 'Transcription' | 'NamedEntity' | 'FreeText' | 'Scrub' | 'Ranking' | 'GroupedRanking' | 'Evaluation', required
    - `createdAt` string, date-time, required — The creation timestamp of the job definition.
    - `revisionCount` integer, required — The number of revisions for this job definition.
    - `ownerId` string, uuid, required — The id of the owner of the job definition.
    - `ownerMail` string, required — The email of the owner of the job definition.
    - `organizationId` string, required — The id of the organization that owns the entity.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
