Get App Object
GET /app/objects/{object_slug}
GET
/app/objects/{object_slug}
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
Fetch one of this app’s object types.
Authorizations
Parameters
Path Parameters
object_slug
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
One custom object type in the caller’s workspace.
object
is_archived
Archived objects are hidden from listings.
boolean
is_system
True for objects graph8 ships; system objects cannot be deleted.
boolean
plural_noun
required
Display name for many records, e.g. “Invoices”.
string
singular_noun
required
Display name for one record, e.g. “Invoice”.
string
slug
required
Stable API slug for the object type, e.g. invoices.
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string