Add Flag
Flags
Add Flag
Flag a moment on an attached call.
POST
Add Flag
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Flags pinpoint where on a call something went wrong. Thecall_id must already be attached as a resource on this issue, otherwise the request fails with 409 conflict and { error: "call_not_attached" }. Flag types accumulate into a reusable per-org catalog (see List Flag Types).
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Body Parameters
ID of the attached call this flag points at. Must already be attached as a resource on this issue.
Flag type. Free-form, but normalized to lower_snake_case before storage. Reusing a type increments its
usage_count in List Flag Types.Free-text note explaining why this moment was flagged. 1-4000 characters.
ID of the pathway node the flag is attached to, if known.
Display name of the pathway node, captured at flag time so the dashboard can render the node name even if the pathway later changes.
Zero-based index of the message turn in the call transcript that this flag points at.
Verbatim text of the flagged message, captured at flag time.
Response
Returns201 Created with the new flag.
null on success.Docs for agents: llms.txt