Skip to main content
GET
/
organizations
/
{organization_id}
/
projects
/
{project_id}
/
history
Error
A valid request URL is required to generate request examples
{
  "count": 123,
  "items": [
    {
      "id": "<string>",
      "project_id": "<string>",
      "event_type": "<string>",
      "event_id": "<string>",
      "resource": "<string>",
      "environment": "<string>",
      "quantity": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "user": "<string>"
    }
  ],
  "_links": {
    "self": {
      "href": "<string>"
    },
    "previous": {
      "href": "<string>"
    },
    "next": {
      "href": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

project_id
string
required

The ID of the project.

Response

OK

count
integer
required

Total number of items returned.

items
object[]
required
Last modified on May 20, 2026