Skip to main content
GET
/
v1
/
accounts
/
{account_id}
Get Account
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "displayName": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "email": "<string>",
  "state": "STATE_UNSPECIFIED",
  "status": {
    "code": "OK",
    "message": "<string>"
  },
  "suspendState": "UNSUSPENDED",
  "updateTime": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string
required

Query Parameters

readMask
string

Response

200 - application/json
email
string
required
name
string
displayName
string
createTime
string<date-time>
state
enum<string>
default:STATE_UNSPECIFIED
Available options:
STATE_UNSPECIFIED,
CREATING,
READY,
UPDATING,
DELETING
status
object
suspendState
enum<string>
default:UNSUSPENDED
Available options:
UNSUSPENDED,
FAILED_PAYMENTS,
CREDIT_DEPLETED,
MONTHLY_SPEND_LIMIT_EXCEEDED,
BLOCKED_BY_ABUSE_RULE
updateTime
string<date-time>