Skip to main content

Read an account

Provides information about the account

Query Parameters
metadata_include string

Comma separated properties that should be included in the metadata response, available values [schemas, tags]

Example: schema,tags

Responses
200

An object representing the account

Schema OPTIONAL
id integer

A system-wide unique ID for the account

name string

Possible values: length ≤ 60

The account name

slug string

Possible values: length ≤ 70

An organization-wide unique slug for the account

organization_id integer

The ID of the organization that owns this account

repository_provider string

Possible values: [github]

repository_prefix string

Possible values: length ≤ 40

status string

Possible values: [active, inactive]

metadata object OPTIONAL

The metadata loaded via metadata api

key string OPTIONAL

The key of the metadata

value string OPTIONAL

The value of the metadata

additional_properties object OPTIONAL

Additional properties of the metadata

schemas array OPTIONAL

The json schemas of the metadata

tags object[] OPTIONAL
key string OPTIONAL
value string OPTIONAL