Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Authenticate with a workspace-pinned Floral personal access token.

Headers

X-Request-ID
string

Optional caller-generated correlation ID. Floral returns the effective value in X-Request-ID.

Required string length: 1 - 128

Path Parameters

workspaceSlug
string
required

Slug of the workspace pinned to the credential.

Required string length: 1 - 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Query Parameters

cursor
string

Opaque cursor returned as nextCursor by the previous page. Do not inspect or construct it.

Maximum string length: 512
limit
integer
default:20

Number of items to return.

Required range: 1 <= x <= 50
appointmentAfter
string<date-time>

Include summaries whose effective appointment time is at or after this timestamp.

appointmentBefore
string<date-time>

Include summaries whose effective appointment time is at or before this timestamp.

companyId
integer

Restrict results to one company ID.

Required range: x >= 1
evidenceAudience
enum<string>

Restrict to customer evidence (CUSTOMER) or Floral-internal meetings (INTERNAL).

Available options:
CUSTOMER,
INTERNAL
status
enum<string>

Restrict results to one summary status.

Available options:
WAITING,
WAITING_APPROVAL,
APPROVED,
FAILED

Response

Successful response

items
object[]
required
Maximum array length: 50
nextCursor
string | null
required
Required string length: 1 - 512