List all the RUM applications

GET {{baseUrl}}/api/v2/rum/applications

List all the RUM applications in your organization.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"application_id":"abcd1234-0000-0000-abcd-1234abcd5678","created_at":1659479836169,"created_by_handle":"john.doe","name":"my_rum_application","org_id":999,"type":"browser","updated_at":1659479836169,"updated_by_handle":"jane.doe","hash":"id","is_active":true},"type":"rum_application","id":"abcd1234-0000-0000-abcd-1234abcd5678"},{"attributes":{"application_id":"abcd1234-0000-0000-abcd-1234abcd5678","created_at":1659479836169,"created_by_handle":"john.doe","name":"my_rum_application","org_id":999,"type":"browser","updated_at":1659479836169,"updated_by_handle":"jane.doe","hash":"est ipsum Duis non irure","is_active":true},"type":"rum_application","id":"abcd1234-0000-0000-abcd-1234abcd5678"}]}