Skip to main content
GET
Get one flag

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The flag's ID.

Response

The flag.

id
string
required
originating_tenant_id
string
required

The ID of the organization that filed it.

subject_type
enum<string>
required

Whether the flag is about a person or an animal.

Available options:
person,
animal
identifiers
object
required

The identifiers as they are kept. Only the keys the flag was filed with are present.

flag_type
enum<string>
required
Available options:
animal_abuse,
neglect,
fraud,
abandonment,
falsified_application,
other
severity
enum<string>
required
Available options:
advisory,
moderate,
severe
status
enum<string>
required

pending_review until two other organizations corroborate it (then active), or two dispute it (then disputed). Nothing sets revoked at present.

Available options:
pending_review,
active,
disputed,
revoked
visibility
enum<string>
required

network: other organizations can see it once it is active. private: only your organization ever sees it.

Available options:
network,
private
narrative
string
required
evidence_refs
any[]
required
moderation_metadata
object
required

The tally of other organizations' reviews.

created_at
string<date-time>
required
updated_at
string<date-time>
required
originating_organization
object | null

Who filed it. Null if that organization can no longer be found.