POST
/
v1
/
logs
/
labels
curl --request POST \
  --url https://api.pulze.ai/v1/logs/labels \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "params": [],
  "date_from": "2023-11-07T05:31:56Z",
  "date_to": "2023-11-07T05:31:56Z",
  "app_ids": []
}'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

key
string | null

Body

application/json
date_from
string
required

The earliest date we are searching for.

params
object[]

The sorting parameters for the query

date_to
string | null

The latest date we are searching for.

app_ids
string[]

The list of API Keys we want to filter for. Leave the list empty to disable filtering (and return data for all apps) instead.

Response

200
application/json
Successful Response

The response is of type string[].