Get project costs
GET /api/v1/projects/{projectId}/{agentType}/costs
GET
/api/v1/projects/{projectId}/{agentType}/costs
Returns session-level cost breakdown for the given project.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId
required
string
Project ID
agentType
required
string
Agent type
Responses
Section titled “ Responses ”OK
object
agentType
string
isEstimated
boolean
projectId
string
sessions
Array<object>
object
cost
number
createdAt
string
isEstimated
boolean
sessionId
string
updatedAt
string
totalCost
number
Bad Request
object
code
string
error
string
Not Found
object
code
string
error
string
Internal Server Error
object
code
string
error
string