GET
/
v1
/
applications
/
{application_id}
/
graphs
curl --location --request GET https://api.writer.com/v1/applications/{application_id}/graphs \
 --header "Authorization: Bearer <token>"
{
  "graph_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

application_id
string
required

The ID of the no-code chat app for which to retrieve graphs.

Response

200 - application/json
Successful
graph_ids
string[]
required

A list of graphs associated with the application.