Objects and records
List objects
Discover the active objects and their identifiers in your workspace.
GET
Requires
See Objects and records for field discovery
and record operations. Response IDs here are illustrative.
objects:read. Returns an unpaginated array sorted by object slug.
Deleted objects are excluded.
Use an object’s id or slug to retrieve its field definitions with
GET /v1/objects/{object}/fields before creating records.
object[]
Each object has
id, slug, singularName, pluralName, and an ISO 8601
createdAt timestamp. Slugs and names depend on your workspace’s schema.