Skip to main content
GET
cURL
Interactive playground for GET /projects/.
Paste your API key in the Authorization field as Bearer {api_key}.
cURL

Authorizations

Authorization
string
header
default:{api_key}
required

Get your API key at https://kloo.li/account-api. Use Authorization: Bearer {api_key}.

Query Parameters

The search string

search_by
string

Allowed values are: name

datetime_field
string

Allowed values: datetime, last_datetime

datetime_start
string

Filter results starting from this datetime. Y-m-d H:i:s format

datetime_end
string

Filter results up to this datetime. Y-m-d H:i:s format

order_by
string

What field to order the results by. Allowed values are: project_id, datetime, last_datetime, name

order_type
string

The ordering of the results. Allowed values are: ASC for ascending ordering, and DESC for descending ordering

page
integer

The page number that you want results from. Defaults to 1

results_per_page
enum<integer>

How many results you want per page. Allowed values are: 10, 25, 50, 100, 250, 500, 1000. Defaults to 25

Available options:
10,
25,
50,
100,
250,
500,
1000

Response

Success