List notes on a notification

Get a paginated list of notes attached to a given error notification, newest-updated first.

Auth: Partner — authentication, under the partner prefix. notification_id must be an integer. An id with no matching notification returns 400 (No notification is available).

Rate limit: No rate limit.

Request

  • Query: notification_id (integer, required) — the parent notification id.
  • Query: limit (integer, optional) — page size, default 10.
  • Query: page (integer, optional) — page number.

Response — paginated collection ({ data: [.], links, meta }). Each item:

  • id (int) — note id.
  • notification_id (int) — the parent notification id.
  • note_content (string) — the note text.
  • created_at (string) — formatted m/d/Y.
  • updated_at (string) — formatted Y-m-d H:i:s.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Required

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json