Recordings
Get recording status
GET
/
v1
/
mock-apis
/
{mockApiId}
/
recordings
/
status
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
mockApiId
string
requiredThe ID of the Mock API
Response
200 - application/json
status
enum<string>
Available options:
NeverStarted
, Recording
, Stopped