Notifications

Get job notifications

Retrieve notifications for the authenticated user, filtered by notification names and/or job IDs.

POST
/notifications

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://v2.api.piktid.com/notifications" \  -H "Content-Type: application/json" \  -d '{    "name_list": "string"  }'
[
  {
    "id": 0,
    "name": "string",
    "timestamp": 0,
    "data": {}
  }
]
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty