Skip to main content
GET
Get Resource
Retrieves the resource with the given id. Use this endpoint to look up a specific piece of equipment or asset when you already have its id — for example, from the resources array returned by an expanded event.
The response includes the resource’s own scalar fields plus its locationId, createdAt, and updatedAt. Cross-tenant or unknown ids return 404.

Expand

Resources have no expandable relations. Any expand[] value returns 400 with the offending path echoed as param.

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

The resource id.

Response

Resource retrieved successfully

Default response includes all fields below. Resources have no expandable relations.

object
enum<string>
required
Available options:
resource
id
string
required
locationId
string
required
name
string
description
string | null
imageUrl
string | null
category
string | null
status
string
createdAt
string<date-time>
updatedAt
string<date-time>