Skip to main content
GET
List projects

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

limit
integer
default:50

Items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
updated_after
string<date-time>

Return resources changed after this RFC 3339 timestamp. Contacts may redeliver rows exactly at the boundary; consumers must upsert idempotently.

updated_before
string<date-time>

Return resources with updated_at less than or equal to this RFC 3339 timestamp.

status
enum<string>
default:active
Available options:
active,
archived,
all
owner_id
string<uuid>
job_status
enum<string>

Filter projects by Job Posting lifecycle status.

Available options:
draft,
published,
closed
job_enabled
boolean

Filter projects by whether Job Posting is enabled.

job_visible_on_client_site
boolean

Filter projects by visibility on an external client jobsite.

sort
string
default:-created_at

Options: created_at, updated_at, name

Response

List of projects

data
object[]
meta
object
Example: