Skip to main content
GET
/
projects
/
{project_id}
/
user_data
/
{user_data_id}
Retrieve a Project User Data
curl --request GET \
  --url https://api.latitude.sh/projects/{project_id}/user_data/{user_data_id} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "id": "ud_VLMmAD8EOwop2",
    "type": "user_data",
    "attributes": {
      "description": "Three egg omelet with Roquefort cheese, chives, and ham. With a side of roasted potatoes, and your choice of toast or croissant.",
      "content": "Q3JlYW15IG1hc2NhcnBvbmUgY2hlZXNlIGFuZCBjdXN0YXJkIGxheWVyZWQgYmV0d2VlbiBlc3ByZXNzbyBhbmQgcnVtIHNvYWtlZCBob3VzZS1tYWRlIGxhZHlmaW5nZXJzLCB0b3BwZWQgd2l0aCBWYWxyaG9uYSBjb2NvYSBwb3dkZXIu",
      "created_at": "2026-01-14T15:56:43+00:00",
      "updated_at": "2026-01-14T15:56:43+00:00",
      "decoded_content": "Creamy mascarpone cheese and custard layered between espresso and rum soaked house-made ladyfingers, topped with Valrhona cocoa powder.",
      "project": {
        "id": "proj_e8pKq0GYdWAob",
        "name": "Enormous Silk Car",
        "slug": "enormous-silk-car",
        "description": "Aerodynamic Granite Bag",
        "provisioning_type": "on_demand",
        "billing_type": "Normal",
        "billing_method": "Normal",
        "bandwidth_alert": false,
        "environment": null,
        "billing": {},
        "stats": {
          "databases": 0,
          "ip_addresses": 0,
          "prefixes": 0,
          "servers": 0,
          "storages": 0,
          "virtual_machines": 0,
          "vlans": 0
        }
      }
    }
  },
  "meta": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required

Project ID or Slug

user_data_id
string
required

Query Parameters

extra_fields[user_data]
string
default:decoded_content

The decoded_content is provided as an extra attribute that shows content in decoded form.

Response

200 - application/vnd.api+json

Success

data
object
meta
object